Skip to content
Saturday, August 29, 2026 · Global Edition
Horison
STRATEGY · ALLOCATION · CRYPTO
Loading market quotes…
BTC · ETH · SOL · XRP · ADA · DOGE · AAPL · MSFT · NVDA · AMZN · GOOGL · TSLA
Market data by TradingView
Home / Crypto

Coins vs. Tokens: How Crypto Assets Differ

Coins are native assets that pay their blockchain's transaction fees, while tokens are issued on existing chains under standards such as ERC-20, and the difference shapes security, utility, and risk.

Layered infographic of a native base-chain coin beneath token contracts above
Tokens ride on a host chain while its native coin pays every transfer's fee, the distinction the whole category turns on.

A coin is the native asset of its own blockchain, issued and secured by that chain's protocol, while a token is an asset issued on top of an existing chain through programmatic rules. The ERC-20 standard, proposed for Ethereum in November 2015, underpins tokens including USD Coin, whose circulation reached roughly $60 billion by mid-2025 (Circle attestations).

Horison publishes information, not investment advice, and terminology alone establishes nothing about an asset's merit or fit, which depends on individual circumstances this site cannot know. The distinction matters for understanding what an asset is and where its risks sit. Crypto assets can lose most or all of their value quickly, coins and tokens alike.

What Makes an Asset a Coin?

A coin belongs to its own base layer. Bitcoin's BTC is created and secured by bitcoin's proof-of-work protocol; ether is issued to validators under Ethereum's proof-of-stake rules; solana's SOL plays the same role on its chain. In each case the asset is defined by the protocol itself, with no separate issuer, contract, or deployer behind it. Its supply schedule, issuance recipient, and security model are properties of the network's consensus rules.

The defining function of a coin is fee payment. Every transaction on a smart-contract chain consumes computational resources, and the network charges for them in its native asset, conventionally called gas. This creates a built-in demand source tokens never have: activity on the chain, whatever tokens that activity involves, is paid for in the coin. The coin is also typically the asset staked or burned to secure the network, tying it to the chain's operation at the protocol level.

What Makes an Asset a Token?

A token is a balance recorded in a smart contract on someone else's chain. The contract defines supply rules, transfer conditions, and any special behavior, and the chain's validators process those transfers like any other computation. The token inherits the host chain's settlement and security but exists entirely as contract state: if the contract halts, freezes, or contains a flaw, the token's function halts with it. Ethereum hosts the largest token ecosystem, and equivalent patterns exist on Solana, Avalanche, and other programmable chains.

Standards make the category usable. The ERC-20 proposal of November 2015, authored by Fabian Vogelsteller and Vitalik Buterin, defined a common interface for fungible tokens, so that wallets, exchanges, and other contracts could support any compliant token without bespoke integration. ERC-721 (2018) standardized unique, non-fungible tokens, and ERC-1155 standardized contracts managing many token types at once. Familiar assets across this spectrum include USD Coin, Chainlink's LINK, Uniswap's UNI, and collectible tokens on the 721 pattern.

How Do the Fee-Payment Roles Differ in Practice?

The fee rule produces a practical asymmetry that confuses many first-time users: holding a token does not enable moving it. An address holding only USD Coin on Ethereum cannot transfer that token, because the transfer requires a gas fee paid in ether. The same applies to SOL on Solana and the native assets of other chains. Tokens are cargo; the coin is fuel, and both must be present for anything to move.

Some architectures soften the seam without removing it. Ethereum's account-abstraction standard, ERC-4337, introduced paymaster contracts that can let a third party cover gas in the native asset, and some wallets batch or sponsor small transfers. Underneath every variant, settlement still occurs in the chain's coin. The distinction between the asset being moved and the asset paying for the move survives all of the packaging.

What Are Wrapped Assets and Why Do They Exist?

Wrapped assets are the border crossing between the two categories: a coin reissued as a token on another chain. Wrapped bitcoin, launched on Ethereum in 2019, holds bitcoin with custodians and issues a corresponding ERC-20 token usable in Ethereum's contract ecosystem, and wrapped ether serves a similar plumbing role within Ethereum itself. The wrapper extends the asset's reach at the cost of an added trust or verification layer on top of the host chain's own security.

That added layer has a documented loss record. The Ronin bridge exploit of March 2022 removed about $625 million, and the Wormhole exploit of February 2022 removed about $325 million, in both cases from the bridge mechanisms that move or lock assets between chains, not from the base chains' consensus. A wrapped asset's risk stack therefore runs: the host chain, the bridge or custodian, and the original asset, each layer with its own failure modes.

Where Do Standards Come From and Why Do They Matter?

Token standards emerge from public proposal processes, Ethereum Improvement Proposals chief among them, where authors draft interfaces, developers implement and debate them, and wallets and infrastructure adopt the survivors. ERC-20's history illustrates the value: a common interface released before the 2017 token wave meant thousands of issuers could launch interoperable assets, and wallets could support all of them at once. Standardization is why the token category composes: a lending contract, an exchange, and a wallet can each handle any compliant token without knowing the issuer.

The same composability concentrates operational detail in the contract itself. Tokens can carry freeze functions, as USD Coin's issuer uses for compliance purposes, minting authorities, upgradeable logic, or transfer taxes, all visible in code but consequential for holders. A coin's rules change only through the base chain's own upgrade process; a token's can differ from its neighbor on the same block. Reading the contract, or a competent description of it, is part of understanding the asset.

DimensionCoinToken
IssuanceProtocol-defined mining or staking rewardsSmart contract deployed by an issuer
SecurityBase chain consensusInherits host chain; adds contract risk
Fee rolePays the chain's gasCannot pay gas on its host chain
BehaviorUniform across the networkCan freeze, mint, upgrade, or tax by code
ExamplesBTC, ETH, SOLUSDC, LINK, UNI, ERC-721 collectibles

Regulatory treatment has followed function rather than category. U.S. enforcement actions and court rulings during the 2020s addressed tokens case by case, including a July 2023 partial ruling in SEC v. Ripple that drew distinctions among types of sales; whether any specific asset is a security remains a legal determination that courts and agencies make, and this site does not resolve legal questions. For readers, the operative point is narrower: the coin-versus-token line is architectural, and it organizes how an asset works, not how it is judged.

The architectural line still carries practical weight in the ways documented above: dependency stacks, fee obligations, bridge risk, and contract behavior. Those are the questions this site applies to any crypto asset, alongside the market questions common to all of them. Whatever the category, the volatility disclosure is unchanged: crypto assets can lose most or all of their value quickly.

Jacob Hoffman

Independent editorial contributor focused on AI, cybersecurity, digital privacy, technology explainers.

Jacob Hoffman approaches crypto and AI with curiosity, but starts with the question most people skip: what could go wrong?

More about Jacob Hoffman

Frequently Asked Questions

Is ether a coin or a token?
Ether is a coin: the native asset of Ethereum, issued to validators and used to pay the chain's gas fees. Wrapped ether, WETH, is its token form, an ERC-20 contract used where Ethereum's own interfaces require the token standard. The pairing illustrates the boundary precisely: same underlying exposure, different architectural layer.
Can the same asset exist as both a coin and tokens?
Yes, through wrapping or bridging. Bitcoin exists as BTC on its own chain and as wrapped bitcoin tokens on Ethereum and elsewhere, backed by custodians or bridge mechanisms. Each wrapped version adds a layer of dependency: the Ronin and Wormhole exploits of 2022, totaling about $950 million, hit those layers rather than the base chains.
Why do I need a chain's coin to move tokens?
Because gas is paid in the native asset. Transferring or swapping a token is a computation on the host chain, and validators charge for that computation in the coin: ether on Ethereum, SOL on Solana. An address holding only tokens cannot move them. Paymaster arrangements can shift who pays, not what pays.
Do token standards apply outside Ethereum?
The ERC pattern is Ethereum's, but the practice spread. Solana, Avalanche, and other programmable chains define their own token interfaces, sometimes adapting ERC conventions. The economic function is identical everywhere: a common interface lets wallets and contracts support all compliant tokens at once, which is what makes the token category composable.