# What is a Token?

A crypto token is a denomination of a cryptocurrency that allows its owner to participate in the economy of a given blockchain ecosystem.

Over the years there have been several interpretations of the word “token” in the crypto community but for the purposes of DeFi space, the most common meaning is any crypto asset that is not a blockchain’s native coin.

Tezos, Tez or XTZ is the native currency of the Tezos blockchain. All other cryptoassets that run atop Tezos blockchain are referred to as Tezos tokens. For example, QUIPU is a Tezos-based token.

Tokens differ from each other by the architecture (FA1.2 or FA2 format, fungible or NFT) and by the financial model (supply size, issuance rules, decimals number, etc.).


---

# 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.quipuswap.com/tezos-tokens/what-is-a-token.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.
