Types of DeFi Protocols and DeFi Tokens Explained

DEFINITION
Types of DeFi protocols are categories of blockchain-based financial services, such as lending, exchanges, stablecoins, derivatives, yield, staking, and bridges, while DeFi tokens represent rights, positions, or value within them.

Open any decentralized finance (DeFi) dashboard for the first time and the screen fills with hundreds of protocols. Lending markets sit beside token exchanges, staking products, and stablecoins, with no obvious map for how they differ or connect. The words blur together too. A protocol, a dApp, a coin, and a token can look interchangeable, even though each describes something distinct. For a newcomer trying to work out where to begin, the vocabulary itself becomes the first obstacle.

DeFi works as a set of protocol categories and token types that plug into one another, and learning those categories is the foundation for evaluating anything else in the space. The market is large enough to reward the effort. Total value locked (TVL) across DeFi runs into the tens of billions of dollars. This article explains what DeFi protocols are, how they are categorized, the types of DeFi tokens, the risks of each category, and the infrastructure enabling them.

What Are DeFi Protocols?

A DeFi protocol is the onchain logic that delivers a financial service without a central intermediary. The rules live in smart contracts, which are programs deployed to a blockchain that run automatically when their conditions are met. A lending protocol, for example, encodes how deposits earn interest and how loans are collateralized, and it behaves the same way for every user.

Three terms are easy to confuse. A protocol is the underlying logic. A dApp, or decentralized application, is the user-facing interface that sits on top of that logic, the website or app most people actually click through. A single protocol can be reached through several dApps.

Coins and tokens differ too. A coin usually means a blockchain's native asset, such as ETH on Ethereum, used to pay transaction fees and secure the network. A token is issued by a protocol built on top of a chain and can represent governance rights, a position in a liquidity pool, or a staked position, depending on how the issuer designs it. The token taxonomy later in this article builds on that split.

Two properties tie the categories together. DeFi is permissionless, so anyone with a wallet can interact with a protocol directly. It is also composable: protocols plug into one another like building blocks, a pattern often called money legos, so a token minted in one protocol can be supplied to another.

The DeFi Stack: How Protocols Layer Together

DeFi protocols do not exist in isolation. They stack in layers, and the Ethereum Foundation describes that structure as levels built on top of each other. The base is the blockchain itself, which records transactions and settles them. Above it sits the asset layer, the coins and tokens that move through the system. Protocols form the next level, encoding services such as lending or trading. Applications wrap those protocols in interfaces that people use.

Each layer depends on the ones beneath it. A lending application relies on the lending protocol, which relies on the assets, which settle on the chain. This layering makes composability practical. A developer can build on an existing protocol instead of rebuilding settlement and asset logic from scratch.

One dependency runs across every layer above the chain. Protocols need accurate information about the outside world, such as the current market price of an asset, and blockchains cannot fetch that data on their own without a dedicated infrastructure layer to deliver it. The categories described below each rely on that external data in a specific way.

DeFi's overall size shifts with the market, rising and falling by tens of billions of dollars over the course of a year.

Types of DeFi Protocols

DeFi protocols fall into a handful of recurring categories. Each solves a different financial need, and most real activity concentrates in the types below.

  • Lending and borrowing protocols: These create pooled markets where suppliers deposit assets to earn yield and borrowers take out overcollateralized loans against their own deposits. When a borrower's collateral falls too far in value, liquidators repay part of the loan and claim the collateral, which keeps the market solvent. Aave is a widely used example of this model.
  • Decentralized exchanges (DEXs) and the automated market maker (AMM) model: A decentralized exchange lets users swap one token for another directly from their wallet. Many use an automated market maker, which prices trades against a pooled reserve of tokens using a formula rather than matching individual buy and sell orders in an order book. Uniswap is a widely used example.
  • Stablecoin protocols: These issue tokens designed to hold a steady value, most often pegged to a national currency such as the U.S. dollar. Backing models vary, including fiat reserves held offchain, crypto collateral locked in a smart contract, and other mechanisms. Sky, formerly MakerDAO, issues the USDS stablecoin through a crypto-collateral model, and its earlier DAI stablecoin also remains in circulation.
  • Derivatives protocols: These offer onchain contracts whose value derives from an underlying asset or rate. Perpetual futures, which track an asset's price without an expiry date, are the most common form, and options and synthetic exposure also appear. Because a contract's value depends on an external reference price, this category leans heavily on accurate market data.
  • Yield protocols: These automate strategies that put idle assets to work, and some split an asset into separate principal and yield components so each can be traded on its own. Pendle is a widely used example of a yield protocol.
  • Liquid staking protocols: On a proof-of-stake blockchain, staking locks up an asset to help secure the network. Liquid staking lets a user stake while receiving a token in return that stays usable across DeFi, so the staked position keeps earning while remaining tradable. Lido is a widely used example.
  • Bridge and cross-chain protocols: These move assets and messages between separate blockchains, letting a token on one network be used on another. Because bridges hold or lock significant value while assets are in transit, their security design is a central concern for the whole category. The infrastructure that secures cross-chain transfers is covered later in this article.

Types of DeFi Tokens

Tokens are how value and rights move through these protocols. The categories below are conventions rather than strict legal classes, and a single token can belong to more than one.

  • Governance tokens: These grant holders voting rights over a protocol's parameters, such as fee levels or how a treasury is used. Voting is typically weighted by the number of tokens held. UNI, associated with the Uniswap protocol, is a frequently cited example.
  • Utility tokens: These provide access to or payment for a protocol's services, such as covering fees or unlocking specific functions within an application.
  • Liquidity provider (LP) tokens: In many AMM designs, such as V2-style pools, someone who deposits a pair of assets receives an LP token that tracks their portion of that pool. Redeeming the LP token returns the underlying assets plus a proportional part of the trading fees the pool earned.
  • Liquid staking tokens (LSTs): These represent assets that have been staked on a proof-of-stake network while staying tradable. The token accrues staking rewards over time and can be supplied to other protocols, so the underlying stake is not frozen. stETH, issued through the liquid staking category above, is a common example.
  • Native coins: A native coin is a blockchain's base asset, such as ETH on Ethereum, used to pay transaction fees and reward the validators that secure the network. It belongs to the chain itself, while the token types above are issued by protocols running on top of it.

That last point is the practical difference between a coin and a token: a coin is native to a blockchain, and a token is minted by a protocol operating on that blockchain.

How DeFi Protocols Get Reliable Price Data

Almost every category above runs on one input: the current price of an asset. A lending protocol needs an accurate price to value collateral and decide when a loan should be liquidated. Exchanges and derivatives protocols need prices to settle trades and calculate funding. Stablecoin protocols need to confirm that reserves or collateral still back the tokens they have issued.

A blockchain cannot retrieve this information by itself. It only sees data recorded on its own ledger, and it has no built-in way to read a market price from an exchange or a bank balance from the outside world. This is the data-access gap that every protocol category shares.

An oracle fills that role. It is infrastructure that delivers external data onto a blockchain so a smart contract can act on real-world values, and DeFi protocols depend on oracle providers for that data. Accurate, reliable price data is what keeps collateral valuations and liquidation triggers correct. The quality of that data has direct consequences. When price data has been manipulated or delivered incorrectly, protocols have triggered wrong liquidations and suffered losses, a failure mode documented repeatedly across DeFi.

Risks Across DeFi Protocol Types

Each category carries its own failure modes on top of the risks shared across all of DeFi. The Enterprise Ethereum Alliance groups them into a standardized set.

  • Smart contract risk: A bug or exploit in a protocol's code can drain funds or freeze them, and this risk applies to every category because all DeFi runs on smart contracts. Audits reduce it without removing it entirely.
  • Liquidation risk: In lending protocols, a borrower's collateral can be sold off automatically if its value falls below a required threshold. Sharp price moves, or a delay in the price data the protocol relies on, can turn a healthy position into a liquidated one quickly.
  • Impermanent loss: When a liquidity provider deposits two assets into an AMM pool and their relative prices diverge, the value of the position can end up lower than simply holding the two assets would have been. The loss becomes permanent only if the provider withdraws while prices remain apart.
  • Depeg risk: A stablecoin can lose its peg and trade below its intended value. Designs backed by held reserves behave differently from synthetic or algorithmic designs, which use trading strategies or other tokens to maintain the peg and have shown elevated risk during market stress. Stablecoins have grown into a large market, reaching around $317 billion as of April 2026, so the way a given design holds its peg has wide reach.
  • Bridge and cross-chain risk: Moving assets between blockchains adds a layer of trust and a larger attack surface, since value is held or locked while it crosses networks. Weaknesses in this layer have led to some of the largest loss events in DeFi, which is why the security model of a bridge matters as much as its speed or cost.

Regulation adds a further consideration, and it varies from one jurisdiction to the next. Different regions are setting their own rules for how stablecoins and tokens can be issued and used, so a protocol's regulatory status depends on where its users and issuers are based.

The Role of Chainlink in DeFi Protocols

Every category described so far shares the same requirement. Lending, exchange, derivatives, stablecoin, and cross-chain protocols all depend on reliable external data and secure movement of value between networks, and a blockchain provides neither on its own. Faulty data breaks liquidations and pegs. An insecure bridge puts transferred value at risk.

Chainlink is the industry-standard oracle platform that addresses this requirement. Its decentralized oracle networks, together with the Chainlink data, interoperability, compliance, and privacy standards, connect blockchains to real-world data, to other chains, and to offchain systems. Rather than each protocol building this infrastructure alone, protocols across DeFi connect to a shared standard.

Three parts of the platform map directly to the categories above. Chainlink Data Feeds deliver the market prices that lending protocols use to value collateral and trigger liquidations, and that derivatives protocols use for settlement and funding. The Chainlink Cross-Chain Interoperability Protocol (CCIP) provides a standard for moving assets and messages between blockchains, the function the bridge category depends on. Chainlink Proof of Reserve verifies onchain that the reserves backing a stablecoin or tokenized asset actually exist.

Adoption at this layer is concentrated. Chainlink secures the majority of value across DeFi.

The Future of DeFi Protocols and Tokens

DeFi is best understood as a stack of composable protocol categories, from lending and exchange to stablecoins, yield, liquid staking, and cross-chain transfer, each paired with token types that carry governance rights, pool positions, or staked value. The categories rarely operate alone. A single user flow can route through a DEX, a lending market, and a yield protocol in sequence, with tokens minted in one step supplied into the next.

As more institutional and tokenized-asset activity moves onchain, the categories will keep combining in new ways, and the demand for accurate data and secure interoperability grows with them. The categories that scale next will be the ones whose data and interoperability hold up under that growth.