# How to Manually Add a Token for Trading

To manually add a token:

1. Go to the **"TOKEN LISTS"** section
2. **Send the token contract address** as a message in the chat

If the token is:

* **Available on a DEX**
* Has **liquidity pools**
* And supports **swap operations**

The bot will respond with a message showing key token parameters, including:

* **Market Cap**
* **Liquidity**
* **Price**
* **Number of Holders**
* And additional relevant metrics

This allows you to quickly review and start trading the token if supported.


---

# 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://help.blum.io/trading-bot-faq/how-to-manually-add-a-token-for-trading.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.
