# Buy & Sell

## **How to Buy**

{% embed url="<https://app.arcade.software/share/5BfpbZXXkXh5xILTGiZQ>" %}

| Step                      | Action                                                                                           |
| ------------------------- | ------------------------------------------------------------------------------------------------ |
| Find the token            | Paste the token contract to the Bot.                                                             |
| Choose to Buy             | The Bot will find and send you all the token information, choose `Buy` button and choose `Swap.` |
| Edit Slippage (if needed) | Edit your desired Slippage.                                                                      |
| Choose Wallet             | Choose the Wallet you want to use to buy token.                                                  |
| Enter SOL amount          | Choose or enter amount of SOL you want to buy token.                                             |
| Check the transaction     | The Bot will process and send you the confirmed transaction.                                     |

## How to Sell

{% embed url="<https://app.arcade.software/share/NAUZJV0O9tmeTNf2mHkX>" %}

| Step                      | Action                                                                          |
| ------------------------- | ------------------------------------------------------------------------------- |
| Find the token            | Paste the token contract to the Bot.                                            |
| Choose to Sell            | The Bot will find and send you all the token information, choose `Sell` button. |
| Edit Slippage (if needed) | Edit your desired Slippage.                                                     |
| Choose Wallet             | Choose the Wallet you want to use to buy token.                                 |
| Enter SOL amount          | Choose or enter percentage of token you want to sell.                           |
| Check the transaction     | The Bot will process and send you the confirmed transaction.                    |


---

# 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://soltradingbot.gitbook.io/docs/feature-and-instruction/trading-tool/buy-and-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.
