Coin
A cryptocurrency that runs on its own native blockchain, like Bitcoin (Bitcoin blockchain) or ETH (Ethereum). Distinguished from tokens, which are issued on top of an existing chain.
Coin vs. token
The strict distinction:
- Coins — native to their own blockchain. Bitcoin is a coin: it runs on the Bitcoin blockchain. ETH is a coin: it runs on Ethereum. SOL is a coin on Solana.
- Tokens — issued on top of an existing blockchain. USDC is a token: it's an ERC-20 contract on Ethereum (and parallel deployments on other chains). UNI, AAVE, LINK, and most other crypto assets are tokens.
The functional difference: coins pay for transaction fees on their native chain and are typically core to the chain's security model (paid as block rewards or staking yields). Tokens just exist as smart-contract balances on someone else's blockchain.
In practice the line blurs
Common usage doesn't always respect the technical distinction. People say "Bitcoin is a coin" and "USDC is a token," but they also frequently say "altcoins" to mean any cryptocurrency other than Bitcoin — which sweeps in tokens that aren't coins at all.
The distinction matters less for ordinary users than it does for developers and infrastructure builders. Most users don't care whether the asset they hold is a coin or a token; they care about its purpose and price behavior.
Why coins exist as a category
A native coin serves several roles that pure tokens can't:
- Block rewards — incentivizes miners (in proof-of-work) or validators (in proof-of-stake) to secure the network.
- Gas/transaction fees — paid to validators for inclusion. Ethereum gas is paid in ETH; Solana fees in SOL.
- Stake — in PoS chains, the asset that gets staked is typically the native coin.
- Settlement asset — the asset of last resort within the chain's economy.
These functions tightly couple the coin's value to the chain's success. A network that gains adoption typically increases demand for its native coin (more transactions, more staking, more economic activity using it as the settlement layer).
Examples by chain
- Bitcoin (Bitcoin) — BTC.
- Ethereum — ETH (gas, staking, settlement).
- Solana — SOL.
- Avalanche — AVAX (gas on C-Chain, staking, fee burns).
- Polkadot — DOT.
- Cosmos Hub — ATOM.
- Cardano — ADA.
- Sui — SUI.
- Aptos — APT.
- BNB Chain — BNB.
- TON — Toncoin.
- Tron — TRX.
Layer 2 chains technically have their own native gas asset but most settle to ETH on Ethereum, blurring the coin/token line. Arbitrum and Optimism have ARB and OP tokens for governance, but gas is paid in ETH. Base has no token at all.
Why "what is this asset really?" matters
Two practical reasons to care about the distinction:
- Smart-contract risk — tokens depend on the security of the contract that issued them. A bug in an ERC-20 contract can lock or destroy holders' funds. Native coins don't have this layer of risk.
- Recovery and bridge risk — moving a token across chains involves wrapping or a bridge, each adding security assumptions. Native coins moved on their home chain don't have these dependencies.
For long-term holdings, native coins on well-established chains are the most "fundamental" form of crypto exposure. Tokens add layers of additional risk that may or may not be acceptable depending on the use case.