# Token Mechanics

#### 🛑 **Tokenomics**&#x20;

All tokens will come with 1B max supply along with 18 decimals.

#### 🛡️ **Custom Max Bag Limit (Anti-Whale)** 🐋

Each token can configure a **max bag limit** for early trades:

* Limits how much a wallet can hold
* Prevents sniper bots and whales from gaining early control

✅ **Adjustable at Deployment :** The max bag limit is optional and adjustable during deployment.

#### 👤🏛️ Ownership & Platform Roles&#x20;

Creator will have the ownership of token, its is limited with function to make token more secure for investors. However, in case of CTO. Creator can transfer token creatorship to CTO. and all volume fee will be claimable by CTO after that.


---

# 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://developers.warp.finance/get-started/token-mechanics.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.
