On-chain activity
Chainlink Data Feeds
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.
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.
Chainlink news, features & analysis
Matched from published articles, podcasts, and talks using the project name, token name, or token symbol.
-
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.
-
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
-
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.
-
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.
-
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.
-
Solana Tokenized Equities Top $53M in DeFi Lending Collateral, Led by Kamino Finance and Jupiter Lend
Chainlink Data Streams: Sub-Second Pricing for Always-On Markets
-
Bitwise Q3 2026 Staking Report: Solana Tokenized Equities Grew From $1.34M to $3.32B in One Year
Bitwise's Q3 2026 Staking Report shows Solana tokenized equities grew from $1.34M to $3.32B in 12 months, as Kamino and Jupiter Lend collateral hits $53M ATH.
-
Tokenized Equity Lending on Solana Hits $51.9M Weekly Record, Led by Kamino and Jupiter
Tokenized equities used as lending collateral on Solana hit a $51.9M weekly record on July 22, with Kamino Finance holding $31M+ and Jupiter Lend $20M.
-
Spiko Brings SAFO, Europe's Largest Tokenized Money Market Fund, to Solana
Spiko's SAFO fund, managed by Amundi (€2.4T AUM) and UCITS-regulated, went live on Solana on July 2, making it the first European RWA issuer on the network.
-
Phantom's Disclosure Page Reveals World Prediction Markets as Its Solana Infrastructure Provider
Market resolution is handled by [[PROJECT:683|Chainlink]] oracles.
Chainlink
Chainlink is a decentralized oracle network that connects blockchain smart contracts to real-world data, off-chain computation, and other blockchains — solving the fundamental problem that on-chain applications cannot natively access external information.
The Oracle Problem and Chainlink's Solution
Smart contracts are self-executing programs that run entirely on-chain. Their deterministic nature is a security feature, but it creates a critical limitation: they cannot query external APIs, read price data, or communicate with other blockchains without a trusted external intermediary. Relying on a single data provider reintroduces centralization and its attendant attack vectors.
Chainlink's architecture addresses this through decentralized oracle networks (DONs): sets of independent node operators that independently source, aggregate, and deliver data to smart contracts. No single node controls the outcome; manipulation requires compromising a threshold of independent, economically incentivized operators simultaneously. This design underpins the entire product suite the network has built since its mainnet launch in 2019.
Core Technical Products
Data Feeds are Chainlink's foundational product. Multiple independent nodes pull price and market data from professional data aggregators, reach consensus, and publish a single verified value on-chain. Any smart contract can read these feeds, eliminating the need for each protocol to maintain its own price discovery infrastructure. Data Feeds went live on the Solana mainnet in June 2022.
Data Streams extend this model to high-frequency use cases. Rather than a push-based approach where the network updates continuously on a schedule, Data Streams uses a pull-based design: applications request signed data packets on demand, enabling ultra-low-latency market data suited to perpetuals, derivatives, and other time-sensitive products. Data Streams launched on Solana mainnet in October 2024, with GMX_SOL among the initial integrators.
CCIP (Cross-Chain Interoperability Protocol) is Chainlink's cross-chain messaging and token transfer standard. CCIP enables assets and arbitrary messages to move across blockchains through a dual-DON security architecture: a committing DON observes and signs source chain events; an executing DON processes those commitments on the destination chain. A separate risk management network monitors for anomalous patterns — such as infinite minting attacks — providing an additional layer of protection for large capital transfers. CCIP launched on Solana mainnet in May 2025, making Solana the first non-EVM blockchain integrated into CCIP v1.6, unlocking access to more than $19 billion in cross-chain assets.
VRF (Verifiable Random Function) provides provably fair, tamper-proof randomness for on-chain applications. The random output is generated off-chain and accompanied by a cryptographic proof that any party can verify on-chain before it is consumed, making manipulation detectable after the fact.
Automation (formerly Keepers) allows smart contracts to trigger automatically when predefined conditions are met — a time schedule, a price threshold, or a custom on-chain state — without requiring a centralized server to initiate transactions.
Functions is a serverless compute platform: developers define custom JavaScript logic, and Chainlink's DONs fetch the API data, execute the computation, and deliver the result on-chain. This extends the protocol's data delivery beyond standardized price feeds to arbitrary external APIs.
Chainlink Runtime Environment (CRE) is a newer orchestration layer designed for institutional smart contract workflows, enabling complex multi-step automation with privacy controls suited to regulated environments.
Proof of Reserve audits the collateral backing tokenized or wrapped assets, publishing on-chain attestations that downstream contracts can reference to enforce collateralization requirements in real time.
Security and Audit Status
Chainlink is the first oracle network to simultaneously hold SOC 2 Type 1, SOC 2 Type 2, and ISO/IEC 27001:2022 certifications. The SOC 2 Type 2 audit was conducted by Deloitte and covers CCIP and Data Feeds. Node operators are subject to security review and performance requirements before joining production DONs; CCIP's DONs are composed of 16 independent, geographically distributed node operators selected for Sybil resistance and operational track record.
During a major AWS outage in October 2025 that disrupted other cross-chain providers, CCIP experienced no downtime, a result attributed to infrastructure diversity across node operators.
Chainlink Staking (v0.2) allows LINK holders and node operators to lock tokens as a security bond. The v0.2 design expanded the staking pool to 45 million LINK and introduced unbonding mechanisms. Staking raises the economic cost of failures and creates accountability for node performance, though oracle risks from stale data, degraded market conditions, and smart contract bugs remain inherent to any oracle system.
Background and Team
Chainlink was co-founded by Sergey Nazarov and Steve Ellis in 2017 and launched its mainnet in 2019. Chainlink Labs, the primary development organization, has built partnerships with major traditional financial institutions including Swift, Euroclear, JPMorgan Kinexys, UBS Asset Management, ANZ Bank, and DTCC, positioning the network at the intersection of public blockchain infrastructure and the growing tokenized asset market.
Notable recent deployments include Project Pangea — a T+0 FX settlement framework involving more than 50 banks — DTCC's production use of CCIP for trade processing with over 30 major institutions, and BitGo's migration of approximately $7.7 billion in Wrapped Bitcoin (WBTC) to CCIP following security concerns with a competing bridge. As of mid-2026, Chainlink has facilitated a cumulative $32.8 trillion in transaction value and secures approximately $45.56 billion in on-chain assets.
Position in the Solana Ecosystem
Chainlink has had a deepening presence on Solana since its initial integration announcement in March 2020, progressing to a multi-product deployment across the Solana mainnet. The oracle program deployed on Solana (address: cjg3oHmg9uuPsP8D6g29NWvhySJkdYdAo9D25PRbKXJ) is classified as an Oracle under the SPL asset standard and is live on Solana Mainnet.
As of 2026, Solana carries 165 Chainlink integrations spanning DeFi protocols, infrastructure providers, and institutional applications. CCIP's arrival in May 2025 is particularly significant for the ecosystem: Maple Finance's syrupUSD uses CCIP to operate across chains with more than $3 billion in cross-chain deposits on Solana, and Coinbase uses CCIP to secure the Base-Solana bridge supporting native Solana assets on the Base network.
For Solana DeFi protocols, Chainlink's Data Feeds provide reliable price oracles without each project needing to maintain independent data infrastructure. Data Streams serve high-throughput applications — perpetuals markets and derivatives platforms — that require sub-second data delivery at scale. CCIP connects Solana's liquidity to the broader multi-chain ecosystem, enabling tokenized real-world assets, stablecoins, and other instruments to move natively between Solana and EVM-compatible networks.
Contents
- The Oracle Problem and Chainlink's Solution
- Core Technical Products
- Security and Audit Status
- Background and Team
- Position in the Solana Ecosystem
Solana Token Markets