Solana Projects › Chainlink

Chainlink

The universal oracle and cross-chain infrastructure layer for onchain finance

Programs · 24h on-chain

On-chain activity

All programs →

Chainlink Data Feeds

cjg3oHmg9uuPsP8D6g29NWvhySJkdYdAo9D25PRbKXJ

Chainlink Data Feeds deliver real-world data to smart contracts through decentralized oracle networks using offchain reporting. The system aggregates data from multiple sources and publishes verified information onchain through proxy and aggregator contract architecture. Data Feeds provide price feeds, SmartData feeds with multiple-variable responses, and Smart Value Recapture mechanisms for protocols.

Open analytics
Unique signers
368 24h
Transactions
67.7K 24h
Network fees
0.3 SOL · 24h
Compute
1.2B CU · 24h

Chainlink CCIP (Cross-Chain Interoperability Protocol)

Chainlink CCIP is a blockchain interoperability protocol facilitating token transfers, arbitrary messaging, and programmable token transfers across chains. The system uses decentralized oracle networks for transaction validation, implements rate limiting for risk management, and features timelocked upgrades through role-based access control. CCIP enables atomic and hybrid settlement workflows across public and private blockchains.

Visit
Project content

Chainlink news, features & analysis

Matched from published articles, podcasts, and talks using the project name, token name, or token symbol.

  1. Real World Assets (RWA) Article

    Kraken Launches Yield Vaults for SPYx, QQQx, and NVDAx via Kamino as xStocks Crosses $500M in Trading Volume

    Kraken launches yield vaults for SPYx, QQQx, and NVDAx on Solana, powered by Kamino, with up to 2% APY. xStocks crossed $500M in 10-day Raydium trading volume.

  2. DeFi Article

    Chainlink's LINK Is Now a Canonical Asset on Solana, Bridged from Base via CCIP

    [[PROJECT:1942]] confirmed the listing on September 13 at 19:49 UTC, posting the contract address and noting that LINK was bridged from Base via Chainlink's own CCIP cross-chain protocol. ... CCIP as the Bridge Layer for Chainlink LINK

  3. Real World Assets (RWA) Article

    GameStop Tokenized as GMEx on Solana, Now Trading 24/7 Across DEXs via xStocks

    xStocks listed GameStop as GMEx on Solana on September 12, 2026, enabling 24/7 on-chain trading of the meme stock across DEXs including Raydium and Jupiter.

  4. DeFi Article

    GMTrade Opens Gold, Silver, and WTI Crude Oil Perpetuals on Solana With 24/7 Trading

    @chainlink Data Streams RWA Advanced (v11), now powering commodity perps on Solana. ... Chainlink Data Streams RWA Advanced: Pricing at Execution

  5. Real World Assets (RWA) Article

    Re Protocol Launches reUSD on Solana, Backed by $510.5M Reinsurance Portfolio

    Bridging reUSD From Ethereum to Solana via Chainlink CCIP ... The cross-chain transfer runs through Chainlink's cross-chain interoperability protocol.

  6. Real World Assets (RWA) Article

    Kamino Lend Holds 82.6% of Solana's Tokenized Stock Lending Market at $53M

    Kamino Lend controls 82.6% of tokenized stock lending TVL on Solana at

  7. Real World Assets (RWA) Article

    Kamino Opens Third Isolated RWA Market in Four Days as Obligate's oTFY Goes Live

    Obligate Finance's oTFY trade finance token is live on Kamino, giving Solana's largest lending protocol three distinct isolated RWA markets in under a week.

  8. Real World Assets (RWA) Article

    HastraFi Launches AUTO Token, Bringing Near-Prime US Auto Loans to Solana via Kamino

    HastraFi's AUTO token brings near-prime US auto loan yield to Solana DeFi for the first time, offering 9.07% APY with Kamino lending and looping up to 2.9x.

  9. DeFi Article

    Kamino Finance Launches PAXG Market, Enabling Gold-Backed Lending on Solana

    Kamino Finance opened its PAXG Market on July 27, letting users supply Paxos-issued PAX Gold as collateral and borrow USDG, curated by Steakhouse Financial.

  10. Real World Assets (RWA) Article

    Solana Tokenized Equities Top $53M in DeFi Lending Collateral, Led by Kamino Finance and Jupiter Lend

    Tokenized equities in Solana DeFi lending protocols hit $53M ATH on July 23. Kamino Finance holds $31M, Jupiter Lend $20M, powered by Chainlink Data Streams.

About

Chainlink

What Is Chainlink?

Chainlink is a decentralized oracle network that bridges the gap between blockchain smart contracts and the outside world. Founded in 2017 by Sergey Nazarov and Steve Ellis, the project set out to solve the "oracle problem"—the fundamental limitation that blockchains cannot natively access off-chain data, external APIs, or interact with other chains. Without reliable external data, smart contracts can only operate on information already stored onchain, severely limiting what decentralized applications can actually do.

Since launch, Chainlink has grown into the foundational infrastructure layer for onchain finance, having enabled more than $34 trillion in cumulative transaction value as of mid-2026. It operates across 70+ blockchains, serves thousands of DeFi protocols, and has become the oracle of choice for institutional players ranging from Swift and JPMorgan to Mastercard and UBS.

The Problem Chainlink Solves

Smart contracts are deterministic and isolated by design—they can only read data that exists on their native chain. This creates a critical vulnerability: if a lending protocol relies on a price feed to liquidate undercollateralized positions, a compromised or manipulated price oracle can drain the entire protocol. Centralized oracles reintroduce the single points of failure that blockchains were designed to eliminate.

Chainlink addresses this with decentralized oracle networks (DONs)—independent node operators who each source, aggregate, and cryptographically sign data before delivering it onchain. No single node can manipulate the output, and the entire feed is auditable on-chain. This architecture has made Chainlink the dominant provider of price feeds for DeFi protocols including Aave, Lido, GMX, and hundreds of others.

Core Products and Architecture

Data Feeds are the foundational product: continuously updated price references for hundreds of asset pairs, delivered by aggregated DONs. Protocols read from these feeds to power lending, derivatives, stablecoins, and yield products.

Data Streams extends this to high-frequency, pull-based delivery for ultra-low-latency use cases like perpetual futures and derivatives. Rather than pushing updates onchain at fixed intervals, Data Streams lets protocols request verified market data on demand within a single transaction.

Chainlink CCIP (Cross-Chain Interoperability Protocol) is the cross-chain messaging and token transfer layer. CCIP uses a dual-security model: one decentralized oracle network commits signed transaction roots from the source chain to the destination chain, while a separate executing DON processes those commitments. A third-layer risk management network runs independently, monitoring for anomalies such as infinite-minting attacks. This layered architecture makes CCIP the security-focused choice for institutions moving high-value assets across chains.

VRF (Verifiable Random Function) provides cryptographically provable on-chain randomness, critical for NFT minting, blockchain gaming, and any application where the outcome must be demonstrably unpredictable and fair.

Automation enables decentralized, condition-based execution of smart contract functions—replacing centralized bots or keeper networks with a reliable, incentivized DON that triggers actions when predefined conditions are met.

Functions is a serverless compute platform that allows developers to fetch data from any external API and run custom JavaScript code off-chain, with the verified result delivered to a smart contract.

Chainlink Runtime Environment (CRE), launched in 2025, is the next-generation orchestration layer that unifies DONs, workflows, and off-chain computation into a programmable platform for building complex financial applications. It powers products like the Automated Compliance Engine (ACE), which provides on-chain compliance infrastructure for tokenized assets, and CRE Connect, which enables gas-less, account-abstracted cross-chain operations.

Chainlink on Solana

Chainlink deployed its oracle program to Solana mainnet early in the network's DeFi expansion, providing Data Feeds that Solana protocols can use as trusted price references. The Solana oracle program address is cjg3oHmg9uuPsP8D6g29NWvhySJkdYdAo9D25PRbKXJ.

The more transformative development came in May 2025 when Chainlink launched CCIP v1.6 on Solana mainnet, making Solana the first non-EVM chain to join the CCIP network. This connected Solana to Arbitrum, Base, BNB Chain, Ethereum, Optimism, and Sonic—unlocking over $19 billion in cross-chain assets for Solana-native protocols.

Adoption followed quickly. Maple Finance's syrupUSD stablecoin processed over $3 billion in cross-chain deposits on Solana via CCIP. The xStocks tokenized equities platform uses CCIP's xBridge to move tokenized stocks and ETFs between Solana and Ethereum. ElizaOS and The Graph also adopted CCIP tokens on Solana. Coinbase launched the Base-Solana bridge using CCIP as its security layer, creating a direct liquidity highway between Base's $4.3 billion TVL ecosystem and Solana's $9 billion-plus ecosystem.

Institutional Adoption and Real-World Finance

Chainlink has expanded well beyond DeFi into institutional capital markets. In 2025:

  • UBS completed the world's first in-production tokenized fund workflow using Chainlink's Digital Transfer Agent (DTA) standard with its uMINT token.
  • JPMorgan (Kinexys) used Chainlink to execute cross-chain Delivery vs. Payment transactions across permissioned and public blockchains.
  • Swift partnered with Chainlink to connect its network of 11,500+ banks to blockchain rails, with Chainlink winning the Swift Business Challenge hackathon in 2025.
  • DTCC and Euroclear collaborated with Chainlink and 24 major institutions to streamline corporate actions processing.
  • Mastercard enabled over 3 billion cardholders to purchase crypto assets directly via Chainlink-powered infrastructure.
  • The U.S. Department of Commerce delivered macroeconomic data from the Bureau of Economic Analysis on-chain through Chainlink.

LINK Token and Staking

LINK is the native utility token with a hard cap of 1 billion tokens. Approximately 748 million LINK are in circulation, with 42 million-plus staked as of mid-2026. LINK is used to pay node operators for their services, and Chainlink's Payment Abstraction feature allows protocols to pay service fees in any token, which is then automatically converted to LINK via decentralized exchanges.

Chainlink Staking v0.2 introduced cryptoeconomic security guarantees: node operators and community members stake LINK as collateral backing the reliability of oracle services. Stakers earn rewards but can have them reduced if performance requirements are not met—converting passive stakers into active network monitors. Community stakers earn approximately 4.32–4.75% variable APY; node operators target around 7% including delegated rewards. A 7,000 LINK alerting bounty is issued for successfully flagging a data-feed failure, creating strong incentives for continuous monitoring.

The Chainlink Scale program allows blockchain ecosystems to contribute economic resources offsetting integration and operational costs for Chainlink services on their networks, accelerating multi-chain deployment.

Security and Track Record

Chainlink's oracle networks have operated continuously since 2019 with no major exploits of the core oracle infrastructure. The DON architecture distributes trust across independent node operators—including top blockchain DevOps firms—making collusion economically impractical. CCIP's three-layer security model (committing DON, executing DON, and independent risk management network) is specifically designed to defend against the most severe attack vectors in cross-chain bridges, an area that has suffered over $2 billion in losses across the broader industry.

Why It Matters for Solana

Solana's high-throughput, low-cost architecture makes it well-suited for financial applications that require thousands of price updates per second. Chainlink's Solana integration provides DeFi protocols with the same battle-tested oracle infrastructure used on Ethereum, while CCIP gives Solana protocols direct access to liquidity and assets from across the multi-chain ecosystem. As tokenized real-world assets and institutional DeFi grow on Solana, Chainlink's role as the trust layer connecting on-chain and off-chain financial systems is expected to deepen.

Contents

Note: inclusion in Solana Compass directory does not indicate a recommendation or endorsement of this project, its token(s) or its products. Data sourced with thanks from The Grid to aid in building these pages.

Reviews

0.0
0 reviews
Please login to write a review.
Solana tokens

Solana Token Markets

Explore all tokens →