# 🔴  Sell

Similar to [🟢  Buy](/telegram-bot-user-guide/editor.md)you you able to sell any token on daos.fun platform, the trading bot will automatically detect your current positions when you click 'sell'.

{% hint style="info" %}
./start -> Sell
{% endhint %}

You will be presented with a screen with your current balance, token holdings and the amount each is worth

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

You can click any token here, you will now be presented with a screen showing:

1. Token name
2. Token contract address
3. PNL
4. Current Price
5. Current MCAP
6. Your SOL balance
7. Your token balance
8. Default sell options for % of balance (10%, 50%, 75% and 100%)
9. Sell X% (you can set the % of tokens you wish to sell)

Selecting any % will trigger an immediate sell

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

You can view your PNL card by clicking 'Generate PNL image' or by jeeting 100% of your tokens.&#x20;

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


---

# 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://docs.closed.fun/telegram-bot-user-guide/markdown.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.
