# Manual orders

goodcryptoX currently supports the following manual order types on decentralized AMM (Spot) exchanges:

* [Swap](/dex-trading-spot/manual-orders/swap.md) (market) - executed immediately at the best available price via an aggregator (Jupiter on Solana, 1inch on EVM chains);
* [Limit](/dex-trading-spot/manual-orders/limit.md) (stop market) - swap is submitted when the market price reaches your specified trigger price;
* [Trailing](/dex-trading-spot/manual-orders/trailing.md) (trailing stop market) - follows the market price as it moves in your favor. Executes when the price reverses by the trailing percentage you’ve set;

#### Attached orders:

* [Take Profit](/dex-trading-spot/manual-orders/tp-+-sl-combo.md) - triggers when the price moves in your favor by the specified percentage relative to the execution price of your main (base) swap. If a Stop Loss is also set, it is cancelled when the Take Profit triggers;
* [Stop Loss](/dex-trading-spot/manual-orders/tp-+-sl-combo.md) -  triggers when the price moves against you by the specified percentage relative to your main swap’s execution price. If a Take Profit is set, it is cancelled when the Stop Loss triggers;
* [Trailing Stop Loss](/dex-trading-spot/manual-orders/trailing-stop-loss.md) - follows the market price as it moves in your favor. If the price reverses by your trailing percentage, the order executes — locking in profit or minimizing losses.

More order types [coming soon](/dex-trading-spot/upcoming-functionality.md).


---

# 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.goodcrypto.app/dex-trading-spot/manual-orders.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.
