# Token Allocation

**Menu Prompt: 💧 Liquidity Token Allocation**

**Detailed Instructions:**

* Enter the percentage of your total token supply that you want to allocate for liquidity.
* **The range allowed is between 50% and 100% of your total supply.**
* This percentage of tokens will be paired with the ETH you allocated in the previous step.
* Considerations:&#x20;
  * Higher allocation provides more liquidity, potentially reducing price volatility.
  * Lower allocation leaves more tokens for other purposes (team, marketing, etc.).
* **Example**: If you enter "75", 75% of your total token supply will be allocated to the liquidity pool.
* <mark style="color:red;">**Note: Tokens not allocated to liquidity will remain in the deployer's wallet.**</mark>

<figure><img src="/files/aYSWUQZtQV5VSASPIqtu" alt=""><figcaption></figcaption></figure>


---

# 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/liquidity-management/token-allocation.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.
