> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flipsuite.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Sell

> Learn more about the /limit sell command.

## Overview

You can use `/limit sell` command to place limit sell orders on certain tokens.

<Accordion title="Command arguments">
  <ParamField body="token" type="string" required>
    Name or address of the token to buy.
  </ParamField>

  <ParamField body="amount" type="string" required>
    Amount to sell (use "%" or "\$" for relative amounts)
  </ParamField>

  <ParamField body="price" type="string" required>
    Order will execute above this price (use "%" for relative increase)
  </ParamField>
</Accordion>

<Frame caption={"Placing a limit sell order in Discord"}>
  <img src="https://mintcdn.com/flipsuite/3NPkqtLtEVXfOW7V/images/modules/trading/sell-command.png?fit=max&auto=format&n=3NPkqtLtEVXfOW7V&q=85&s=8376f99520db205cb0f67b0730cf5ef5" className="rounded-lg" width="533" height="109" data-path="images/modules/trading/sell-command.png" />
</Frame>

If limit orders are supported for the token you've entered, you will get a quote for your order:

<Frame caption={"Limit sell order confirmation"}>
  <img src="https://mintcdn.com/flipsuite/3NPkqtLtEVXfOW7V/images/modules/trading/sell-quote.png?fit=max&auto=format&n=3NPkqtLtEVXfOW7V&q=85&s=4b12ef23c9f6e303727e3261e6ff9eae" className="rounded-lg" width="682" height="584" data-path="images/modules/trading/sell-quote.png" />
</Frame>

If you're satisfied with the quote, simply click the **place order** button to place the order.

<Frame caption={"Successful limit sell order placement"}>
  <img src="https://mintcdn.com/flipsuite/3NPkqtLtEVXfOW7V/images/modules/trading/sell-result.png?fit=max&auto=format&n=3NPkqtLtEVXfOW7V&q=85&s=71d9a0358db732d17e849519ab5eafd2" className="rounded-lg" width="382" height="232" data-path="images/modules/trading/sell-result.png" />
</Frame>

You will be notified via DMs once your order is fulfilled.

<Tip>
  You can use the [/limit orders](/modules/trading/commands/orders) command in Discord to view all your limit orders.
</Tip>
