# Sell

To sell any token, simply tap “🟥 SELL” in the Main Menu and follow the easy steps.

<figure><img src="/files/ojXUnw44LclIXu7HKpp0" alt="" width="375"><figcaption><p>Main menu</p></figcaption></figure>

You’ll see a list of your tokens along with their P\&L and other details. Simply tap the token ticker button to proceed with the sale.

You also have the option to hide any token from this list if needed.

To switch to sell mode, just tap the "BUY ⇄ SELL" button.

<figure><img src="/files/nHa2118g00s1KHKBQc6S" alt="" width="375"><figcaption><p>List of your tokens</p></figcaption></figure>

As you can see, I'm not the best trader. Let's give it a shot and try to sell the MAGA token.

Carefully review the details about the selected token. If you need more information, you can verify them on third-party services like [Solscan](https://solscan.io/), [RugCheck](https://rugcheck.xyz/), and [RickBurp](https://t.me/RickBurpBot). These default links can be updated in the "Sell settings" section in "[Settings](/tirador-guide/settings.md)."

Next, choose one of the default SOL amounts to sell or tap "Sell X SOL" to set your own amount. You can also change the default sell amounts on the buttons in the "Sell settings" section in "[Settings](/tirador-guide/settings.md)."

<figure><img src="/files/uQZIO44dyua5L5AZ2RfE" alt="" width="375"><figcaption><p>Token details page</p></figcaption></figure>

Finally, review the trade details, paying special attention to the price impact. Tap "CONFIRM" to proceed with the trade. You can enable auto-confirm in "[Settings](/tirador-guide/settings.md)" to skip this step for future trades.

<figure><img src="/files/3Cgos1RThu3UFAaA2o98" alt="" width="375"><figcaption><p>Trade confirmation page</p></figcaption></figure>

You'll see a message indicating that confirmation is waiting.

<figure><img src="/files/OKgG2TgNwJWKYJhrzTtC" alt="" width="375"><figcaption><p>Waiting for confirmation page</p></figcaption></figure>

If everything's good, you'll get a confirmation message first. It means the trade went through, but we're waiting for the blockchain to dish out all the trade details.

<figure><img src="/files/DHejaXA1wOeZB855EDud" alt="" width="375"><figcaption><p>Transaction confirmed page</p></figcaption></figure>

Once we receive all the details about the trade from the blockchain, you'll get the green light with a message confirming the success of the trade.

<figure><img src="/files/xYLWosC7QCSfn9inp9Bm" alt="" width="375"><figcaption><p>Successful trade page</p></figcaption></figure>

If the transaction wasn't confirmed or the trade failed, you'll receive an error message indicating the issue. You can find details about different types of errors [here](/tirador-guide/error-messages.md).

Great job! Trade successful. Now, you can buy or sell this token instantly, or type <mark style="color:blue;">/start</mark> to return to the Main menu.

Have any feature requests or improvement ideas for selling? We’d love to hear them! Feel free to drop us a message in the [chat](https://t.me/tirador_chat) or send a [DM](https://t.me/tirador_moderator). We’re listening!

<br>


---

# 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://doc.tirador.io/tirador-guide/sell.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.
