> For the complete documentation index, see [llms.txt](https://qiedex.qie.digital/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qiedex.qie.digital/token-types-base.md).

# Token Types Base

### Base QIE20

#### # QIE20 Fixed Supply Token&#x20;

Fixed supply tokens have a total supply that is set when the contract is created and cannot be changed. This is the most common type of token.

#### # Minting & Burning Token&#x20;

Minting/burning tokens have a total supply that can be increased or decreased by the creator of the contract. This is done by "minting" new tokens and "burning" existing ones.

### Reflection&#x20;

#### # Standard Token&#x20;

Standard tokens are the most common type of token. They represent a unit of value on a blockchain and can be traded on exchanges.

#### # Liquidity Generator&#x20;

Token Liquidity Generator tokens are designed to provide liquidity to a blockchain. They are often used to incentive users to hold or trade a certain asset.

#### # Baby Token&#x20;

Baby Tokens are a type of token that is used to represent a fraction of an asset. They are often used to help people trade large amounts of assets without having to hold the entire amount.

#### # Buyback Baby Token&#x20;

Buyback Baby Tokens are a type of token that is used to represent a fraction of an asset that can be bought back by the issuer. They are often used to help people trade large amounts of assets without having to hold the entire amount and to provide a way for the issuer to buy back the asset.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://qiedex.qie.digital/token-types-base.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
