> For the complete documentation index, see [llms.txt](https://gitbook.zenithwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.zenithwallet.com/trading-bot-overview/buying-tokens.md).

# Buying Tokens

Type /start to bring up the main trading menu.

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

Select Buy.

<figure><img src="/files/9KA7B2FFF8zetEdOWqhe" alt=""><figcaption></figcaption></figure>

Paste your desired CA.

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

From here, you can purchase with your pre-set quick buy buttons (in this case = 0.005E and 0.01E), or specify you buy amount with Buy x ETH.

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

For this example, we selected Buy X ETH and entered .007. Order complete.

<mark style="color:green;">Success! You have now executed your first trade!</mark>


---

# 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:

```
GET https://gitbook.zenithwallet.com/trading-bot-overview/buying-tokens.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.
