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

# Buy

> Learn more about the /limit buy command.

## Overview

You can use `/limit buy` command to place limit buy 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 buy (use "\$" for relative amount)
  </ParamField>

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

<Frame caption={"Placing a limit buy order in Discord"}>
  <img src="https://mintcdn.com/flipsuite/3NPkqtLtEVXfOW7V/images/modules/trading/buy-command.png?fit=max&auto=format&n=3NPkqtLtEVXfOW7V&q=85&s=6d63d533b741c01b77cf4c706dbce0c4" className="rounded-lg" width="543" height="113" data-path="images/modules/trading/buy-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 buy order confirmation"}>
  <img src="https://mintcdn.com/flipsuite/3NPkqtLtEVXfOW7V/images/modules/trading/buy-quote.png?fit=max&auto=format&n=3NPkqtLtEVXfOW7V&q=85&s=426d9e17710e4c7f955cf9ff27f1aeda" className="rounded-lg" width="691" height="583" data-path="images/modules/trading/buy-quote.png" />
</Frame>

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

<Frame caption={"Successful limit buy order placement"}>
  <img src="https://mintcdn.com/flipsuite/3NPkqtLtEVXfOW7V/images/modules/trading/buy-result.png?fit=max&auto=format&n=3NPkqtLtEVXfOW7V&q=85&s=d1684ead406ab040a82036c8704c4708" className="rounded-lg" width="388" height="233" data-path="images/modules/trading/buy-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>
