# Sell Orders

## Interactive Guide

{% embed url="<https://app.guideflow.com/player/5pv7g7jcwp>" %}

<details>

<summary>Multiple orders</summary>

You can set as many simultaneous orders as you like in the bot, just keep entering your desired settings and creating orders!

![](/files/cmZdLaIApKHVfRhlNWzP)

</details>

<details>

<summary>Slippage</summary>

Slippage is the difference between the price you anticipate for a trade and the actual price at which it executes, often influenced by market volatility or low liquidity.&#x20;

A higher slippage setting can speed up trade execution but increases the risk of being sandwiched (leading to unfavorable prices and reduced returns). A lower slippage setting reduces these risks but may prevent the tx from executing.

</details>

<details>

<summary>Gas</summary>

Gas is the fee for processing Solana transactions. The more gas you use, the faster your tx will be processed.

</details>

<details>

<summary>MEV Protection and Anti-MEV Tips</summary>

When you use high slippage, your tx becomes susceptible to sandwich attacks. A sandwich attack is when MEV bots see your tx, buy ahead of you, raise the price, then sell after, making you pay a higher price and lowering your returns.

MEV protection on Sigma shields you from this by routing your txs through private relays, but may make your tx slower. Adding an anti-MEV tip prioritizes tx being processed when MEV protection is on.

</details>


---

# 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.sigma.win/setup-trading-and-management/sol/trading/limit-orders/sell-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.
