Research/Education/Chainlink/Chainlink Glossary: LINK, Oracles, and Key Terms Defined
# Chainlink

Chainlink Glossary: LINK, Oracles, and Key Terms Defined

BloFin Academy08/19/2026
A plain-English glossary of Chainlink and LINK terms: the core entities (Chainlink, LINK, oracle, DON), the network machinery (node operator, off-chain reporting, aggregation, CRE), the service suite (Data Feeds, Price Feeds, Data Streams, CCIP, VRF, Automation, Functions, Proof of Reserve), and the token and staking words.

This glossary defines the words you meet across Chainlink, from the LINK token and the oracle jargon to the service suite and the staking terms. Each entry is a short, plain-English definition, with a link to the fuller guide when a one-liner is not enough.

Chainlink is not one thing but a small family: a single token called LINK, a network of oracles that feed data to smart contracts, and a suite of services with names that look alike. Most of the confusion here comes from those look-alikes, so the entries lean on telling near-duplicates apart, like Data Feeds versus Data Streams, or the network Chainlink versus the token LINK.

One note before you start. Where a term belongs to the wider world of crypto rather than to Chainlink, this page places it briefly and points you to the general crypto glossary, instead of redefining all of crypto here.


The core entities: Chainlink, LINK, and the oracle problem

Start with the four words the rest of the page rests on. Chainlink is the network, LINK is its token, an oracle is the thing that brings outside data onto a blockchain, and a decentralized oracle network is how Chainlink does that without a single point of failure. Get these straight and the services make sense.

Term What it means
Chainlink A decentralized oracle network and middleware that connects smart contracts on many blockchains to outside data, computation, and other chains. It is not a blockchain of its own.
LINK Chainlink's token. It pays the node operators who run the network and is staked to help secure its services.
Oracle A service that delivers off-chain information (like a price) onto a blockchain, or triggers an off-chain action, so a smart contract can use it.
The oracle problem The fact that a blockchain cannot reach out to the internet by itself, so it needs a trusted way to get outside data without giving up decentralization.
Decentralized oracle network (DON) A group of independent Chainlink nodes that each fetch data, agree on an answer off-chain, and post one result on-chain.
Middleware Software that sits between blockchains and the outside world, passing data and messages between them.

The single most useful distinction is Chainlink the network versus LINK the token, because people use "Chainlink" to mean both. A DON is where the decentralization lives: instead of trusting one server, many independent operators report, and their answers are combined, so no single node can feed a contract a bad number (source: What Is an Oracle in Blockchain, Chainlink). For the whole picture of what Chainlink is, start at the hub, and for the token on its own, see the LINK token.

How the network is built: nodes, reporting, and aggregation

The next group is the machinery words. They describe how a DON turns many separate reports into one trusted answer. You do not need to be an engineer to place them: node operators run the computers, off-chain reporting is how they agree cheaply, and aggregation is how their answers become a single value.

Term What it means
Node operator An organization that runs one or more Chainlink nodes, gets paid in LINK, and can lose staked LINK if it misbehaves.
Off-chain reporting (OCR) The protocol that lets nodes agree on a result off-chain and submit it in one transaction, which cuts the gas cost of an update.
Aggregation Combining many node reports into one figure, often using the median, so a few odd values cannot skew the result.
Trust-minimized A design that reduces how much you have to trust any single party, rather than removing trust entirely.
Chainlink Runtime Environment (CRE) Chainlink's newer orchestration layer for building and running workflows that combine several services and chains.

Off-chain reporting matters because of cost. If every node posted its own answer on-chain, updates would be slow and costly. So nodes agree off-chain first, then write one shared report that a contract can read (source: Chainlink Developer Docs). Aggregation using the median is what stops one bad source from moving a feed (source: Galaxy Research). If any of these terms tip into "how does the whole thing work," that is your signal to read how Chainlink works, and for who actually runs the nodes, see Chainlink node operators.

The Chainlink services: the product suite

This is where the look-alike names cluster. Chainlink is not a single product but a suite, and each service does one job. The two that beginners mix up most are Data Feeds and Data Streams, so the table separates every service and the prose below pins down that specific pair.

Term What it does
Data Feeds On-chain reference data (asset prices, reserves, network health) that a DON keeps updated, so a contract can read the latest value at any time.
Price Feeds The most-used type of Data Feed: asset prices, like ETH in dollars, published on-chain for contracts to read.
Data Streams Low-latency market data that a contract pulls on demand, built for fast uses like derivatives, rather than sitting on-chain waiting to be read.
SmartData A broader family of feeds that carry more than a single price, including reserve and net-asset-value data.
CCIP The Cross-Chain Interoperability Protocol: secure messaging and token transfers between blockchains, with a separate risk-checking layer.
VRF The Verifiable Random Function: tamper-proof, provably fair randomness for things like NFT mints, games, and raffles.
Automation A service that watches for a condition (a time or an on-chain event) and then triggers a contract function automatically.
Functions A service that runs custom off-chain computation or an API call and returns the result to your contract.
Proof of Reserve Feeds that check whether the off-chain or cross-chain reserves backing an on-chain asset are actually there.

Here is the pair to remember. Data Feeds are push-based and live on-chain, so the value is already there when a contract looks. Data Streams are pull-based and fetched right when they are needed, which is why fast products lean on them (source: Chainlink Data Feeds docs); (source: Chainlink Data Streams). CCIP is worth one more line, because people call it a bridge. It does move tokens and messages across chains, but it also adds a separate risk layer, including an onchain Risk Management Network contract that can act as an emergency safeguard, which a plain bridge does not (source: Chainlink CCIP docs). Each service has its own guide when you want the mechanism: Chainlink Price Feeds, Chainlink Data Streams, Chainlink CCIP, Chainlink VRF, Chainlink Automation, Chainlink Functions, and Proof of Reserve.

Token and economics words

The last Chainlink-specific group is about LINK itself: what gives it a job, how money flows to the people running the network, and what staking means. These words describe demand and security, not price, and none of the figures here is a promise.

Term What it means
Work token The idea that LINK is paid for real work (data and computation), rather than being held only because it is scarce.
Payment (node operator fees) The LINK that a contract pays when it uses a Chainlink service, which reaches the node operators who did the work.
Payment abstraction A system that lets a user pay for a service in another asset, which is then converted into LINK behind the scenes.
Chainlink Reserve An on-chain store of LINK, supported by network revenue, meant to back the network over time.
Staking Locking LINK to back the honest performance of oracle services, earning a reward while accepting rules and risk.
Slashing The penalty of losing some staked LINK if a node fails to meet the rules, such as being reliably available.
Unbonding The waiting period after you unstake before your LINK is free to move again.

The plain version is that LINK is the unit a service business pays and secures itself with (source: Investopedia). Payment is the original source of demand for LINK. Payment abstraction widened that demand, so a customer no longer has to hold LINK directly to use a service (source: Chainlink Payment Abstraction Is Now Live). Staking adds the security angle: locked LINK is at risk if an operator misbehaves, which is what "slashing" enforces, and the mechanism is non-custodial with an unbonding wait (source: Chainlink Staking, Chainlink Economics). How the supply and these sinks fit together lives in LINK tokenomics, and the concept, rewards, and risks of staking LINK have their own guide.

Where generic crypto words route

Some words you will see near Chainlink are not Chainlink terms at all. Gas, smart contract, blockchain, and wallet belong to crypto in general, so this page places them briefly and then points you to the base glossary rather than redefining the whole field.

Term Quick placement
Gas The fee you pay to use a blockchain. LINK is not a gas token, because Chainlink is not its own chain; LINK pays for Chainlink services.
Smart contract Code that runs on a blockchain. Chainlink connects to smart contracts, it does not replace them.
ERC-20 / ERC-677 Ethereum token standards. LINK uses ERC-677, which extends the common ERC-20 so a transfer can also trigger an action.
Blockchain The ledger a smart contract runs on. Chainlink runs across many of them rather than being one itself.
Wallet The app that holds your keys and tokens, including LINK.

The one correction worth repeating is that Chainlink is not a blockchain, which is the single most common beginner mistake. It is middleware that runs across chains like Ethereum. So LINK does not pay gas on a "Chainlink chain," because there is no such chain (source: Chainlink oracle platform overview). From what we see running BloFin, most people first meet "LINK" on a trading screen rather than on a Chainlink service. There it lists as a USDT-margined perpetual, which is price exposure that settles in USDT rather than a token in your wallet. The trading ticker and the on-chain token share a name, but they are not the same asset to hold. For everything general in the list above, read the general crypto trading terms.


Frequently asked questions

Can I stake LINK that I bought on an exchange?

Not directly. Staking LINK generally means locking on-chain LINK that you hold yourself in a wallet on a supported network. The tokens stay in your control while they are staked. LINK sitting in an exchange account is held by the exchange, and LINK exposure through a perpetual is a price position that settles in USDT, not a token you can lock. To stake, you usually need to withdraw real LINK to your own wallet first. Check the current rules in the staking guide before you start.

Is the Chainlink Runtime Environment the same as a DON?

No. A decentralized oracle network is the group of independent nodes that fetch data, agree off-chain, and post one result, so it is where a single trusted answer comes from. The Chainlink Runtime Environment is a newer layer for building and running workflows that combine several services and chains. Put simply, a DON produces trusted results, while the runtime environment is the workshop where you assemble those results into an application. They work together, but they are not the same thing.

Do all Chainlink services charge fees in LINK?

In the end yes, but you may never handle LINK yourself. Chainlink services are paid in LINK, and that payment reaches the node operators who do the work. Payment abstraction changed the front of that process. A user can pay in another asset, like a stablecoin, which the system then converts into LINK behind the scenes. So a service is still settled in LINK even when the customer never buys or holds it. That is a deliberate choice to lower friction, not a sign that LINK is optional.

Is LINK an ERC-20 token?

Almost. LINK uses a standard called ERC-677, which is backward-compatible with the common ERC-20, so wallets and exchanges treat it like any ERC-20 token. The one addition is transfer-and-call. It lets a single transaction both send LINK and tell a contract what to do with it, which saves a step. For everyday holding and sending, you can think of LINK as an ERC-20, and the extra ability mainly matters to the contracts that consume Chainlink services.

Which glossary terms mean I should read the full guide?

Any term that describes a process rather than a definition is your cue to go deeper: staking, slashing, CCIP, payment abstraction, and Proof of Reserve each hide a mechanism that a one-line entry cannot cover. A definition tells you what a word means; it does not tell you the risks or the steps. When a term touches your money or a transaction, treat the glossary entry as a starting point and open the linked guide before acting.

What does trust-minimized mean, and is Chainlink trustless?

Trust-minimized means the design lowers how much you have to trust any single party, rather than removing trust completely. Chainlink does this with many independent nodes, aggregation that ignores outliers, and staking that puts value at risk for bad behavior. It is not the same as trustless. No oracle can be fully trustless, because it still reports on the outside world. Treating any oracle as if it needs no trust is a common and risky mistake. Judge an oracle by how well it minimizes trust.


Researched and written by the BloFin Academy editorial team with AI-assisted drafting. Updated July 2026. Primary sources: the Chainlink developer documentation, the Chainlink education hub, the Chainlink Data Feeds and Data Streams documentation, Chainlink Economics, and Galaxy Research. All facts independently verified against cited documentation current as of July 2026.

This article is educational and general in nature, not financial or investment advice. Cryptocurrencies like LINK carry real risks, including price volatility, changes to staking and network rules, smart-contract bugs, and the chance of losing funds sent on the wrong network. Nothing here is a recommendation to buy, sell, or hold any asset. Do your own research, and consider a licensed professional before making financial decisions. BloFin does not provide investment advice.