The dominant decentralized oracle network, providing on-chain price feeds, randomness, and cross-chain messaging to most of DeFi.
Live data via /api/coingecko/markets · Updated every page load
Chainlink is the dominant decentralized oracle network, providing the data feeds that smart contracts need to interact with the outside world. Oracles bring off-chain information (asset prices, weather, sports scores, randomness) onto the blockchain in a verifiable way. Chainlink launched its mainnet in 2019 and has become the de-facto standard for price oracles in DeFi, securing tens of billions in TVL across hundreds of protocols.
Chainlink price feeds aggregate data from multiple independent sources, with a decentralized network of node operators submitting signed prices. The network reaches consensus on a final value (typically a median) and posts it on-chain. Smart contracts read the latest price from the feed contract. Beyond price feeds, Chainlink offers VRF (verifiable random function) for fair randomness, CCIP (Cross-Chain Interoperability Protocol) for cross-chain messaging, and Functions for arbitrary off-chain computation.
Lending protocols (Aave, Compound) use Chainlink to determine collateral values for liquidation thresholds. Derivatives protocols use it for settlement prices. Insurance protocols use it for parametric triggers. Stablecoins use it to maintain pegs. Beyond DeFi, Chainlink VRF powers fairness in gaming and NFT mints. CCIP is increasingly used for cross-chain bridges by major protocols.
Oracle manipulation has caused major DeFi exploits (typically not Chainlink directly, but through misuse or alternative oracles); choosing oracle architecture is a critical security decision. Chainlink is more centralized in node operator selection than some alternatives, though more decentralized than first-party oracles. Costs accumulate: every oracle update is a paid on-chain transaction, which adds up across protocols.
See the blockchain oracle entry for the broader category and the DeFi entry for context.