Skip to content

Coin vs. Token

Coins are usually native blockchain assets, while tokens are usually issued through contracts or programs on an existing network. Learn where the distinction helps, where it breaks down, and what to verify before using either asset.

Updated

For educational purposes only; not investment advice. Investing may result in loss.

Direct answer

A coin usually means a blockchain’s native asset: its balances and issuance are maintained by the base protocol. BTC is native to Bitcoin, and ETH is native to Ethereum. Native assets commonly pay network fees and may also help secure the network.

A token usually means an asset recorded by a smart contract or another asset-issuance program on an existing blockchain. ERC-20 tokens, for example, use a standard contract interface on Ethereum. They rely on the host network for execution and settlement, and an Ethereum token transfer normally requires ETH for gas.

This is a useful convention, not a universal technical or legal classification. Projects, wallets, and exchanges sometimes use coin, token, and cryptocurrency interchangeably. Identify an asset by its network, issuance mechanism, and canonical contract or asset identifier rather than by its label alone.

How it works

The distinction is clearest across four properties:

  • Accounting: a coin balance is part of the blockchain’s native state rules; a token balance is normally state managed by a contract or token program.
  • Issuance and control: protocol rules govern native issuance. Token code and privileged roles may allow minting, burning, pausing, blacklisting, or upgrades.
  • Fees and security: both settle under the host chain’s consensus, but token operations add contract or program logic. On Ethereum, gas is paid in native ETH, not in an arbitrary ERC-20 token.
  • Identity: a native asset is identified primarily by its network. A token must also be identified by its contract address or other on-chain asset identifier because names and ticker symbols can be duplicated.

Function does not determine category. A native coin can be used for payments or governance, while a token can represent money, voting power, a claim on another asset, or a unique item.

Example

ETH and WETH show why the distinction is structural. ETH is Ethereum’s native coin. WETH is an ERC-20 token: a user deposits 1 ETH into the wrapping contract and receives 1 WETH, which applications can handle through the ERC-20 interface.

The market values may track each other, but the assets are not technically identical. ETH balances are maintained by the Ethereum protocol; WETH balances are maintained by a contract. WETH can be transferred like other ERC-20 tokens, but native ETH is still needed to pay Ethereum gas. A wrapped asset on another network can introduce additional bridge, issuer, or redemption assumptions.

Risks

  • Misidentification: copied names and symbols can conceal a counterfeit token. Verify the network and canonical contract or asset identifier from an authoritative source.
  • Contract and administrator risk: token behavior can include bugs, transfer fees, freezes, blacklists, minting rights, or upgrade controls that a native coin does not share in the same form.
  • Host-network dependency: a token depends on the host chain’s availability, fees, finality, and security. Holding a token does not necessarily provide the native asset needed to transact.
  • Backing and redemption risk: wrapped, bridged, stable, or asset-backed tokens depend on specific custody, bridge, oracle, or issuer arrangements.
  • Market-label risk: an exchange category or project name does not prove technical structure, ownership rights, liquidity, or legal status.

Crypto transfers are often irreversible. Confirm the chain, identifier, permissions, backing, and redemption path before signing or depositing funds.

Common misconceptions

Does every blockchain have only one coin?

Not necessarily. A network has a native asset model, but terminology and protocol design vary. It can also host many tokens, wrapped representations, and application-specific assets.

Is a token less valuable or less legitimate than a coin?

No. Coin versus token describes technical placement more than quality or value. Security, control, backing, utility, supply, and liquidity must be assessed separately.

Does moving an asset to another chain turn it into that chain’s native coin?

Usually not. A bridge commonly creates or releases a representation on the destination chain. That representation remains distinct from the original asset and carries its own contract and bridge risks.

Sources

Navigation

Search the wiki...