> 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.md).

# Trading

- [Overview](https://help.trade.fun/memecoins/trading/overview.md): This is where you place your trades on Trade.fun. Each section plays a key role in customizing your order:
- [Market Orders](https://help.trade.fun/memecoins/trading/market-orders.md): Market Orders let you instantly buy or sell any token at the current price – with 3 customizable presets for 1-tap trading and quick-select size buttons for fast execution.
- [Limit Orders](https://help.trade.fun/memecoins/trading/limit-orders.md): Limit Orders let you set a target market cap to buy or sell at – so your trade executes automatically when the token hits your price, without needing to watch the chart.
- [Advanced Orders](https://help.trade.fun/memecoins/trading/advanced-orders.md)
- [Dev Sell](https://help.trade.fun/memecoins/trading/advanced-orders/dev-sell.md)
- [DCA (Dollar-Cost Averaging)](https://help.trade.fun/memecoins/trading/advanced-orders/dca-dollar-cost-averaging.md)
- [Trailing Stop](https://help.trade.fun/memecoins/trading/advanced-orders/trailing-stop.md)
- [Trading Settings](https://help.trade.fun/memecoins/trading/trading-settings.md): Use the Trading Settings panel to fully customize how your orders are executed – both for buys and sells. This helps you fine-tune performance and reduce slippage, latency and MEV risk.
- [Wallet Overview](https://help.trade.fun/memecoins/trading/wallet-overview.md): Get a full breakdown of any wallet's trading performance — P\&L, win rate, hold times, and live activity — all in one view.
- [Advanced Strategy](https://help.trade.fun/memecoins/trading/advanced-strategy.md): Set up automated exit rules that trigger the moment your conditions are met — all in one place. Save your favorite setups as presets for instant reuse.


---

# 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.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.
