Part 3 · Chapter 1

Types of Crypto Tokens

At a Glance

Crypto assets range from native coins to utility, governance, security, stablecoins, and meme tokens. You'll learn how to categorize them and why it matters for use and risk.

Coins vs TokensToken CategoriesERC Standards

Who Is This For?

  • Users evaluating new tokens
  • Beginners learning what lives in their wallet beyond BTC and ETH

Learning Objectives

  1. 01Distinguish native coins from tokens built on other chains
  2. 02Identify utility, governance, security, stablecoin, and meme categories
  3. 03Recognize common standards like ERC-20 and ERC-721
Section 1

Coins vs Tokens

The terms “coin” and “token” are often used interchangeably, but they have distinct meanings that affect how assets work and their relationship to blockchain security.

Explore the Difference

Native Coins

Coins are the native currency of their own blockchain. They're used to pay transaction fees and often secure the network through staking or mining.

Characteristics
  • Has its own blockchain
  • Used for transaction fees (gas)
  • Often secures the network
  • Independent consensus mechanism
Examples
BTCETHSOLADA
🪙
Coin
Own Blockchain
BTC on Bitcoin Network
🎟️
Token
On Host Chain
Ξ
UNI
UNI on Ethereum
Section 2

Token Categories

Tokens serve different purposes and carry different risks. Understanding the category helps you evaluate what you're actually buying.

Explore Token Categories

⚙️
Utility Tokens

Tokens that provide access to a product, service, or network functionality.

Purpose
Pay for services, access features, or participate in a network
Examples
LINK
Chainlink
FIL
Filecoin
BAT
Basic Attention
Key Characteristics
  • Required or useful within specific ecosystem
  • Value derived from demand for service
  • Often has clear use case
Risks to Consider
  • Utility may be replaced by competitors
  • Value tied to platform adoption
  • Token may not be required for service
⚙️
Utility
🗳️
Governance
📜
Security
💵
Stablecoins
🐕
Meme
Section 3

Standards and Interactions

Token standards define how tokens behave. They ensure wallets, exchanges, and dApps can interact with tokens consistently.

Token Standards Explorer

ERC-20
EthereumFungible

The standard for fungible tokens. Each token is identical and interchangeable, like dollars.

Common Examples
USDCLINKUNISHIBDAI

Contract Address Verification

Always verify contract addresses! Scammers create fake tokens with identical names. The address is the only reliable identifier.

Real Contract Addresses (Ethereum)
USDC
0xA0b86991...3606eB48
LINK
0x51491077...EcF986CA
UNI
0x1f9840a8...4201F984
Try It: Paste a contract address to verify
Quick Standards Reference
StandardTypeUnique IDsUse Case
ERC-20FungibleNoCurrencies, utility tokens
ERC-721Non-FungibleYesNFTs, unique assets
ERC-1155BothYesGaming, mixed collections
Watch Out

Common Mistakes & Gotchas

Token confusion costs people real money. Avoid these common pitfalls:

🔀
All tokens on Ethereum work the same way
ERC-20 (fungible), ERC-721 (NFTs), and ERC-1155 (mixed) all behave differently. Check the standard before interacting.
🗳️
Governance tokens will make me money from protocol profits
Governance = voting power, not profit sharing. Most governance tokens don’t pay dividends—that would make them securities.
💵
All stablecoins have the same risk
Fiat-backed (USDC), crypto-backed (DAI), and algorithmic stables have vastly different risk profiles. Know the backing!
🎭
This token is called UNI, so it must be Uniswap
Anyone can create a token with any name. ALWAYS verify the contract address from official sources before buying or approving.

⚠️ Golden Rule: When in doubt about a token, verify the contract address from the project's official website or CoinGecko/CoinMarketCap before interacting.

Test Yourself

Knowledge Check

Let's see how well you understand crypto token types.

1

What separates a native coin from a token?

2

Name two governance tokens:

3

Which standard is most common for fungible tokens on Ethereum?

4

What type of token is used for unique digital art (NFTs)?

5

Why is it critical to verify contract addresses?

Next Steps

Continue learning: “Understanding Stablecoins” for a deeper look at peg mechanisms and risks
Hands-on practice: View an ERC-20 token on Etherscan and explore its contract details