> For the complete documentation index, see [llms.txt](https://prophetbots.gitbook.io/prophetbots/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prophetbots.gitbook.io/prophetbots/eth-telegram-bot/sell-tokens.md).

# Sell Tokens

Once you have selected Sell Tokens on the Main Menu, you will be brought to the Sell Tokens menu. Here you will be able to enter the requirements for the token you wish to sell.

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

***

### Sell Wallet

First, you will need to select the wallet you wish to use. To do this, you will simply select the "Sell Wallet" button. This will give you a response from the bot, asking you to select the wallet that you would like to use.

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

***

### Token Address

The "Token Address" button is where you will enter the contract address of the token that you wish to sell. It is important that you enter this information correctly, otherwise you may end up with an error or selling the wrong token.

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

Once you have successfully entered the contract address, will receive an message from the bot, showing you how many tokens your selected wallet holds, and how much your tokens are worth in ETH.&#x20;

***

### Sell Amount

Once you have added the Token address, you can now look to add the amount of tokens in ETH you would like to sell. You can do this by selecting the "Sell Amount" button.&#x20;

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

Once you have selected the amount to sell in ETH, you will be met with another confirmation message from the bot, confirming the percentage of the token you wish to sell in ETH.&#x20;

***

### SUBMIT SELL

Now you have entered all the necessary information into the bot, you are ready to submit your sell. We recommend you double check all the details you have entered so far. Once you are happy with the details you've submitted, simply select "SELL".&#x20;

You should now receive a confirmation of your Token purchase.&#x20;


---

# 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://prophetbots.gitbook.io/prophetbots/eth-telegram-bot/sell-tokens.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.
