# Market Swaps

## Market Buy

1. Select the "Market" tab&#x20;
2. Press the wallet button to select the wallet you wish to use to make the trade
3. Input the amount of SOL you want to use to buy tokens.&#x20;
4. Select your gas preset for optimal execution
5. Press the buy button

<figure><img src="/files/KhYjChfLVNx9uZGXDxf0" alt=""><figcaption><p>Market Buy</p></figcaption></figure>

## Market Sell

1. Select the "Market" tab&#x20;
2. Press the wallet button to select the wallet you wish to use to make the trade
3. Input the % amount of supply you want to sell
4. Select your gas preset for optimal execution
5. Press the sell button

<figure><img src="/files/bRGZes0QNL1aAxDcSaWc" alt=""><figcaption><p>Market Sell</p></figcaption></figure>

{% hint style="info" %}
Trades execute instantly and cannot be reversed. Once a transaction is executed you'll get notifications on when its pending and successfully executed or failed. When successfully sold, you'll be able to view the swap information in Trade History.
{% endhint %}


---

# 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.vyper.trade/vyper/trading/market-swaps.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.
