Category: DeFi

Decentralised exchanges, liquidity pools, lending, liquidations, and crypto yield.

  • Day 23 — Where Does Crypto Yield Actually Come From?

    Watercolor illustration tracing crypto yield back to borrowers, trading fees, staking, and token rewards

    Crypto yield means the return a user earns from putting crypto assets to work. Before chasing a high number, compare this idea with DeFi loan liquidation and with the wider Ethereum DeFi overview.

    A dashboard may promise five, twenty, or even one hundred percent annual yield, but the percentage is the last part of the story. The first question should be: who is paying, and what useful activity produces the return?

    In a lending market, yield can come from interest paid by borrowers. In a liquidity pool, it can come from fees paid by traders. Proof-of-stake networks reward validators for helping secure and operate the chain, and some of those rewards can flow to people who delegate or stake assets.

    Protocols also distribute newly created tokens to attract users. These incentives can bootstrap a market, but they are not the same as durable revenue. If everyone earns a token only to sell it, and there is no continuing demand for it, the displayed yield may collapse along with the token price.

    Annual percentage yield often assumes rewards are reinvested and the current rate continues for a full year. Both assumptions can be unrealistic. Rates change with utilisation, trading volume, token emissions, and market prices. A high APY can disappear within hours while the underlying asset falls much faster.

    Yield is compensation for something: lending risk, market-making risk, price volatility, lock-up, validator penalties, smart-contract exposure, or simple token dilution. If the source cannot be explained clearly, the return may be circular—paid mainly from new deposits or newly printed incentives rather than productive demand.

    A useful review separates rewards by source, values them in a stable unit, checks withdrawal conditions, and tests what happens if the reward token drops sharply. It also includes gas, slippage, taxes, and impermanent loss instead of focusing only on the largest number on the screen.

    Many yield protocols can change parameters or direct a treasury through community voting. Tomorrow we will look at the organisation behind that process: the DAO, and how decentralised its decisions really are.

    Why this matters

    In simple terms, crypto yield is not free money. It usually comes from fees, borrowers, rewards, or risk that someone else is willing to take.

    What to remember

    Therefore, a useful yield question is not only how high the return looks. Ask where the return comes from, who pays it, and what can break.

  • Day 22 — What Happens When a DeFi Loan Becomes Unsafe?

    Watercolor illustration of a DeFi loan health meter triggering collateral liquidation

    A DeFi loan begins with more collateral value than debt, but crypto prices can move quickly. If the collateral falls far enough, the protocol cannot wait for a human conversation or a monthly payment. Its smart contracts enforce a liquidation rule.

    Each market defines a threshold that determines how much borrowing a particular asset can support. Interfaces may summarise the buffer as a health factor. A comfortable value means the collateral can absorb some decline; a value near the limit means even a small price move may make the position eligible for liquidation.

    When the threshold is crossed, an independent liquidator can repay part of the borrower’s debt and receive some collateral, usually with a bonus. That reward motivates bots to act quickly. The protocol reduces risky debt, lenders remain better protected, and the borrower loses collateral plus a penalty.

    Consider ether collateral worth $1,500 against an $800 loan. If ether falls and the permitted borrowing limit drops below the debt, liquidation can begin. Adding collateral or repaying part of the loan before that point restores the safety margin. Watching only the original deposit price is not enough because the relevant values update continuously.

    Liquidation depends heavily on price oracles. A delayed or manipulated price can liquidate healthy users or leave the protocol with bad debt. Network congestion also matters: when many positions fail together, gas costs rise and liquidators may struggle to process them quickly.

    Borrowers can reduce risk by using less leverage, choosing strong collateral, maintaining a wide buffer, monitoring alerts, and understanding the exact threshold and penalty. There is no universal safe ratio because volatility, oracle design, and protocol rules differ.

    Liquidations show that attractive borrowing and lending rates come from a system of incentives and risk controls. Tomorrow we will ask the broader question behind every advertised return: where does crypto yield actually come from?

  • Day 21 — How Can DeFi Lend Money Without a Credit Score?

    Watercolor illustration of borrowers and lenders connected through an overcollateralized DeFi lending pool

    A bank can evaluate salary, identity, and repayment history before making a loan. A public blockchain usually does not know those facts. DeFi lending therefore relies on a different protection: borrowers commonly lock collateral worth more than the amount they borrow.

    Lenders deposit assets into a smart-contract pool. Borrowers draw from that shared pool after supplying acceptable collateral. The protocol records deposits, debts, interest, and collateral ratios on-chain, while its rules apply equally to any wallet that can submit a valid transaction.

    Imagine depositing ether worth $1,500 and borrowing $800 in stablecoins. You still benefit if ether rises, and you gain spendable stablecoins without selling it. But if ether falls, the safety margin shrinks. Borrowing the maximum allowed amount leaves very little room for market movement.

    Interest rates are often driven by utilisation. When most of a pool is available, borrowing can be cheap. As more assets are borrowed and liquidity becomes scarce, rates rise to encourage repayment and attract new deposits. The exact curve is code defined by each protocol.

    This system makes loans fast and transparent, but it is not unsecured credit. Overcollateralisation protects lenders precisely because the protocol cannot chase an anonymous borrower later. It also means borrowers already need valuable assets, so DeFi lending does not solve every financial access problem.

    Depositors face risks too: smart-contract bugs, bad collateral, oracle failures, governance changes, and periods when withdrawals are constrained because too much of the pool is borrowed. A displayed supply rate can change rapidly and is not the same as a guaranteed bank deposit.

    If collateral can fall below the safe level, the protocol needs a way to act before the loan becomes undercollateralised. Tomorrow we will examine liquidation—the automatic process that protects the pool but can be painful for borrowers.

  • Day 20 — Why Would Anyone Put Their Tokens Into a Liquidity Pool?

    Watercolor illustration of liquidity providers adding a pair of tokens to a shared trading pool

    A liquidity pool is a shared pile of tokens that lets DeFi users trade without waiting for a buyer or seller. For context, compare it with automated market makers and the Ethereum DeFi overview.

    An automated market maker cannot serve traders with an empty pool. The assets are supplied by liquidity providers, often called LPs. They deposit a pair of tokens into a smart contract so other people can swap between them.

    Suppose a pool holds ether and a stablecoin. A provider contributes both assets at the pool’s current value ratio and receives a token or accounting record representing a percentage of the pool. If the provider owns one percent of the pool, that claim grows or shrinks with the pool’s reserves.

    How the pool helps traders

    Every swap usually pays a small fee. The fee remains in the pool or is distributed according to the protocol’s design, giving LPs a reason to provide capital. More liquidity also benefits traders by reducing slippage, so a healthy market tries to balance useful depth with a fair return for providers.

    The catch is that the pool constantly rebalances the two assets as prices move. If ether rises sharply, arbitrage traders remove ether from the pool and add stablecoins until the pool matches the outside price. The LP ends up holding less of the asset that rose and more of the asset that lagged.

    Compared with simply holding both tokens, this difference is called impermanent loss. The name can be misleading: if the provider withdraws while prices are far apart, the loss relative to holding becomes real. Trading fees may offset it, but they are not guaranteed to do so.

    What providers earn

    LPs also face smart-contract bugs, malicious tokens, oracle or bridge failures in some designs, and the possibility that an incentive token loses value. A high advertised annual return says little unless we know the trading volume, fee income, price risk, and source of extra rewards.

    Liquidity provision turns passive assets into market infrastructure, with rewards tied to real risks. Another kind of pool uses deposits not for swaps but for loans. Tomorrow we will see how lending can work without a bank checking your credit score.

    Why this matters

    In practice, a liquidity pool turns idle tokens into market infrastructure. Traders get instant swaps, while providers earn fees and accept market risk.

    What to remember

    Therefore, the pool is useful only when you understand both sides. Look at fees, token volatility, and impermanent loss before adding funds.

  • Day 19 — How Can You Trade Without an Order Book?

    Watercolor illustration of an automated market maker balancing two token reserves in a liquidity pool

    Trading without an order book

    An automated market maker, or AMM, lets people trade crypto without a traditional order book.

    Instead of matching buyers with sellers, an AMM uses a liquidity pool and a pricing formula.

    This is one reason decentralized exchanges can run directly on blockchains.

    What a liquidity pool is

    A liquidity pool holds two or more tokens inside a smart contract.

    Users called liquidity providers deposit tokens into the pool. In return, they may earn trading fees.

    When someone swaps tokens, they trade against the pool rather than another person.

    How the price changes

    Many basic AMMs use a simple idea often written as x*y=k.

    If a trader removes one token from the pool, the pool charges more of the other token.

    Therefore, large trades can move the price more. This effect is called slippage.

    Why arbitrage matters

    AMM prices can drift away from prices on other markets.

    Arbitrage traders notice the gap. Then they trade until the AMM price comes closer to the wider market.

    The takeaway

    An automated market maker turns a smart contract into a simple trading venue.

    It is open and useful, but traders still need to understand liquidity, slippage, and smart contract risk.

  • Day 18 — What Is DeFi If There Is No Bank Behind It?

    Watercolor illustration of open financial services connected through decentralized smart contracts

    What decentralized finance means

    Decentralized finance, or DeFi, uses smart contracts to build financial tools on public blockchains.

    Traditional finance depends on banks, brokers, and payment companies. Decentralized finance depends on wallets, tokens, contracts, and open networks.

    The goal is not to remove every human. Instead, the goal is to make core rules more open and programmable.

    What DeFi apps can do

    A DeFi app may let users swap tokens, lend assets, borrow against collateral, or supply liquidity.

    These actions happen through smart contracts. The contracts hold assets and follow predefined rules.

    Because the rules are on-chain, users can often inspect how the system works.

    Why wallets matter

    In decentralized finance, a wallet is the user’s account.

    The wallet signs actions and connects to applications. This gives users direct control.

    However, direct control also means mistakes can be expensive.

    The main risks

    DeFi has smart contract risk, market risk, oracle risk, liquidity risk, and user-error risk.

    For example, approving a bad contract can put funds at risk.

    Therefore, open access does not mean automatic safety.

    The takeaway

    Decentralized finance is finance built with blockchain-based rules.

    It can be open and powerful, but it must be used carefully.