MODULE 04

Digital Assets

The main types of assets in a blockchain ecosystem: coins, tokens, standards, supply, and how to tell a legitimate asset from a fake one.

Beginner Difficulty
55 min Duration
Reading + Quiz Format
13 Sections
Name Example Token
Ticker EXT
Standard ERC-20
01. Introduction

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.

02. Coins

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.

Bitcoin (BTC)

The native coin of the Bitcoin network.

Ether (ETH)

The native coin of the Ethereum network, also used to pay for computation.

SOL

The native coin of the Solana network.

BNB

The native coin of the BNB Chain network.

AVAX

The native coin of the Avalanche network.

03. Tokens

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.

Coin

Native to its own network. No separate contract. Used to pay that network's own gas fees.

Token

Created by a smart contract on top of an existing network. Relies on that network's security and consensus.

Every token has a host network: knowing which one is part of correctly identifying the asset, as covered later in this lesson.

04. Main Categories

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.

Utility Tokens

Grant access to a specific application or service: for example, paying for computation, storage, or a feature within a platform.

Governance Tokens

Grant holders voting rights on proposals that affect how a protocol operates.

Stablecoins

Designed to track the value of a reference asset, such as a fiat currency, aiming for lower volatility relative to other digital assets.

Wrapped Tokens

A representation of an asset from one network, made usable on a different network: commonly created through a bridge.

NFTs (Introduction)

Non-fungible tokens: each one is unique and not interchangeable, commonly used to represent ownership of a specific, distinct item.

05. Token Standards

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.

ERC-20

The standard for fungible tokens on Ethereum: every unit is identical and interchangeable, like a currency.

ERC-721

The standard for non-fungible tokens (NFTs): each token is unique and not interchangeable with another.

ERC-1155

A multi-token standard that can represent both fungible and non-fungible items within a single contract.

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.

06. Supply

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.

supply_overview.json
Circulating Supply 1,000,000 units
Max Supply 10,000,000 units
Emission Defined by protocol rules
Burn Permanent removal from circulation

Not every asset defines a max supply, and not every asset uses burning: these are design choices, not requirements.

07. Identifying an Asset

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.

asset_info.json
Name Example Token
Ticker / Symbol EXT
Contract Address 0x1a2B3c4D5e6F7890aBc1234Dead5678Beef9012
Network Example L1

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.

08. Fake Tokens

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.
09. Use Cases

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.
10. Common Mistakes

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.
11. Summary

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.

12. Glossary

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.
13. Quiz

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?

2. What is a token, technically?

3. What is a governance token used for?

4. What is the key difference between ERC-20 and ERC-721?

5. What does "burning" an asset mean?

6. Why is copying only an asset's name risky?

7. What is a common pattern behind fake tokens?

8. What best describes a wrapped token?

9. What should you check before trusting a token's contract address?