> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/memecoins/trading/overview.md).

# Overview

<figure><img src="/files/scNKm1YzCGDYSjrxioUB" alt="" width="339"><figcaption><p>Trading Execution Terminal</p></figcaption></figure>

### ① Order Type Selector

Choose whether you want to **Buy** or **Sell**.

***

### ② Wallet & Balance

Displays the currently selected wallet and your available balance for the asset you're trading (e.g., `1.631 SOL`).

***

### ③ Order Type Tabs

Select the type of trade:

* **Market** – Execute instantly at the best available price.
* **Limit** – Specify your target price.
* **Adv.** – Use advanced order types like stop-limit or conditional trades.

***

### ④ Preset Selector

Pick a preset (e.g., `FAST1`) to automatically fill in trade settings such as slippage, gas and protection.

> Choosing a preset updates the values shown in section **⑦ Trade Settings**.

***

### ⑤ Amount Input

Specify the amount you want to trade.

* If multiple wallets are selected, the total amount will be spread across all of them.
* You can manually enter the amount or use preset buttons below.

***

### ⑥ Quick Amount Buttons

Tap one of the preset values (e.g., `0.1`, `0.25`, `25`) to auto-fill the amount input instantly.

***

### ⑦ Trade Settings

Configure how your trade is routed and protected. These values are updated when you change presets:

* **Slippage**: Maximum % of price movement you’ll tolerate (e.g., `5%`).
* **Gas Fee**: Network fee required to process the transaction (e.g., `0.005`).
* **Bribe Fee**: Optional validator incentive for faster or prioritized inclusion.
* **MEV Protection**: Toggle to enable defense against MEV attacks like frontrunning or sandwiching.

***

### **⑧ Advanced Strategy**

* TP: Set a take-profit order to sell your position.
* SL: Set a stop-loss order to sell your position.
* Dev Sell: Sell a % of your position when dev sells.
* Trail SL: A dynamic stop that follows the price upward.


---

# 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://help.trade.fun/memecoins/trading/overview.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.
