# Token Supply

**Menu Prompt: 🏦 Token Supply Guidelines**

**Detailed Instructions**:

* Determine the total supply of tokens that will ever exist for your project.
* Consider your tokenomics carefully:&#x20;
  * A smaller supply (e.g., 21 million like Bitcoin) can create a sense of scarcity.
  * A larger supply (e.g., 1 billion) allows for more fractional ownership and microtransactions.
* Enter the total supply using whole numbers, commas, or standard abbreviations:&#x20;
  * **Used commas for clarity: "1,000,000" (one million)** <mark style="color:red;">\[DON'T Use Comma In Bot]</mark>
  * **Or use abbreviations:** "1M" (one million), "1B" (one billion)

&#x20;![](/files/qBgpwrCwHjM97xBgSG2D)

<mark style="color:red;">**Note: This number cannot be changed after deployment, so choose wisely.**</mark>


---

# 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.titandeployer.com/deploy-token/token-supply.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.
