# Liquidity Management

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

**Menu Prompt: 💧 Liquidity Manager**

**Detailed Instructions:**

* This section shows the default settings for liquidity: &#x20;
  * ETH: 0.2 (This is the amount of ETH allocated for initial liquidity)
  * Tokens: 100% (This represents the percentage of tokens allocated for liquidity)
* Understanding "clog":&#x20;
  * If clog is set to 0, all tokens will be added to the liquidity pool.
  * If clog is set to a non-zero value, only the balance tokens will be added to the pool.
* "Clog" refers to a mechanism that holds back a portion of tokens, which can be useful for managing sell pressure or funding future development.

<figure><img src="/files/AVAJ2L8YBMi1KpegJMvv" 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.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.
