> For the complete documentation index, see [llms.txt](https://moni-ai.gitbook.io/moni/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moni-ai.gitbook.io/moni/moni-tg-bot/trading/how-to-trade.md).

# How to Trade

{% columns %}
{% column valign="middle" %}
To start a trade in the **Moni TG Bot**, send the token's contract address (CA) to the bot. Moni scans it, surfaces the full token data, and opens the trading interface using your active preset.
{% endcolumn %}

{% column %}

<figure><img src="/files/3J0Hxyoq4sALyYQHS2AX" alt="" width="467"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
By default, the bot opens the **Buy** menu — review the token info, pick the amount you want to buy, and confirm. To exit a position, tap **Switch to Sell** to open the Sell menu for the same token.
{% endcolumn %}

{% column %}

<figure><img src="/files/EtqMSgCecZHbE5iuRytN" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>How to Manage Positions</strong></td><td>Track and exit your open trades.</td><td><a href="/pages/u0k8XsOSgiWOy0rvJdAz">/pages/u0k8XsOSgiWOy0rvJdAz</a></td></tr><tr><td><strong>How to set up Trading Settings &#x26; Presets</strong></td><td>Tune buy amounts, slippage, MEV protection.</td><td><a href="/pages/7DsUZ4Z6uxO2lOyDd8fZ">/pages/7DsUZ4Z6uxO2lOyDd8fZ</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://moni-ai.gitbook.io/moni/moni-tg-bot/trading/how-to-trade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
