Compound DeFi is an autonomous cToken lending market governed by COMP
Compound defi is an autonomous interest rate protocol where supplied crypto assets enter pooled markets, earn variable interest through cTokens, and secure overcollateralized borrowing. A user supplies an asset such as USDC, DAI, ETH, or WBTC, receives a market token such as cUSDC or cDAI, and watches the cToken exchange rate rise as borrower interest accrues. Governance uses COMP to adjust risk parameters, add markets, and steer protocol changes through on-chain voting.
cTokens turn supplied assets into interest-bearing balances
The defining mechanism is the cToken. When someone supplies liquidity to a Compound market, the protocol mints a corresponding receipt token. In Compound v2, examples include cUSDC, cDAI, cETH, and cWBTC. These tokens represent a claim on the underlying asset plus accumulated interest. The user's visible cToken balance stays steady unless more tokens are supplied or redeemed; the exchange rate between the cToken and the underlying asset increases as the market earns interest.
This design makes interest accounting portable inside Ethereum wallets and smart contracts. A developer reads balances and exchange rates from the protocol rather than building a separate ledger. That is why Compound defi became important for open financial applications: its markets are not only user-facing lending pools, they are composable money-market primitives that other contracts integrate.
Where supply and borrow rates come from
Rates are algorithmic. Each market has a utilization level, which compares borrowed liquidity against supplied liquidity. As utilization rises, borrow rates rise to attract more supply and discourage additional borrowing. As utilization falls, rates decline because the market has more idle liquidity. Supply rates are funded by borrower interest after the protocol's reserve factor keeps a portion for market reserves.
Compound defi does not quote a fixed savings rate. The rate changes block by block as supply, borrowing demand, and governance-approved parameters shift. Stablecoin markets such as USDC and DAI attract users who want dollar-denominated exposure, while ETH and WBTC markets draw users who want collateral utility around major crypto assets.
Borrowing against collateral without selling the asset
Borrowers first supply collateral, then enter one or more markets that allow borrowing. The borrow limit comes from collateral factors set by governance. A high-quality, liquid asset receives a stronger collateral factor than a volatile or thinly traded asset. If the borrowed value grows too large relative to supplied collateral, the account moves toward liquidation.
The practical use case is liquidity without an immediate sale. Someone holding ETH supplies it, borrows a stablecoin, and keeps exposure to ETH while using the borrowed asset elsewhere. That structure also creates liquidation risk: a sharp collateral price drop or rising borrow balance allows liquidators to repay part of the debt and seize collateral at the protocol-defined incentive.
COMP governance controls the market rules
COMP is the governance token connected to protocol administration. Token holders and delegates propose, debate, and vote on changes such as market listings, collateral factors, reserve factors, interest rate models, oracle configuration, and protocol upgrades. This gives Compound defi a formal mechanism for changing parameters without a company manually managing user balances.
The governance process matters because the lending markets depend on conservative parameter choices. A new collateral asset affects every borrower who relies on the shared liquidity system. A reserve factor change alters how much interest remains in a market. An oracle configuration change affects collateral valuation. COMP voting gives these decisions an on-chain path, while discussion and risk review shape what reaches a vote.
Supplying assets from a wallet
A new user begins with a compatible wallet, an asset supported by the selected market, and enough native gas token for network fees. The standard flow is straightforward: connect the wallet, approve the asset for the protocol contract when required, supply the asset, and receive cTokens in return. Redeeming reverses the position by returning cTokens to withdraw the underlying asset plus accrued interest.
The wallet interaction is self-custodied: transactions are signed by the user, and balances sit in smart contracts rather than an exchange account. The critical transaction details are the asset, market, approval amount, gas fee, and resulting health of any account that also borrows. Compound defi rewards users who understand approvals and collateral settings before increasing position size.
Reading a market before supplying or borrowing
A market page gives more than a headline annual percentage yield. It shows total supplied liquidity, total borrowed liquidity, utilization, reserve levels, collateral settings, and current supply and borrow rates. Those numbers explain the pressure inside the pool. A high utilization market pays more because borrowers are using more of the available liquidity; it also leaves less room for large withdrawals.
- Supply rate shows the current annualized return from borrower interest.
- Borrow rate shows the current annualized debt cost for that asset.
- Collateral factor sets how much borrowing power the supplied asset creates.
- Liquidity indicates whether large redemptions and borrows fit the pool.
- Reserves show assets retained by the protocol for that market.
These fields make Compound defi easier to evaluate as a set of separate markets rather than a single yield product. cUSDC, cDAI, cETH, and cWBTC each respond to their own supply-demand balance and risk parameters.
Developer use and money-market composability
Notably, Compound's official positioning as an autonomous interest rate protocol built for developers is central to its identity. Smart contracts query balances, exchange rates, and account liquidity directly from the protocol. Wallets, dashboards, treasury tools, and DeFi strategies use those public interfaces to display positions, route collateral, or automate monitoring.
This composability explains why cTokens became recognizable DeFi building blocks. Holding cDAI is different from holding DAI because the token itself reflects a claim on an interest-bearing market. Integrations must account for the exchange rate, redemption liquidity, and protocol risk, but the standardized on-chain accounting gives builders a clear foundation.
Compound v2 cTokens and Compound III markets
Typically, Compound v2 is the version most closely associated with cToken supply markets. It supports pooled lending for multiple assets, with each cToken representing a supplied position. Compound III, also called Comet, uses a different architecture built around a single base asset per market and collateral assets that support borrowing that base asset. The two designs share the same broad lending purpose, yet their accounting and risk surfaces differ.
For a page focused on cToken markets, v2 is the natural reference point. Users comparing versions should look at the market type, base asset, supported collateral, and liquidation rules. Compound defi spans both the earlier cToken model and newer Comet-style markets, so the exact user experience depends on which market a wallet enters.
Risks that matter in a cToken position
Smart contract risk, oracle risk, governance risk, liquidity constraints, and liquidation risk all matter. A supplied-only position mainly faces protocol and liquidity risk. A borrowing account adds collateral price movement and interest-rate movement. If the collateral value falls or debt grows, liquidation becomes the immediate issue.
Stablecoin markets also carry asset-specific risk. USDC, DAI, and other stable assets use different designs and backing models, so a market's apparent stability comes from both the token and the protocol. Borrowers should track their account liquidity after every major price move, because the liquidation engine follows on-chain rules rather than private negotiation.
Aave, Maker, and other routes around the same problem
In most cases, Compound defi belongs to the same broad DeFi lending category as Aave and Maker, yet the mechanics differ. Aave uses aToken balances and offers features such as isolation modes and flash loans. Maker focuses on minting DAI against collateral through vaults. Compound's cToken model emphasizes algorithmic interest markets, pooled liquidity, and governance-controlled parameters.
The best fit depends on the job. A user who wants a simple cToken receipt studies Compound v2 markets. A borrower seeking a specific collateral mode compares Aave parameters. Someone who wants to generate DAI from vault collateral studies Maker. These protocols solve related liquidity problems with different accounting models, risk engines, and governance processes.
Common questions about Compound defi
- Does a cToken balance grow after I supply assets?
- The visible cToken quantity normally stays the same after the supply transaction, but the exchange rate between the cToken and the underlying asset rises as interest accrues. That means the position is worth more underlying tokens when redeemed, assuming the market remains liquid and the underlying asset itself has not changed in value against other assets.
- Fees on Compound cToken markets come from where?
- The main costs are blockchain gas fees and the variable borrow interest paid by borrowers. Suppliers do not pay a separate management fee to earn interest, but each market has a reserve factor that keeps part of borrower interest in protocol reserves. Gas costs occur on approvals, supply transactions, borrow actions, repayments, and redemptions.
- Why does the borrow rate change after a loan is open?
- Borrow rates are variable because each market uses an interest rate model tied to utilization. When more of a market's liquidity is borrowed, the model raises the borrow rate. When demand falls or new supply enters, the rate declines. Existing borrowers accrue interest at the current market rate, not a fixed rate set at the start.
- Which wallet requirements matter before using a Compound market?
- You need a wallet that supports the network where the market runs, the asset you plan to supply or borrow, and enough native gas token to pay transaction fees. You also need to approve ERC-20 tokens before supplying them. ETH-style native asset handling and ERC-20 approvals differ, so transaction prompts should be read closely.