Compound (COMP)

Definition

Compound is a decentralized, algorithmic lending and borrowing protocol on Ethereum — one of the foundational protocols of Decentralized Finance (DeFi) — that allows users to lend cryptocurrencies to earn interest and borrow against their crypto collateral without intermediaries. Launched in 2018 by Robert Leshner and Geoffrey Hayes, Compound operates through smart contracts that autonomously set interest rates based on supply and demand for each supported asset. Lenders supply assets to Compound’s liquidity pools and receive cTokens (e.g., cETH, cUSDC) representing their deposit plus accruing interest — interest accrues every block. Borrowers provide overcollateralized deposits and can borrow up to a defined percentage of their collateral value. Compound pioneered the concept of “liquidity mining” in June 2020 when it began distributing COMP governance tokens to protocol users. This watershed moment triggered “DeFi Summer” 2020 and established yield farming as a crypto-native practice. COMP is Compound’s ERC-20 governance token; holders can propose and vote on protocol parameter changes, including which assets to support, collateral factors, and interest rate models. Compound’s open-source code and composability have made it a foundational building block that hundreds of DeFi protocols have integrated or forked.

 Origin & History

Date Event
Sep 2018 Compound v1 launches on Ethereum mainnet
May 2019 Compound v2 launches: introduces cToken model and improved architecture
Nov 2019 Compound raises $25M Series A from a16z, Paradigm
Jun 2020 COMP governance token distributed to users; “DeFi Summer” begins
Jun 2020 COMP distribution begins; DeFi Summer TVL explosion; Compound becomes top DeFi protocol
2020 Compound reaches $1B+ TVL; sets standard for DeFi lending
2021 Compound reaches $11B+ TVL at peak; major institutional integrations
Sep 2021 COMP distribution bug allows $90M+ in erroneous COMP claims; governance scrambles to fix
2022 Bear market: TVL declines; COMP falls 95%+ from peak
2023 Compound III (Comet) gains traction; improved capital efficiency

 “The day Compound announced COMP distribution was the day DeFi stopped being theoretical and became a billion-dollar industry.” — DeFi historians

How It Works

“` COMPOUND PROTOCOL MECHANICS ==============================

LENDING (Supplying): User supplies 10 ETH to Compound Receives 10 cETH tokens (representing deposit) Interest accrues every Ethereum block (~12 sec) cETH exchange rate gradually increases vs ETH Withdraw: Return cETH, receive ETH + accrued interest

BORROWING: User supplies 10 ETH as collateral (worth $30,000) Collateral factor: 75% → can borrow up to $22,500 User borrows $10,000 USDC Pays variable interest rate (set by algorithm) Interest accrues continuously; must maintain collateral ratio

LIQUIDATION (if collateral value falls): ETH price drops → collateral value < minimum threshold Anyone can liquidate: repay portion of debt Liquidator receives collateral at discount (liquidation incentive) Prevents protocol insolvency

INTEREST RATE MODEL: Supply rate = function of utilization (borrowed/supplied) Low utilization → low rates (incentivize borrowing) High utilization → high rates (incentivize new supply) Rates automatically adjust each block

COMP DISTRIBUTION (liquidity mining): Both suppliers and borrowers earn COMP tokens COMP distributed per block to each market Amount based on interest earned/paid Creates “yield farming” — earning more in COMP than interest paid “`

Asset cToken Typical Supply APY Typical Borrow APY
ETH cETH 0.5-3% 1-5%
USDC cUSDC 2-8% 3-10%
USDT cUSDT 2-8% 3-10%
WBTC cWBTC 0.1-1% 0.5-3%
COMP cCOMP Variable Variable

 In Simple Terms

  1. A bank, but in code: Compound is like a bank for crypto — you can deposit assets to earn interest, or borrow assets by putting up collateral — but there’s no bank or employees. Smart contracts handle everything automatically, 24/7.
  2. cTokens represent your deposit: When you supply assets to Compound, you receive cTokens (like cUSDC or cETH). These tokens automatically appreciate in value as interest accrues — when you redeem them, you receive more of the original asset than you deposited.
  3. Overcollateralized = safer: Unlike undercollateralized bank loans (which rely on credit scores and legal enforcement), Compound loans are overcollateralized — you must deposit more than you borrow. This eliminates default risk but requires significant capital.
  4. Liquidity mining changed DeFi: When Compound started distributing COMP tokens to protocol users in June 2020, it created a new economic model — users could earn tokens just for supplying and borrowing, making DeFi yields far exceed traditional finance. This triggered the DeFi Summer explosion.
  5. COMP is governance: COMP holders vote on which assets Compound supports, what interest rate models to use, and protocol upgrades. This community governance model (pioneered by Compound) became the template for DeFi protocol governance across the industry.

 Real-World Examples

Scenario Implementation Outcome
Yield on stablecoins User supplies $10,000 USDC to Compound Earns 5% APY in USDC + additional COMP rewards
Crypto-backed loan User deposits 2 ETH; borrows $2,000 USDC Gets liquidity without selling ETH; pays interest; repays to unlock ETH
Yield farming arbitrage DeFi Summer 2020: users borrow assets to earn more COMP COMP rewards exceed borrowing costs; “positive yield farming”
Protocol integration Yearn Finance uses Compound to allocate idle stablecoin yield Automated optimization across lending protocols
Liquidation ETH price drops 40%; undercollateralized borrower liquidated Liquidator earns 5-8% discount on collateral; protocol stays solvent

 Advantages

Advantage Description
Permissionless Anyone globally can lend or borrow without approval
Transparent rates Interest rates visible on-chain; no hidden fees
Composable Other DeFi protocols integrate Compound as building block
Continuous interest Interest accrues every block (~12 seconds)
Self-sovereign Users retain control via wallet; no custodial risk

 Disadvantages & Risks

Disadvantage Description
Liquidation risk Falling collateral value triggers automatic liquidation
Smart contract risk Protocol bugs could drain user funds
Overcollateralization Capital inefficient; must deposit more than you borrow
Variable rates Interest rates fluctuate; borrowing costs may increase rapidly
COMP price risk COMP rewards’ value depends on COMP market price

Risk Management Tips:

  • Maintain a healthy collateral ratio (at least 150-200% of borrowed value) to avoid liquidation
  • Set up liquidation alerts using DeFi monitoring tools (Tenderly, DeFi Saver)
  • Don’t rely on COMP rewards to cover borrowing costs — COMP price can fall, making the strategy unprofitable
  • Start with small amounts to understand the liquidation mechanism before committing significant capital
  • Audit dates for Compound: protocol has been audited but smart contract risk is always present

 FAQ

Q: What is the difference between Compound and Aave?

A: Both are DeFi lending protocols with similar mechanics, but key differences: Aave offers more asset options (including uncollateralized flash loans), more varied interest rate options (stable vs. variable), and isolation mode for newer assets. Compound is simpler, has been running longer, and pioneered the cToken model. Compound III introduced single-asset borrowing markets (different model from v2). Both are secure, battle-tested protocols.

Q: What are cTokens and how do I redeem them?

A: cTokens (cETH, cUSDC, etc.) are ERC-20 tokens that represent your deposit in Compound. When you supply ETH, you receive cETH. The cETH-to-ETH exchange rate increases over time as interest accrues. To withdraw: send cETH to Compound’s contract and receive ETH at the current (higher) exchange rate. The difference between what you originally deposited and what you receive is your earned interest.

Q: What triggered “DeFi Summer” in 2020?

A: Compound’s launch of COMP governance token distribution on June 15, 2020 was the catalyst. By distributing COMP to everyone who supplied or borrowed on Compound, users could earn COMP rewards worth more than their borrowing costs — creating “positive-yield farming.” This attracted massive capital, drove Compound to $1B TVL overnight, and inspired dozens of protocols to launch similar yield farming programs, creating a summer of explosive DeFi growth.

Q: What is Compound III (Comet) and how does it differ from v2?

A: Compound III (launched 2021-2022) is a redesigned version with a single “base asset” model — instead of general money markets where any asset can be borrowed, Comet focuses on one borrowable asset (USDC) with multiple collateral types. This simplifies the risk model, improves capital efficiency, and reduces systemic risk compared to v2’s more complex multi-asset borrowing. Comet has gradually gained adoption alongside the legacy v2 markets.

Q: Is it safe to use Compound?

A: Compound is one of the most battle-tested DeFi protocols, with $1B+ processed and multiple security audits. However, “safe” is relative in DeFi — smart contract vulnerabilities are always a risk, liquidation risk is real if markets move against your position, and protocol risk exists. Compound is considered among the lowest-risk DeFi protocols, but significant funds should be managed carefully with appropriate monitoring and collateral buffers.

UPay Tip: Compound is the place where many DeFi users learn their first hard lesson about liquidation risk. When you borrow against your crypto collateral, you’re betting that your collateral won’t fall in value enough to trigger liquidation. During market downturns, ETH can fall 30-50% in days — rapidly bringing collateral ratios to dangerous levels. If you use Compound for borrowing, maintain a very conservative collateral ratio (150-200%+ minimum), monitor your position daily during volatile markets, and set up automated alerts. The smart contract doesn’t care about your financial situation — it will liquidate you automatically.

Disclaimer: This content is for educational purposes only and does not constitute financial or investment advice. Cryptocurrency investments carry significant risk. Always conduct your own research before making any investment decisions.

UPay — Making Crypto Encyclopedic

News & Events