Mastercard, Chainlink Use CCIP to Bring Payments Onchain

TheCryptoTimesPubblicato 2025-10-16Pubblicato ultima volta 2025-10-16

Mastercard’s partnership with Chainlink has entered a new phase. This time, focusing on Chainlink’s Cross-Chain Interoperability Protocol (CCIP) to securely bridge legacy payment information with blockchain networks.

The partnership aims to link Mastercard’s 3.5 billion cardholders directly to blockchain-based services, in what’s being seen as a major step to bring traditional finance and Web3 closer together.

According to Chainlink, the initiative uses CCIP to move verified payment data from Mastercard’s system to blockchain networks securely. XSwap plays a key role, taking that verified data and executing a real-time on-chain swap. In other words, turning ordinary Mastercard transactions into blockchain-ready actions.

About the partnership

This builds on a June announcement, when Mastercard teamed up with Chainlink and other Web3 partners, including XSwap, Swapper Finance, Shift4 Payments, and ZeroHash. 

While the earlier phase focused on letting users buy crypto, the current effort goes further: it now supports verified on-chain execution of payment data, integrating blockchain more smoothly into Mastercard’s existing systems.

The goal is to make blockchain usage transparent to the end user. Practically, it implies that a Mastercard payment might cause activity on decentralized networks, e.g., tokenized transactions or instant cross-border settlement, without users having to deal with wallets or crypto explicitly.

Behind the scenes, Chainlink maintains payment data passing securely, XSwap manages technical processing onchain, and Swapper Finance bridges liquidity across decentralized exchanges so everything settles smoothly.

If implemented at scale, the initiative could provide a template for how large financial networks integrate blockchain capabilities into their operations without changing the user experience.

Also Read: Ant Digital Launches Ethereum L2 Jovay With Chainlink Integration


Mobile Only Image

Crypto di tendenza

Letture associate

Uniswap Founder: When Stocks and Treasuries Are Fully On-Chain, How Will AMMs Restructure the Global Market?

Uniswap founder Hayden Adams argues that as traditional assets like stocks become tokenized, Automated Market Makers (AMMs) could fundamentally restructure global markets. The core insight is that AMMs are most efficient in "correlated pairs"—such as NVDA/SPY—where assets move together. In these pairs, passive liquidity providers (LPs) who are willing to hold the underlying assets face lower inventory risk and minimal hedging costs compared to traditional, delta-neutral market makers. This cost advantage allows AMMs to undercut professional firms. Tokenization enables assets to trade directly against each other on a shared settlement layer, rather than being siloed in dollar-based systems. Adams observes this pattern already emerging in DeFi, where assets naturally pair with correlated benchmarks (e.g., ETH for Ethereum assets). He believes this will extend to tokenized stocks, with liquidity concentrating in low-volatility correlated pairs, while a few high-volume "bridge pairs" (like SPY/USD) handle dollar conversions. The article highlights that early correlated markets for tokenized stocks already exist (e.g., on Robinhood's chain), and Uniswap v4 hooks like DualPool can further boost LP returns. Adams draws a parallel to the rise of passive index funds, suggesting passive AMM liquidity could similarly democratize market-making and capture significant market share from traditional finance. A response from crypto KOL Cody adds practical analysis, noting that while the correlated pair strategy reduces impermanent loss, current on-chain fees may not yet fully compensate for it. He shares his own LP strategy using valuation models, emphasizing that AMMs offer a novel, low-cost market-making avenue for those willing to hold inventory.

marsbit10 min fa

Uniswap Founder: When Stocks and Treasuries Are Fully On-Chain, How Will AMMs Restructure the Global Market?

marsbit10 min fa

Goldman Sachs Buys Volatility, Turns Bitcoin into a Yield Business

Goldman Sachs acquired NEOS Investments for up to $2.25 billion, gaining a suite of ETFs that generate income by selling options against crypto assets, particularly Bitcoin. This includes the BTCI fund, which sells call options against Bitcoin ETF holdings to capture high premiums from crypto’s volatility, offering investors stable cash flow—around 27% annualized in returns—while capping upside potential and fully exposing them to downside risk. The move highlights Wall Street’s broader push to package crypto-native yield—through staking, lending, and structured products—without taking directional bets on prices. Firms like Fidelity, JPMorgan, and Morgan Stanley now offer staking services or accept crypto as collateral for loans, collecting steady fees regardless of market direction. In contrast, native crypto firms like Bitwise remain vulnerable to market downturns, as their revenue depends entirely on assets under management. This reflects a strategic pivot: large institutions no longer need to “believe” in crypto to profit from it. They monetize volatility and investor activity through fee-based structures, leaving price risk to retail investors. As regulatory shifts like the proposed 401(k) rules unfold, yield-generating crypto products may gain even broader adoption in traditional portfolios, further cementing Wall Street’s role as a neutral intermediary capturing reliable revenue streams from the ecosystem.

marsbit14 min fa

Goldman Sachs Buys Volatility, Turns Bitcoin into a Yield Business

marsbit14 min fa

AI Launches a Fierce Assault on Cancer, Virtually Tests 4,000 Anti-Cancer Drugs, Google Gemma Downloads Exceed 1 Billion

Google's open-source Gemma AI model family has reached a new milestone, surpassing 10 billion cumulative downloads in two and a half years since its February 2024 launch. This growth has fueled a vast ecosystem, with over 100,000 developer-derived model variants powering diverse applications, from NASA satellites to over 100 million phones. A standout application involves cancer research. In collaboration with Google Research and Yale, a team developed a 27-billion-parameter model called Cell2Sentence-Scale 27B (C2S-Scale). This model innovatively converts complex single-cell sequencing data into a "sentence" of gene names ranked by activity, allowing it to analyze cellular behavior. It was used to conduct a "dual-context virtual screen" of over 4,000 drugs, aiming to find one that specifically boosts antigen presentation—a key process for immune system recognition—only in the presence of low interferon signals (a "cold tumor" context), not in neutral conditions. The model identified silmitasertib (CX-4945), a CK2 kinase inhibitor, as a top candidate. Subsequent live-cell experiments validated this AI-generated hypothesis, showing that the drug combined with low-dose interferon increased antigen presentation by about 50%, whereas neither element alone had a significant effect. This represents a novel, AI-proposed mechanistic pathway for potential cancer therapy. Beyond biomedicine, the Gemma ecosystem is expanding into unique domains. Models have been deployed in space on high-performance GPUs and are being used in projects like DolphinGemma to decipher dolphin communication patterns. The 10-billion-download milestone underscores a key trend: the disruptive potential of AI lies not just in raw model capability but in its widespread, silent integration into diverse hardware and real-world applications, as evidenced by the thriving "Gemmaverse" community.

marsbit15 min fa

AI Launches a Fierce Assault on Cancer, Virtually Tests 4,000 Anti-Cancer Drugs, Google Gemma Downloads Exceed 1 Billion

marsbit15 min fa

Shocking: OpenAI Fully Open-Sources Codex Harness

OpenAI has open-sourced the core framework of Codex, called "Harness," under an Apache-2.0 license. This move allows developers to deeply integrate AI agents into their own applications and workflows, moving beyond the limitations of generic chat interfaces. The Harness is the underlying execution system that manages an AI agent's complete lifecycle: understanding tasks, maintaining memory, using tools, handling failures, and requesting human approvals. OpenAI demonstrated that optimizations to the Harness alone can dramatically boost a model's performance, tripling scores on a benchmark while using significantly fewer tokens. The release includes three key components: a CLI tool (`codex exec`) for automated tasks, official SDKs (TypeScript/Python) for programmatic control, and the `app-server` for embedding agents directly into products. This enables features like persistent state, real-time event streaming, and human-in-the-loop controls. Early adopters showcase its versatility beyond coding. Examples include a tax preparation system that cut processing time by one-third, Cisco's platform for building apps with natural language, and a demo logistics dashboard where agents analyze data and propose actions within the existing interface. This paradigm shift grants developers full control over the user interface, context, tools, and security boundaries. AI becomes an invisible assistant within specialized software, rather than a separate chatbot. By open-sourcing the engine behind its powerful agents, OpenAI aims to spark a new wave of native, deeply integrated AI applications.

marsbit20 min fa

Shocking: OpenAI Fully Open-Sources Codex Harness

marsbit20 min fa

Trading

Spot

Articoli Popolari

Come comprare LINK

Benvenuto in HTX.com! Abbiamo reso l'acquisto di ChainLink (LINK) semplice e conveniente. Segui la nostra guida passo passo per intraprendere il tuo viaggio nel mondo delle criptovalute.Step 1: Crea il tuo Account HTXUsa la tua email o numero di telefono per registrarti il tuo account gratuito su HTX. Vivi un'esperienza facile e sblocca tutte le funzionalità,Crea il mio accountStep 2: Vai in Acquista crypto e seleziona il tuo metodo di pagamentoCarta di credito/debito: utilizza la tua Visa o Mastercard per acquistare immediatamente ChainLinkLINK.Bilancio: Usa i fondi dal bilancio del tuo account HTX per fare trading senza problemi.Terze parti: abbiamo aggiunto metodi di pagamento molto utilizzati come Google Pay e Apple Pay per maggiore comodità.P2P: Fai trading direttamente con altri utenti HTX.Over-the-Counter (OTC): Offriamo servizi su misura e tassi di cambio competitivi per i trader.Step 3: Conserva ChainLink (LINK)Dopo aver acquistato ChainLink (LINK), conserva nel tuo account HTX. In alternativa, puoi inviare tramite trasferimento blockchain o scambiare per altre criptovalute.Step 4: Scambia ChainLink (LINK)Scambia facilmente ChainLink (LINK) nel mercato spot di HTX. Accedi al tuo account, seleziona la tua coppia di trading, esegui le tue operazioni e monitora in tempo reale. Offriamo un'esperienza user-friendly sia per chi ha appena iniziato che per i trader più esperti.

969 Totale visualizzazioniPubblicato il 2024.12.13Aggiornato il 2026.06.02

Come comprare LINK

Discussioni

Benvenuto nella Community HTX. Qui puoi rimanere informato sugli ultimi sviluppi della piattaforma e accedere ad approfondimenti esperti sul mercato. Le opinioni degli utenti sul prezzo di LINK LINK sono presentate come di seguito.

活动图片