# Coins vs Tokens

Coins and tokens are both digital assets that can be traded on a [blockchain](/glossary/definitions/decentralization/blockchains.md). However, there are some key differences between the two.

Coins are cryptocurrencies that have their own independent blockchain. This means that they are not built on top of another blockchain, but rather have their own underlying network and infrastructure. Examples of coins include Bitcoin, Litecoin, and Ethereum.

[Tokens](/glossary/definitions/smart-contracts/tokens.md), on the other hand, are digital assets that are built on top of an existing blockchain. This means that they do not have their own independent blockchain, but rather rely on the infrastructure of the blockchain they are built on. Tokens are typically created through a process called "tokenization," which involves creating a [smart contract](/glossary/definitions/smart-contracts.md) on the blockchain that represents the token. Examples of tokens include ERC-20 tokens on the Ethereum network and BEP-20 tokens on the BNB Smart Chain network.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.allforone.app/glossary/disambiguation/coins-vs-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
