# Main Menu

The main menu will be presented upon starting the bot or when you send the /start command to it.&#x20;

The menu allows you to access all the functions of the trading bot and has several buttons attached to it.

<figure><img src="/files/Jmusml5g1FQ5pP4Mdrio" alt="" width="375"><figcaption><p>Seiyan Bot Main Menu</p></figcaption></figure>

1. Get $SEIYAN: this allows you to purchase $SEIYAN tokens directly if you have created your wallet and have funded it with $SEI tokens.
2. Buy: the buy button allows you to purchase any CW-20 or Token Factory token on Sei Network, provided you have the token’s contract address and wallet ready.
3. Trades: this button opens the trading panel which presents all your current active trades and allows you to add to & close your positions in an intuitive manner.
4. Invite: the invite panel allows you to create your own referral link, which you can share with your friends and on your social media accounts to start earning a percentage of the revenue created from the trading fees of the users you refer to the bot, forever!
5. Rewards: this feature allows you to track your referral earnings and payouts along with statistics on how many users you have invited.
6. Wallet: the wallet menu allows you to generate or import a wallet, which the bot will use to trade with.
7. Settings: with this panel, you can modify default settings and customize them to your liking.


---

# 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://seiyan-token.gitbook.io/seiyan-token/seiyan-tech/telegram-trading-bot/main-menu.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.
