> For the complete documentation index, see [llms.txt](https://xtrade.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtrade.gitbook.io/docs/features-and-tools/quick-buy-and-sell.md).

# Quick Buy & Sell

## <mark style="color:green;">Quick Buy</mark>

<mark style="color:$info;">**Quick Buy**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">lets you trade tokens fast, without adjusting settings every time. It’s available on your</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Watchlist**</mark><mark style="color:$info;">, the</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Meme Zone**</mark><mark style="color:$info;">, and</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Explore**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">pages, with a default buy amount of</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**0.01 SOL**</mark><mark style="color:$info;">. Once your settings are saved, one click is all it takes.</mark>

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

## <mark style="color:green;">Quick Sell</mark>

<mark style="color:$info;">**Quick Sell**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">is available in your</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Portfolio**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">page or</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**My Holdings**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">under the token’s trade page. By default, it sells 100% of your token holdings with one tap. You can adjust this in</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Sell Settings**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">to 25%, 50%, 75%, or 100%.</mark>

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://xtrade.gitbook.io/docs/features-and-tools/quick-buy-and-sell.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
