What is DeFi (decentralized finance)?

Financial services such as lending, borrowing, and trading built on blockchains using smart contracts instead of intermediaries.

Not yet verifiedHow we verify

3 min read

In this entry

Financial services such as lending, borrowing, and trading built on blockchains using smart contracts instead of intermediaries.

DeFi protocols typically require a self custody wallet and carry smart contract and liquidity risk. There is no account to open, no identity check in most cases, and no support desk, which is simultaneously the appeal and the entire problem.

The consistent misunderstanding is that removing the intermediary removes the risk. It relocates it. Instead of trusting a company to hold your money, you are trusting code you have not read, an oracle you have not examined, and a governance process you do not vote in.

How it works

The building blocks are a handful of contract patterns that recur across almost every protocol.

Automated market makers replace an order book with a pool and a pricing formula, so trades execute against pooled liquidity rather than against a counterparty. See automated market maker.

Over-collateralized lending replaces credit assessment with collateral. You post more than you borrow and are liquidated if the ratio falls below a published minimum, which is why DeFi lending is available to anyone and offers no leverage a lender would call unsecured.

Oracles import prices, because contracts cannot see off-chain markets. Liquidation and settlement depend on them, which makes the oracle a load-bearing component and a recurring source of exploits.

Governance tokens control parameters. Collateral types, fee levels, and upgrade authority frequently sit with token holders or a multisig, so the terms of a position can change without any market event.

The risks stack rather than replacing each other: contract bugs, oracle failure, governance capture, liquidity that disappears in stress, and, on most protocols, an admin key that can pause or upgrade the system.

Example

Illustrative. You want to swap a token no exchange lists. You fund a wallet with gas, approve the router contract to spend your token, and swap. Costs are the network fee, the pool's fee, and price impact from the pool's depth. On a thin pool, a 5,000 dollar swap might move the price 2 percent against you, which is 100 dollars of cost that no fee schedule shows. The approval you granted remains live afterwards until you revoke it in a separate transaction.

Why it matters when you buy

DeFi is usually the second step rather than the first, because you need crypto before you can use it. It becomes the relevant route for assets no centralized venue lists, which the buyability grades grade, and the cost is set by pool depth rather than a published fee, which the liquidity pages measure.

dex — trading without a custodian; automated market maker — how pools price trades; liquidity pool — where the capital sits; token approval — the permission every interaction needs; smart contract audit — a partial check on the code.

Questions

Do I need to pass identity checks?

Most protocols do not ask, because there is nobody to ask. Some front ends screen addresses against sanctions lists, and interacting with the contracts directly bypasses the front end but not any on-chain restriction.

Is a high yield safe?

A rate is compensation for risk, and in DeFi that usually means smart contract risk, liquidity risk, or exposure to a token whose price funds the yield. RampAtlas does not evaluate specific protocols and makes no recommendation on any of them.

What happens if a protocol is exploited?

Usually the loss is permanent. Some teams have reimbursed users from a treasury and many have not, and there is no insurance scheme or regulator standing behind the outcome.

Guides that use this term

  • Where Stablecoin Yield Comes From, and What Can Go Wrong

    Stablecoin yield is paid by borrowers who want leverage, by issuers sharing the interest earned on their reserves, or by trading strategies, so the rate you are quoted is compensation for credit, contract, and platform risk rather than interest on a deposit.