# Buying and Selling Tokens

### Buy Tokens

{% stepper %}
{% step %}

### Navigate to Buy & Sell view

Tap on **Buy & Sell** from the Main Menu to start a purchase.
{% endstep %}

{% step %}

### Enter Token Address

You will be prompted to enter the **Token Address** you wish to buy.

{% hint style="info" %}
You can buy and sell tokens at any time by simply entering the token address directly into the bot, without needing to select “Buy & Sell” from the main menu.
{% endhint %}
{% endstep %}

{% step %}

### Set Slippage Tolerance

Use **Slippage Buy/Sell** to adjust slippage settings.
{% endstep %}

{% step %}

### Gas Fees

Use **Gas Fees** to change between low, average and high gas fees.
{% endstep %}

{% step %}

### Choose the Amount

Tap a predefined amount (**0.1 ETH, 0.2 ETH, 0.5 ETH**) and a purchase for that amount will execute instantly.

or

Tap Buy X ETH and you will be prompted to specify a custom amount. Click Enter/Send to complete the purchase.&#x20;
{% endstep %}
{% endstepper %}

***

### Sell Tokens

{% stepper %}
{% step %}

### Navigate to Buy & Sell view

Tap on **Buy & Sell** to start a sale.
{% endstep %}

{% step %}

### Enter Token Address

You will be prompted to enter the **Token Address** you wish to sell.
{% endstep %}

{% step %}

### Settings

Adjust **Slippage** and **Gas Fees** if necessary.
{% endstep %}

{% step %}

### Choose a Sell Option

* **Sell Initial:** Sell the initial amount bought.
* **Sell 100%:** Sell all holdings.
* **Sell X%:** Sell a specific percentage.
* **Sell X ETH:** Sell a specific ETH amount equivalent.
* **Sell X TOKEN:** Sell a specific number of tokens.
  {% endstep %}

{% step %}

### Execute Sale

* Enter the amount if prompted.
* Click Enter/Send to complete the transaction.
* Confirm if selling 100% of holdings.
  {% endstep %}
  {% endstepper %}

### Additional Buy/Sell Menu Features

* **Gas Fees:** The Gas Fees button shows lets you change between low, average or high gas presets.
* **Reload:** Use the Reload button to refresh the token details.
* **Scan Results:** Tap Scan Results for in-depth token analysis.
* **PnL:** Display a sharable profit and loss card.
* **Home:** Use the Home button to return to the Main Menu.


---

# 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://juicebot.gitbook.io/juicebot/features/buying-and-selling-tokens.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.
