Home/Resources/Fundamentals
Fundamentals

What Is a Token? A Plain-English Guide for People New to Crypto

A token is a unit of value that lives inside a smart contract. This guide explains what tokens are, how they differ from coins, the main types you will encounter, and how to track tokens you actually own – without the jargon.

April 24, 2026·9 min read·VestreamVestream

Almost every article about crypto starts by saying "token" as though everyone already knows what that means. Most people do not – and asking feels like admitting you have not been paying attention. This guide fixes that. No jargon, no handwaving: just a clear explanation of what a token is, the different kinds you will run into, and what actually happens when you hold one.

By the end of this you will be able to read almost any crypto-project landing page, token-sale announcement, or vesting contract and understand exactly what is being offered. You will also know why tokens – not blockchains – are the primary unit you interact with when you use crypto in daily life.

What Is a Token, Really?

A token is a unit of value or utility that is recorded inside a smart contract on a blockchain. That is the precise definition, but it is not the most useful one. The more useful way to think about it: a token is an entry in a ledger that says "this address owns X of this thing." The smart contract is the set of rules that says how the thing can move, who can move it, and how many can exist.

📌Simple definition

A token is a digital unit of ownership that lives inside a smart contract. The contract keeps track of who owns how much, and enforces the rules about how it can be transferred.

When you "hold" a token, you do not have a physical object and you do not have a file on your computer. What you have is a private key that proves control of a wallet address – and the smart contract's ledger says that address owns N units of the token. Moving tokens means signing a transaction with your key, which tells the contract to update the ledger.

Tokens vs. Coins – The Distinction That Actually Matters

People use "token" and "coin" interchangeably, and most of the time it does not matter. But if you want to sound like you know what you are talking about, here is the distinction:

  • A coin is native to its own blockchain. ETH is the coin of the Ethereum network. BNB is the coin of BNB Chain. MATIC was the coin of Polygon. You need the coin to pay transaction fees on that chain.
  • A token lives on top of an existing blockchain. USDC, UNI, LINK, and thousands of others are tokens that exist as smart contracts on Ethereum (and other chains). They use the chain's infrastructure but have their own rules.
  • The practical difference: coins are backed by the economic security of the whole chain. Tokens are backed by whatever the issuing smart contract and its issuers say they are backed by.

The Main Types of Tokens

Tokens are a general-purpose tool, and people have used them for a huge range of things. Most of what you will encounter falls into one of these categories:

TypeWhat it representsExamples
Utility tokenAccess to a product or service – think of it as a pre-paid creditBAT, GRT, FIL
Governance tokenA vote on decisions made by a protocol or DAOUNI, AAVE, MKR
StablecoinA claim on a stable asset – usually $1 USD or a fiat equivalentUSDC, USDT, DAI
Wrapped assetA tokenised version of another asset (often cross-chain)WBTC, WETH
Security tokenA regulated security represented on-chain (ownership, dividends, etc.)Real-estate tokens, tokenised equity
NFTA unique, non-interchangeable token – usually ERC-721 rather than ERC-20Bored Apes, ENS names, game items
LP tokenProof that you supplied liquidity to a DEX poolUniswap V2/V3 positions, Curve LP

A single project often issues more than one token. A DeFi protocol might have a governance token you vote with, LP tokens you get for providing liquidity, and receipt tokens you get for depositing into a vault. Each is a separate smart contract with its own rules.

Token Standards: Why ERC-20 Matters

The reason wallets, exchanges, and dashboards can display any token without special-casing each one is a set of technical standards that define what functions a token contract must implement. The most important standard is ERC-20, which defines fungible tokens on Ethereum and every EVM-compatible chain.

  • ERC-20 – fungible tokens (every unit is interchangeable: 1 USDC = 1 USDC)
  • ERC-721 – non-fungible tokens (each one is unique – this is the NFT standard)
  • ERC-1155 – a multi-token standard that can hold both fungible and non-fungible together, popular in gaming
  • BEP-20, TRC-20, SPL – the equivalent standards on BNB Chain, Tron, and Solana respectively

If a token is ERC-20 compliant, any wallet, exchange, or protocol that supports ERC-20 supports that token – automatically. This is why listing a new token on Uniswap or MetaMask does not require any engineering work: the standard does the heavy lifting.

How You Actually Get Tokens

There are five common ways a token ends up in a wallet. Understanding which applies to your situation matters, because each has different tax, unlock, and risk implications.

  1. 1Purchase on an exchange. You buy the token on a centralised exchange (Coinbase, Binance) or a decentralised one (Uniswap, 1inch). The token is delivered to your wallet immediately – no vesting, no lock-up.
  2. 2Airdrop. The project sends tokens to eligible wallets for free – usually to reward early users, protocol activity, or governance participation.
  3. 3Token sale / ICO / IDO. You buy the token directly from the project at an agreed price. These allocations are almost always subject to a vesting schedule.
  4. 4Rewards or yield. You stake, provide liquidity, or use a protocol, and it emits tokens to you over time.
  5. 5Grant or compensation. You are a founder, team member, advisor, or investor, and the project has granted you a token allocation – almost always with a multi-year vesting schedule enforced by a vesting contract.
🔒Vested tokens are not liquid tokens

If you received tokens through a token sale, grant, or advisory role, you probably do not have full access to them yet. They sit in a vesting contract that releases them gradually. This is where token holders most often get confused: seeing a large allocation on paper and assuming it is immediately sellable. It usually is not.

Where Tokens Live: Chains

Every token is deployed on a specific chain. An ERC-20 token on Ethereum is a different thing from an ERC-20 token with the same name on Base or Polygon – even if they share a symbol. This trips people up often: USDC on Ethereum, USDC on Base, and USDC on Solana are three different smart contracts (bridged or natively issued by Circle), and moving between them requires a bridge.

The main EVM chains you will encounter tokens on are Ethereum (the most liquid, most expensive), Base (Coinbase's L2, low fees, growing fast), BNB Chain (large retail user base, cheap), and Polygon (general-purpose, widely used). There are many others, but those four cover most real volume.

Tracking Tokens You Own

Once you have tokens, tracking them is more complex than it sounds – especially if you received them through a vesting agreement. Your wallet balance only shows you what you can move today. It does not show you tokens that are locked in vesting contracts, tokens that are staked, tokens that are earning yield, or tokens that are sitting in LP positions.

For vested tokens specifically, you need a dashboard that can read the vesting contract itself and calculate your actual unlock schedule. Most of the major vesting protocols (Sablier, Hedgey, UNCX, Unvest, Superfluid, PinkLock) have their own interfaces, but they only show you tokens vesting on that specific platform. If your allocations are spread across multiple protocols – which is common for active investors and team members – you need an aggregator. Vestream is one option that indexes all the main vesting protocols across Ethereum, Base, BNB Chain, and Polygon.

What to Know Before You Hold Any Token

Before you treat a token as an asset, ask four questions:

  1. 1What does the smart contract actually do? Is it a standard ERC-20 with no special functions, or can the issuer mint more, pause transfers, or freeze balances? Look at the contract on a block explorer.
  2. 2Is my allocation vested? If it is, when do the tokens actually unlock? You can check this at the contract level on a vesting aggregator.
  3. 3Where does the liquidity live? If there is no DEX pool or exchange listing for the token, the paper value is meaningless.
  4. 4What is the circulating vs. total supply? A token with 1% circulating supply and a 12-month aggressive unlock schedule is exposed to massive sell pressure. Check the unlock calendar.

Holding tokens is not like holding equity. The rules are enforced by code, not contract law, and the only way to really know what you own is to read the contract and the vesting schedule. Fortunately, that information is all on-chain and publicly verifiable – you just need the right tools to surface it.

Frequently Asked Questions

What is the difference between a token and a cryptocurrency?

Cryptocurrency is the general umbrella term. It includes both coins (native assets of a blockchain, like ETH or BTC) and tokens (assets built on top of an existing blockchain, like USDC or UNI). All tokens are cryptocurrencies; not all cryptocurrencies are tokens.

Can I lose a token after I receive it?

If you lose access to the private key of the wallet that holds the token, yes – no one else can recover it for you. There is no customer-support line. This is why self-custody requires discipline about backup and security.

If a project issues a new token, where does it come from?

The project deploys a smart contract that defines the token and the initial supply. The contract is code – it runs on the blockchain and has to follow the rules of the token standard (ERC-20, etc.). The initial supply is allocated to specific addresses at deployment, typically including treasury, team, investors, community, and liquidity.

Do I pay tax when I receive a token?

In most jurisdictions, yes – receiving tokens (via airdrop, reward, or vesting unlock) is usually treated as income at the fair market value at the time of receipt. Selling that token later creates a separate capital gains event. This varies significantly by country; consult a crypto-literate tax professional.

How do I find out if my tokens are locked in a vesting contract?

Ask the project which vesting protocol they use (Sablier, UNCX, Hedgey, etc.) and check your wallet on that protocol's dashboard. Or use an aggregator that reads all major vesting contracts and shows you the complete unlock schedule for your wallet – see our <a href="/resources/how-to-track-token-vesting" style="color: #1CB8B8; text-decoration: underline;">guide to tracking token vesting</a> for the step-by-step.

Track your own token vesting

Paste any wallet, see every unlock across 12+ protocols and 9+ chains. Free, no sign-up.

Track every token unlock in one dashboard

Vestream covers Sablier, Hedgey, Superfluid, LlamaPay, UNCX, Unvest, Team Finance, PinkSale, HoodLock, Magna, Streamflow, and Jupiter Lock – across all chains – in a single real-time view. No sign-up forms.

More from Vestream Resources