DeFiGrail
LOADING CONTENT INDEX…
LIVE
BTC$71,240+2.1%ETH$3,905+3.4%DeFi TVL$112.4B-0.8%
DATA AS OF 14:00 UTC
Reference

TradFi ⇄ DeFi Primitives Reference

The Rosetta stone: every DeFi primitive mapped to its TradFi equivalent, with the differences made explicit.

The mapping table

DeFi is not novel finance — it is known finance with different settlement, custody, and access properties. This table is the Rosetta stone: find the primitive you know, read across.

TRADFI PRIMITIVEDEFI EQUIVALENTKEY DIFFERENCES
Market maker — quotes bid/ask, warehouses inventory (Uniswap v2 / Uniswap v3)Always on, algorithmic, no quoting — the curve is the ; cannot pull quotes from informed flow
Repo / collateralized loan — secured borrowing with haircutMakerDAO · Aave borrowOvercollateralized, anonymous, on-chain by keeper auction instead of margin call
Money market fund — short-term pooled cash yieldCompound / Aave lending poolNo maturity, variable rate set by formula, receipt token is itself composable collateral
— buy at discount, redeem at parPendle tokenTokenized, transferable 24/7, sliceable to any size; discounts embed contract risk, not just rates
— fixed vs floating exchangePendle tokenPermissionless, no counterparty/ISDA — the swap is a token; no credit risk, only contract risk
— cross-margining, Euler / FluidPermissionless, risk-tiered by code; collateral reuse is transparent on-chain rather than hidden in broker books
Central bank (lender of last resort) — unlimited emergency liquidityFlash loanAtomic, zero credit risk, intra-block only — unlimited size but zero ; reverts if unpaid

Money-flow diagrams

FLOW 01 — LENDING POOL CIRCUIT
DEPOSITOR → deposits USDC → LENDING POOL → lends at r_b → BORROWER → interest → POOL (−reserve cut) → yield r_s → DEPOSITOR
FLOW 02 — AMM SWAP & FEE DISTRIBUTION
TRADER → swap + 0.30% fee → AMM POOL (x·y=k) → fee accrues to reserves → LP SHARE VALUE ↑ → realized on burn → LIQUIDITY PROVIDER
FLOW 03 — YIELD VAULT LOOP
DEPOSITOR → deposit → VAULT (pJar) → deploys → STRATEGY → farms → YIELD SOURCE → harvest → sell → reinvest ⟲ → VAULT SHARE PRICE ↑

Risk concept table

RISKWHAT IT ISCANONICAL FAILUREMITIGATIONS
Liquidation riskCollateral value falls below maintenance threshold; position force-closed with penaltyBlack Thursday 2020 — zero-bid Maker auctionsConservative , health-factor monitoring, partial/soft liquidations (Euler, Fluid)
riskProtocol acts on a manipulated or stale price feedCompound/DAI Nov 2020 — $89M wrongful liquidationsTWAPs, multi-source medians (Chainlink), delay modules (Maker OSM), deep-liquidity feeds only
Smart contract riskBug or unintended interaction in immutable code holding fundsEuler Mar 2023 — $197M via missing health checkAudits, formal verification, bug bounties, timelocked upgrades, code immutability after maturity
Governance riskToken-vote capture or governance error changes the rules against usersBeanstalk 2022 — $182M flash-loan governance takeoverTimelocks, quorum + delay (GSM), (long-term alignment), guardian multisigs
riskLP underperformance vs holding, from price divergence + informed flow ()Any volatile pair in a trending marketStable/correlated pairs, fee tier selection, active range management, IL hedging with options