
Compound
Credit · Lending · COMP
Compound is one of the original DeFi lending protocols. Compound III simplifies each market to a single borrowable base asset with other assets posted purely as collateral.
Simple, battle-tested money markets (Compound III).
Protocol TVL
$1.14B
-0.2% 24h
Latest data · 15 min delay
AI Agent Skill
Machine-readable protocol knowledge for agents
Compound — Research Skill
Simple, battle-tested money markets (Compound III).
compound · v1.0.0
Facts
| category | Network |
| symbol | COMP |
| tagline | Simple, battle-tested money markets (Compound III). |
| arbitrumNative | no |
| chains | Arbitrum One |
| security | verified (OZ-derived · public audit on file) |
| memberCoins | 1 (COMP) |
| tvl | $1.14B |
| marketCap | $162.90M |
| users | 450K |
Sections
Overview
Compound is one of the original DeFi lending protocols. Compound III simplifies each market to a single borrowable base asset with other assets posted purely as collateral.
What makes it different
Compound III is simpler than Aave — one base borrowable asset per market makes risk easier to understand, at the cost of multi-asset flexibility.
Components
- Compound III markets: Single base borrowable asset per market with separate collateral assets posted as collateral only. - COMP governance: Token holders propose and vote on new markets, collateral factors, and protocol upgrades.
Member coins
- Compound (COMP) — Token, DAO governance token
Risks
- Smart Contract: Upgradeable or complex lending logic can fail under edge-case liquidations or parameter misconfiguration. - Oracle: Stale or manipulated price feeds impair collateral valuation and liquidations. - Collateral: Correlated collateral drawdowns or listing errors can create bad debt in money markets. - Liquidity: Thin borrow/supply depth impairs exits and liquidations during market stress. - Governance: Parameter changes, listings, and emissions are controlled by token holders or delegates. - Market design: Single base-asset markets concentrate borrow demand on one asset per deployment.
TradFi analogue
- Money-market fund: similar — Suppliers earn a variable yield on assets lent from a pooled book of borrowers, comparable to a fund passing through short-term rates.; differs — Loans are overcollateralized and enforced by smart contracts and automatic liquidations; non-custodial, permissionless, with rates set algorithmically by pool utilization rather than a fund manager. - Secured revolving credit line: similar — In Compound III a borrower posts collateral and draws/repays a single base asset (e.g. USDC) at a floating rate, like a secured line of credit.; differs — Fully collateralized on-chain and liquidated automatically once the borrow position breaches its collateral factor; no lender underwriting or credit checks.
Actions
| Name | Signature | Access |
|---|---|---|
getProfile Read the CanHav profile for Compound. | research_getEntity({ slug: "compound" }) | read-only |
listMembers List the member coins (stablecoins / tokens / RWAs) under this network. | research_listByCategory({ category: "networks" }) | read-only |
readLiveMetrics Read live on-chain supply / metadata for a member contract (Arbitrum). | chain_readLive({ address: "0x..." }) | read-only |
getHistory Pull historical peg / TVL series for a member protocol. | research_getHistory({ slug: "<member-slug>", metric: "peg" | "tvl" }) | read-only |
Glossary
- TVL
- Total value locked — assets held or managed by a protocol, in USD.
- APR
- Annual percentage rate — yield before compounding.
- RWA
- Real-world asset — an off-chain asset represented as an on-chain token.
- ERC-8004
- Trustless-agent identity standard; an agent's portable on-chain identity (ERC-721).