Introduction
Not everything that moves through a wallet is the same kind of thing. A blockchain ecosystem hosts many different digital assets, each built for a different purpose: some secure an entire network, others exist only inside a single application.
This lesson looks at what actually makes an asset a "coin" or a "token," how the main categories differ, how token standards let wallets and apps understand any compliant asset, and how supply and circulation work. None of this involves guessing at prices or making an investment decision: it's about recognizing what you're actually holding.
By the end of this lesson you will be able to explain the difference between a coin and a token, name the main categories of assets, recognize the most common token standards, and avoid the mistakes that most often lead beginners to lose funds to fake assets.
Coins
A coin is the native asset of a blockchain network: it isn't built on top of anything else. It's the asset used to pay gas fees on that network, and, depending on the consensus mechanism, the asset staked or mined to help secure it.
Because a coin is tied directly to its own network, it has no separate contract to inspect: it exists as part of the protocol's core rules, tracked directly by every node.
Tokens
A token is an asset created through a smart contract deployed on top of an existing network: it doesn't have its own ledger, validators, or consensus mechanism. It relies entirely on the host network to record and secure its transactions.
Ethereum is a common example: thousands of tokens exist as smart contracts running on Ethereum, each following a technical standard so wallets and applications know how to read balances and process transfers.
Every token has a host network: knowing which one is part of correctly identifying the asset, as covered later in this lesson.
Main Categories
Tokens are commonly grouped by what they're designed to do. These categories aren't mutually exclusive, but they cover most of what you'll encounter.
Token Standards
A token standard is an agreed technical specification that any compliant contract follows, so wallets, exchanges, and marketplaces can interact with it without needing custom code for every single asset.
Other EVM-compatible networks generally reuse these same standards, while some non-EVM networks define their own equivalents: the underlying ideas of "fungible" and "non-fungible" carry over either way.
Supply
"Circulating supply" refers to the units of an asset that currently exist and are accessible, while "max supply" refers to the upper limit a protocol's rules allow to ever exist, if one is defined at all.
New units can be created over time through "emission," following rules set by the protocol. Units can also be permanently removed from circulation through "burning": sending them to an address no one can access or spend from.
Not every asset defines a max supply, and not every asset uses burning: these are design choices, not requirements.
How to Identify an Asset Correctly
A name alone is not enough to identify an asset safely. Because anyone can deploy a token with any name or symbol they choose, correctly identifying an asset means checking several fields together.
A blockchain explorer lets you look up a contract address independently and confirm details like its creation date and current holders: a useful way to cross-check a project's own published information.
Copying only the name or ticker of an asset is risky: multiple contracts, on the same network or different ones, can share the exact same name.
Fake Tokens
Because deploying a token contract requires no permission from anyone, imitations of well-known assets are a common and recurring problem.
- Cloned contracts. A new contract copies the name, symbol, and even the logo of a legitimate asset, but is a completely different, unrelated contract.
- Manufactured appearances of legitimacy. Some fake tokens are set up to look active or established, which alone doesn't confirm they're genuine.
- Always verify through official channels. Use the project's own published documentation or website, not search engine results or ads, to confirm the correct contract address.
- Explorers help, but aren't proof by themselves. Details like contract creation date or holder distribution are useful signals, but should be combined with official verification.
Use Cases
Different categories of assets are typically used in different, concrete ways.
- Payment. Sending a coin or token as payment for a service or transfer of value.
- Governance. Using a governance token to vote on a proposal that changes how a protocol operates.
- Access. Holding a utility token to unlock a specific feature or service within an application.
- NFTs. Representing ownership of a single, distinct item that cannot be exchanged one-for-one with another.
- Stablecoins. Using an asset designed for lower volatility for everyday transactions.
Common Mistakes
Most losses involving digital assets trace back to one of these avoidable mistakes.
- Assuming a name guarantees legitimacy. Anyone can deploy a contract using any name or symbol.
- Sending an asset to a network that doesn't support it. Not every asset exists on every network, even when address formats look compatible.
- Confusing a wrapped asset with the original. A wrapped token is a different contract representing the original, not the original itself.
- Ignoring the difference between circulating and max supply. Comparing these numbers without understanding what each represents can be misleading.
- Trusting unofficial links or ads instead of official sources. The contract address should be confirmed through the project's own official channels.
Summary
A coin is native to its own network; a token is created by a smart contract on top of an existing network. Assets are commonly grouped into categories like utility, governance, stablecoins, wrapped tokens, and NFTs, and follow technical standards so wallets and applications can handle them consistently.
Supply concepts like circulation, emission, and burning describe how an asset's units change over time. Correctly identifying an asset means checking its name, ticker, contract address, and network together, never the name alone, which is also the best defense against fake tokens.
Glossary
- Coin
- The native asset of a blockchain network, used to pay its gas fees.
- Token
- An asset created by a smart contract on top of an existing network.
- Smart Contract
- Self-executing code deployed on a network that defines how a token behaves.
- Utility Token
- A token that grants access to a specific application or service.
- Governance Token
- A token that grants holders voting rights over a protocol's decisions.
- Stablecoin
- An asset designed to track the value of a reference asset, aiming for lower volatility.
- Wrapped Token
- A representation of an asset from one network, made usable on a different network.
- NFT
- A non-fungible token: unique and not interchangeable with another.
- Token Standard
- A shared technical specification that lets wallets and applications handle any compliant asset consistently.
- Burn
- Permanently removing units of an asset from circulation.
Quiz
Check your understanding of this lesson before moving on. Incorrect answers point you straight back to the relevant section.
1. What defines a coin, as opposed to a token?
Correct, well done.
Not quite, review Coins and try again.
3. What is a governance token used for?
Correct, well done.
Not quite, review Main Categories and try again.
4. What is the key difference between ERC-20 and ERC-721?
Correct, well done.
Not quite, review Token Standards and try again.
6. Why is copying only an asset's name risky?
Correct, well done.
Not quite, review Identifying an Asset and try again.
7. What is a common pattern behind fake tokens?
Correct, well done.
Not quite, review Fake Tokens and try again.
8. What best describes a wrapped token?
Correct, well done.
Not quite, review Main Categories and try again.
9. What should you check before trusting a token's contract address?
Correct, well done.
Not quite, review Common Mistakes and try again.
You scored 0 out of 9 correct.