Menu

Coins vs tokens — what's the actual difference?

A coin is a cryptocurrency that has its own blockchain. A token is a cryptocurrency that lives on someone else's blockchain. Bitcoin is a coin (its own blockchain). Ethereum is a coin (its own blockchain). USDC is a token (lives on Ethereum and other chains). Over 90% of cryptocurrencies are tokens. This guide explains the technical difference, why it matters, and how to tell which is which when you see a new cryptocurrency.

TL;DR

Coins have their own blockchains (Bitcoin, Ethereum, Solana). Tokens run on someone else's blockchain (USDC, USDT, most DeFi tokens). The practical difference: when you send a token, you pay fees in the coin of the blockchain it's on. Send USDC on Ethereum, pay fees in ETH. That's the part that catches beginners.

Total cryptocurrencies
~13,000+
Are tokens
>90%
Major coins
~50
Ethereum tokens
~500k+
ERC-20 standard
2015
Data source
CMC · May 2026

What's a coin, what's a token?

The simplest way to understand the difference: a coin is the native currency of its own blockchain. A token is a cryptocurrency built on top of someone else's blockchain.

Bitcoin is a coin. It has its own blockchain. Every Bitcoin transaction is recorded on the Bitcoin blockchain. Nobody else's cryptocurrency lives there.

Ethereum is also a coin. ETH is the native currency of the Ethereum blockchain. You use ETH to pay for transactions on Ethereum.

USDC is a token. It doesn't have its own blockchain. It runs on Ethereum's blockchain (and also on Solana, Polygon, and others). When you send USDC on Ethereum, the transaction is recorded on Ethereum's blockchain, not on a USDC blockchain (because there isn't one).

Here's the pattern: if it has its own blockchain, it's a coin. If it lives on someone else's blockchain, it's a token. That's the entire technical distinction. To understand what a cryptocurrency actually is at the foundational level, see our complete explainer.

Type Examples Has its own blockchain? What you use it for
Coin Bitcoin (BTC), Ethereum (ETH), Solana (SOL), Cardano (ADA) Yes Paying transaction fees on that blockchain, storing value, sending money
Token USDC, USDT, UNI, LINK, DAI, SHIB No — runs on another blockchain Stablecoins, DeFi apps, governance, rewards, meme coins

Most people use the word "crypto" or "cryptocurrency" to mean both coins and tokens. That's fine. The distinction only matters when you're trying to understand how something works or why you're paying fees in one currency to send another.

What's the technical difference (in plain English)?

Building a blockchain from scratch is hard. You need to write the code for how transactions work, how new blocks get added, how the network stays secure. You need validators or miners to run the network. You need wallets that support your blockchain. You need exchanges to list your coin. This takes months or years and costs millions of dollars.

Creating a token is much easier. Blockchains like Ethereum and Solana were designed to let other people build on top of them. They have built-in systems for creating tokens. On Ethereum, you can create a token in a few hours using a smart contract. The token inherits all the infrastructure — wallets already support it, exchanges can list it easily, and it works with existing apps.

How tokens actually work

When you "own" a token, what you really own is an entry in a smart contract on someone else's blockchain. The smart contract is a program that keeps track of who owns how many tokens. When you send USDC to someone, you're not moving a file. You're telling the USDC smart contract on Ethereum to update its ledger: subtract from your balance, add to theirs.

The Ethereum blockchain records that you interacted with the USDC contract. But the actual balance tracking happens inside the contract, not in Ethereum's core code. That's why USDC is a token, not a coin. It's a layer on top of Ethereum. Your control over tokens depends on your private keys and wallet addresses, just like with coins.

Token standards

Different blockchains have different standards for how tokens should work. On Ethereum, most tokens follow the ERC-20 standard. This is a set of rules that says "if you want to create a token on Ethereum, here's how it should behave."

The standard was created in 2015. It is now used by hundreds of thousands of tokens.

Other blockchains have their own standards. Solana uses SPL tokens. Binance Smart Chain uses BEP-20 (which is almost identical to ERC-20). The standards exist so wallets and exchanges can support all tokens the same way, without custom code for each one.

According to Ethereum's official documentation, the ERC-20 standard defines six basic functions every token must have, including how to check a balance and how to transfer tokens. This standardization is why you can use the same wallet for thousands of different tokens.

Why does this distinction matter for you?

Here's the part that confuses most beginners: when you send a token, you pay transaction fees in the coin of the blockchain it's on, not in the token itself.

Let's say you have $100 of USDC in your wallet. USDC is a token on Ethereum. You want to send it to a friend. You open your wallet, enter their address, hit send. The transaction fails. Why? Because you don't have any ETH to pay the gas fee.

This catches people constantly. You own the token, but you need the coin to move it. If you have USDC on Ethereum, you need ETH for fees. If you have USDC on Solana, you need SOL for fees. If you have USDT on Tron, you need TRX for fees.

Honest aside

This is the single most common mistake beginners make with tokens. They buy USDC or USDT, send it to their wallet, then can't send it anywhere because they have no ETH (or SOL, or whatever coin the blockchain uses). Always keep a small amount of the native coin in your wallet — $5-10 worth is usually enough for dozens of transactions. Without it, your tokens are stuck.

Other practical differences

  • Speed and cost. Token transactions are only as fast and cheap as the blockchain they're on. Sending USDC on Ethereum costs $2-15 in gas fees and takes 15 seconds to 2 minutes. Sending USDC on Solana costs under $0.01 and takes 1-2 seconds. Same token, different blockchain, completely different experience.
  • Security. A token's security depends on the blockchain it's on. If Ethereum is secure, all Ethereum tokens inherit that security. But the token's smart contract can also have bugs. A coin only has one layer to worry about. A token has two: the blockchain and the contract.
  • Compatibility. Coins work with wallets and exchanges built for that specific blockchain. Tokens work with any wallet or exchange that supports the blockchain they're on. An Ethereum wallet can hold thousands of different ERC-20 tokens without any updates.

For most day-to-day use, the coin-vs-token distinction doesn't matter much. What matters is: which blockchain is it on, and do I have the native coin to pay fees? Once you understand that, the rest is just terminology.

How do you tell which is which?

When you see a new cryptocurrency, here's how to figure out if it's a coin or a token:

Check which blockchain it's on

Go to CoinMarketCap or CoinGecko and search for the cryptocurrency. Look at the "Platform" or "Blockchain" field. If it says "Ethereum," "Solana," "Binance Smart Chain," or any other blockchain name, it's a token. If it says "N/A" or doesn't list a platform, it's probably a coin with its own blockchain.

Example: search for USDC on CoinMarketCap. It will show "Platform: Ethereum" (and also list other chains it's on). That tells you it's a token. Search for Bitcoin. No platform listed. That tells you it's a coin.

Look for a contract address

Tokens have contract addresses. Coins don't. If you see a long string of letters and numbers labeled "Contract Address" or "Token Contract," it's a token. That address is where the token's smart contract lives on the blockchain.

For USDC on Ethereum, the contract address starts with 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48. Every ERC-20 token has one of these. Coins like Bitcoin or Ethereum itself don't have contract addresses because they're not contracts — they're the native currency of the blockchain.

Common patterns

  • If it's a stablecoin (USDC, USDT, DAI, BUSD), it's almost always a token.
  • If it's used in DeFi (UNI, AAVE, LINK, COMP), it's almost always a token.
  • If it's a meme coin (SHIB, PEPE, DOGE), DOGE is a coin (has its own blockchain), but most others are tokens.
  • If it's one of the top 20 cryptocurrencies by market cap and you've heard of it for years (Bitcoin, Ethereum, Solana, Cardano, Polkadot), it's probably a coin.

When in doubt, check CoinMarketCap. The platform field will tell you immediately.

Which type is safer or riskier?

Neither type is inherently safer. The risk depends on the specific cryptocurrency, not whether it's a coin or token. But there are patterns worth knowing.

Coin risks

Coins with their own blockchains face technical risk. If the blockchain has a bug, gets hacked, or stops working, the coin can lose value or become unusable. Smaller coins with fewer developers and validators are riskier. Bitcoin and Ethereum have been running for over a decade with thousands of developers — very low technical risk. A new coin launched last month by a small team — much higher risk.

Token risks

Tokens face two layers of risk: the blockchain they're on, and their own smart contract. If Ethereum has a problem, all Ethereum tokens are affected. But even if Ethereum is fine, a token's contract can have bugs. Hundreds of tokens have been hacked or exploited because their contracts had security flaws.

Tokens are also easier to create, which means there are more scam tokens than scam coins. Anyone can create an ERC-20 token in an afternoon and give it an official-sounding name. Creating a coin requires building an entire blockchain, which is much harder to fake.

Practical safety advice

  • Stick to established cryptocurrencies. The top 50 by market cap (coins and tokens) have been around for years and are widely used. Risk is lower.
  • Check if the token contract is audited. Reputable tokens publish security audits from firms like Trail of Bits or OpenZeppelin. If you can't find an audit, that's a red flag.
  • Be extra cautious with new tokens. Most new tokens (especially meme coins) lose 90%+ of their value within weeks. Treat them as high-risk speculation, not investment.
  • Use the blockchain's native coin for fees. Always keep some ETH, SOL, or whatever coin the blockchain uses. Without it, you can't move your tokens even in an emergency.

The coin-vs-token distinction doesn't determine safety. What matters is: how long has it existed, how many people use it, who built it, and has it been audited? Those questions apply to both coins and tokens.

Frequently asked questions

Is USDT a coin or a token?
USDT (Tether) is a token. It runs on multiple blockchains including Ethereum, Tron, and Solana, but it doesn't have its own blockchain. When you send USDT on Ethereum, you pay gas fees in ETH. When you send it on Tron, you pay fees in TRX. The blockchain you use determines which coin you need for fees.
What about Ethereum — is ETH a coin or a token?
ETH is a coin. Ethereum is its own blockchain, and ETH is the native currency of that blockchain. You use ETH to pay transaction fees on Ethereum. Thousands of tokens run on Ethereum's blockchain (like USDC, DAI, UNI), but ETH itself is the coin.
Are tokens always less valuable than coins?
No. Value depends on market demand, not technical structure. USDC is a token worth over $30 billion in total supply. Many coins have smaller market caps. The coin-vs-token distinction is about how the cryptocurrency is built, not how valuable it is. Tokens can be worth billions; coins can be worth pennies.
What's an ERC-20 token?
ERC-20 is the technical standard for tokens on Ethereum. It defines how tokens should work so wallets and exchanges can support them all the same way. Most tokens on Ethereum follow this standard. When you see "ERC-20" it means the token runs on Ethereum and follows the rules Ethereum set for tokens.
Can a token become a coin?
Yes, but it requires launching a new blockchain. Some projects start as tokens, then later migrate to their own blockchain and become coins. Binance Coin (BNB) started as an ERC-20 token on Ethereum, then moved to Binance's own blockchain in 2019. This is called a mainnet launch.
Why are most new cryptocurrencies tokens, not coins?
Building a blockchain from scratch is hard and expensive. It requires a team of developers, security audits, and a network of validators. Creating a token on Ethereum or Solana takes a few hours and costs under $100. For most projects, launching as a token makes more sense. Only projects that need full control build their own blockchain.

What to read next

You now understand the coin-vs-token distinction. Here are the four most useful next reads: