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

# Presets and Quick Suggestions

**Tune every order to the same rhythm — one click instead of three sliders.**

<div align="center"><figure><img src="/files/LHWphZ9IlEe2zGQmxOwz" alt="Trading Settings presets"><figcaption><p>Speed presets and quick-amount buttons in the Trading Settings panel.</p></figcaption></figure></div>

Presets define a reusable execution profile, and quick suggestions snap the amount field to the values you trade most often. Together they let you go from "I want to buy" to "submitted" in two clicks — without retyping Slippage, Priority Fee, or position size.

Open them through **Trading Settings → Speed Presets / Quick Suggestions** before your next swap.

{% hint style="success" %}
**Speed up the next 20 trades**

A 10-second tuning session pays back every time you hit Buy or Sell.
{% endhint %}

## Speed Presets

The panel exposes three execution profiles. Pick one — every order you place afterwards inherits that profile's Slippage, Priority Fee, and Bribe baseline.

* **Slow** — conservative profile, lower Priority Fee, lower cost.
* **Fast** — balanced default.
* **Turbo** — aggressive profile, max Priority Fee and Bribe.

Faster presets raise execution cost or risk depending on the values they apply. After switching, glance at the visible fields — a Turbo preset that landed great on a high-liquidity token may misfire on a thin one.

## Buy Suggestions

For Buy mode, the panel ships these SOL quick-amounts: **0.01 / 0.25 / 0.5 / 1**. Tap one to fill the amount field instantly — useful when you keep entering the same position size across multiple tokens.

## Sell Suggestions

For Sell mode, the panel ships percentage shortcuts: **25% / 50% / 75% / 100%**. Designed for laddered exits — close a quarter, then half, then the rest, without recomputing your remaining balance each time.

## Save and Clear

* **Save** — keep the current configuration. The next order starts from the same numbers.
* **Clear** — reset entries. Use this before opening a new trade if your last setup was a one-off (e.g. you cranked Turbo for a single high-volatility entry).

A quick discipline: if you changed presets for a specific trade, clear or reset them before the next one — otherwise the next, unrelated trade inherits a profile it was never tuned for.

## More to Explore

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><a href="/pages/kgqkIIaopsPXmrQh9zdM"><strong>Trading Settings Overview</strong></a></td><td>Where presets live inside the bigger settings panel.</td><td><a href="/files/PvwZariSc5lrxmA3uidW">/files/PvwZariSc5lrxmA3uidW</a></td></tr><tr><td><a href="/pages/uJCvy09y2FG1Kk27Bpz7"><strong>Slippage</strong></a></td><td>The cost / certainty trade-off each preset configures.</td><td><a href="/files/LHWphZ9IlEe2zGQmxOwz">/files/LHWphZ9IlEe2zGQmxOwz</a></td></tr><tr><td><a href="/pages/cvGJYoD9UstDDnIsicyY"><strong>Priority Fee</strong></a></td><td>What Slow / Fast / Turbo actually move under the hood.</td><td><a href="/files/LHWphZ9IlEe2zGQmxOwz">/files/LHWphZ9IlEe2zGQmxOwz</a></td></tr></tbody></table>

{% hint style="info" %}
Presets live inside the broader Trading Settings panel. See [Trading Settings Overview](/graphdex-docs/trading/trading-settings-overview.md) for the full configurable surface.
{% endhint %}

## FAQs

<details>

<summary>Will a preset apply to limit orders too?</summary>

Yes — Slippage, Priority Fee, and Bribe are global to the order, so a preset shapes both market and limit submissions.

</details>

<details>

<summary>Can I create a custom preset?</summary>

Currently the panel ships Slow / Fast / Turbo as fixed profiles. Manual values you enter on top of a preset are saved with Save.

</details>

<details>

<summary>Why did Turbo fail on a thin-liquidity token?</summary>

Turbo raises Priority Fee aggressively, but execution still depends on pool liquidity and routing. On thin pools, slippage tolerance or min-out may also need adjustment — see \[Slippage]\(slippage.md).

</details>

<details>

<summary>How do I reset everything to defaults?</summary>

Use Clear to remove current entries; the panel restores its default state. You can then pick Slow / Fast / Turbo to start from a clean baseline.

</details>

<details>

<summary>Do quick-amounts work in both SOL and USD?</summary>

The current panel ships Buy suggestions in SOL and Sell suggestions in percentages. Other denominations are not currently exposed as quick shortcuts.

</details>


---

# 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://graphdex-1.gitbook.io/graphdex-docs/trading/presets-and-quick-suggestions.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.
