# Sell menu

The buttons will change upon pressing the Sell menu button, and it will show this:

<figure><img src="/files/60atELT9H22MYesvg2xq" alt=""><figcaption></figcaption></figure>

## Options and menus

![](/files/onUwpnOft5kseWTgj4JT)

The refresh button rescans the contract.

![](/files/y3Oje2ku7SuCeSI0pxEa)

This is the wallet select button. It opens a menu to switch your active wallet.

See: **Wallet select**

![](/files/9CchUE2IKk1Ghco326xz)

Returns to the buy menu

See: **Buy menu**

![](/files/92vGivZjjt9VrMC0Tp38)

Opens the snipe menu for this contract.

See: **Snipe menu**

![](/files/wQFnNeqmPujGUrELhBxo)

Approves the spending this token for the detected pair of that token. It is important to approve, otherwise you won't be able to interact with the dex router to sell.\
It is possible to toggle an option to automatically approve any tokens you buy, using the /config menu.

See: Auto approve.

![](/files/dnsPm2tDpcVagsb10Udt)

Chart button. Opens a link to Dexscreener for the current token.\
The token needs to have detected pair for the link to work.

![](/files/cQzOjb8EE9vnp6YRxO1K)

Retrieves the amount of tokens held by your currently selected wallet.

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

This will show a small message like this, displaying the amount of tokens, percentage of the supply that amount represents, and how much it is worth currently, with its dollar value.

## Sell buttons

![](/files/9zGv8X8NWbuKWIl6gRW1) Sells an exact amount of tokens.

![](/files/y4E3X40czd6RBkQwZvXH) Sells an exact amount of tokens, but using a percentage of the wallet's holdings. For example, sending 33 will sell 33% of your tokens.

![](/files/kNdPYl1nZHiart3dOjns) Sells enough tokens trying to guarantee an exact amount of ETH back.

## Shortcut buttons

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

It sells that exact amount of your holdings. Useful for quick selling.


---

# 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.prodigybot.io/contract-menu/sell-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.
