💱 DeFi & Tokens
Tokens & Stablecoins
Fungible tokens, standards, and coins that hold their value.
5 min read
Tokens are contracts
Most tokens aren't separate blockchains - they're smart contracts that keep a ledger of who owns how much. On Ethereum, fungible tokens follow the ERC-20 standard, so any wallet or app knows how to read balances and transfers.
Standardization is why a brand-new token works instantly in existing wallets and exchanges.
Stablecoins
A stablecoin is a token engineered to stay near a fixed value - usually one US dollar. Some are backed by real dollars held in reserve; others use crypto collateral or algorithms to hold the peg.
They let people move dollar-like value on-chain and are the settlement layer for much of DeFi. But 'stable' depends entirely on the backing being real and sufficient - pegs have broken before.
Not all stablecoins are equal. Always check what backs the peg and who can freeze or redeem it.
Check your understanding
2 questions from this lesson, with the correct answer already marked.
1. What is an ERC-20 token, technically?
- Its own blockchain
- A smart contract that tracks balances following a shared standard
- A hardware wallet
- A mining rig
ERC-20 tokens are smart contracts implementing a common interface, so wallets and apps can use them interchangeably.
2. What makes a stablecoin 'stable'?
- It never trades
- It's designed to hold a fixed value, usually via reserves or algorithms
- It's guaranteed by a government
- It can't be transferred
Stablecoins aim to hold a peg (often $1) through reserves, collateral, or algorithms - but the backing must actually hold up.