A measuring stick that doesn't move
Imagine trying to run a shop where the ruler keeps changing length. In the morning a meter is a meter; by lunch it has stretched, by evening it has shrunk. Pricing anything, saving anything, or settling a debt becomes a nightmare, because the unit you measure with won't sit still. That is the daily reality of most cryptocurrencies: their value swings, sometimes sharply, from one hour to the next.
A stablecoin is a crypto token designed to be the ruler that stays one meter long. Its whole purpose is to track a stable reference — almost always one US dollar — so that one token is worth about \$1 today, tomorrow, and next year. You get the speed and openness of a blockchain, but with a unit of value steady enough to price a coffee or settle a loan. The interesting question is: how do you anchor a digital token to a dollar? There are three main answers.
Design one: fiat-backed (a dollar in a vault)
The simplest design is also the most intuitive. A company holds real dollars in a bank, and for every dollar it holds, it issues exactly one token on-chain. The token is just a digital claim ticket: bring one back to the issuer and they hand you a dollar from the vault; pay the issuer a dollar and they mint a fresh token for you. Because the reserve and the supply move together one-for-one, each token is convincingly worth \$1.
The strength here is simplicity and a rock-solid peg, as long as the reserves are real and fully redeemable. The trade-off is trust in a custodian: you are relying on a real-world company to actually hold the dollars it claims, which is why reputable issuers publish regular reserve attestations. This is the most widely used design today, and the biggest fiat-backed coins move enormous volume.
Design two: crypto-collateralized (over-stuffed vault)
What if you don't want to trust any company, and want everything to live on-chain? Then you back the stablecoin with other crypto locked inside a smart contract. But crypto's price wobbles, so you can't back \$1 of stablecoin with exactly \$1 of volatile collateral — one bad day and the backing falls short. The fix is over-collateralization: to mint \$100 of stablecoin, you lock perhaps \$150 of crypto as a cushion.
If the collateral's value drifts down toward the danger line, the contract automatically liquidates it — selling the locked crypto to buy back and retire stablecoins — before the backing can break. No company holds the keys; the rules are enforced by code that anyone can read. The cost of this trustlessness is capital inefficiency: you must lock up more value than you mint.
MINT $100 of stablecoin (crypto-collateralized)
lock collateral ......... $150 worth of crypto
mint stablecoin ......... $100
cushion ................. $50 (over-collateral)
if collateral value falls toward $100:
contract auto-sells collateral to repay
-> peg stays protected, no company neededDesign three: algorithmic (peg by incentive)
The third design is the most ambitious: hold the peg with little or no real backing, using clever tokenomics instead. The smart contract automatically expands and contracts the token supply — minting more when the price drifts above \$1, buying back and burning when it drifts below — nudging the market back toward the dollar through pure incentive. It promises a stablecoin that needs no vault at all.
Why stablecoins are DeFi's settlement layer
Now the payoff. Decentralized finance is a world of lending, trading, and saving built entirely from smart contracts — and finance needs a stable unit of account. You can't easily lend, price a loan, or quote a trade in a coin that might lose a tenth of its value by morning. Stablecoins supply that steady unit, so they have become the default money that flows through nearly every DeFi application: the dollar of the on-chain economy.
They are also how on-chain finance settles. When a loan is repaid or a trade closes, the value usually changes hands in a stablecoin, with the transfer finalized on the blockchain in seconds — no bank, no business hours, no borders. A steady, programmable dollar that two strangers can swap instantly turns out to be one of the most useful primitives crypto has produced.
So the takeaway: a stablecoin is a token built to hold a steady value, anchored by reserves, by over-collateralized crypto, or by algorithmic incentives — with the first two far better proven than the third. Steady value is the foundation everything else in DeFi is built on. Next, we'll see how those stable dollars actually get traded, through the automated market makers that let anyone swap one token for another without an order book.