# Selling

The trading panel lets you sell almost any ERC20 token directly with the associated button. This guarantees fast execution and a high success rate. Let's take a look at how to do so.

{% hint style="info" %}
Before triggering, please ensure that your configuration is correctly set up. We talk about the coin trading settings [here](https://aura-3.gitbook.io/aura/coins/general-settings).
{% endhint %}

### Select the ratio to sell

Directly below the trading panel, you'll find buttons where you can select the ratio of your tokens to sell. The ratio of tokens to sell is in % (i.e 50% of your $BLUR holding), meaning that the bot will try to receive as much ETH as possible for this exact amount of token. There are several ratio preset, but you can also enter the exact ratio you wish to sell using *Sell x ETH*.

<figure><img src="https://1616862119-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJVrXrwbzdXe3320u9fD1%2Fuploads%2F1i2pUgkYF9JqzziZZgq7%2Fpanel%20button.png?alt=media&#x26;token=b21afb46-4e63-46cb-b985-53ec372017b4" alt="" width="563"><figcaption></figcaption></figure>

If the router used by the bot doesn't have the necessary allowance on your tokens, the bot will have to approve the token upstream. If you have Ape Mode enabled, approval will be done automatically at the same time as the transaction, otherwise it will ask you to confirm approval and send back the hash. You can modify these settings in  <mark style="color:purple;">/coin wallet</mark> or the Setup button of the trading panel, learn more about it [here](https://aura-3.gitbook.io/aura/coins/general-settings/ape-mode)).

### Swap simulation

If Ape Mode is disabled, the bot will return a simulation of the swap. It contains the minimum amount of ETH you'll receive (including slippage), the number of token provided, and an estimate of the total price you'll pay, including gas fees and your [gas preset](https://aura-3.gitbook.io/aura/coins/general-settings/gas-preset).

<figure><img src="https://1616862119-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJVrXrwbzdXe3320u9fD1%2Fuploads%2FzM24l4Ln2N3ku4So5wzH%2Fsimsell.png?alt=media&#x26;token=8e9122dd-0c89-4ebb-8427-6a9b8faadaae" alt="" width="563"><figcaption></figcaption></figure>

If Ape Mode is enabled, the bot will still simulate the swap internally, ensuring that you avoid many situations in which you would normally lose gas fees in a failed transaction.

### Swap execution

Once the transaction has been completed, the bot returns swap information such as the number of ETH received, the value paid including gas fees, and the transaction hash.&#x20;


---

# 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://aura-3.gitbook.io/aura/coins/trading-panel/selling.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.
