> For the complete documentation index, see [llms.txt](https://docs.bitoftrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitoftrade.com/for-traders/trading-platform/quick-start/how-to-place-limit-order.md).

# How to place limit order?

#### Learn more about limit trading with bitoftrade

Are you looking to make good earnings from limit trading? We’ve got you covered!

Limit orders are used for long-term traders, so if you’re looking to make the most out of trading opportunities limit orders are ideal for you. With a limit order, you can buy and sell tokens that offer you greater profit potential. Limit orders allow you to place restrictions on the maximum and minimum pricing. There are different types of limit orders, and some can be triggered when specific conditions are met.

At bitoftrade, we offer advanced tools such as limit orders. Our smart widget allows you to exchange almost all of the most popular tokens and cryptocurrencies. By trading with limit orders, you can place a limit on price risk when trying to swap an asset.

&#x20;

Read our article [The Fundamentals of Crypto Limit Order Trading](https://bitoftrade.com/blog/the-fundamentals-of-crypto-limit-order-trading) for some handy tips and more information on limit orders.

&#x20;

You can start placing limit orders on bitoftrade in six simple steps:

1. Go to our trading dashboard by clicking on “Start Trading”.
2. Connect your wallet and choose “Limit” on the trading dashboard.
3. Set your trading pair by searching for a specific token by name, determining the number of tokens you want to trade, the time your order will stay open, and the target price.
4. Click on the "Confirm Limit" button. If you’re trading with a token for the first time you’ll have to unlock it. This is a one-time process and requires signing in to MetaMask or Trust Wallet and paying any gas fees costs.
5. Click “Confirm” and you’ll see your transaction summary, including all estimated fees. Then, your wallet will open automatically.
6. After approving the order on your wallet, you’ll be able to see its status in the “Transaction History” section at the bottom of the page.

**Important note:** Your transaction will occur only if the market conditions meet your limit order.

&#x20;

For a short walkthrough of limit trading on our platform watch our fun tutorial below:

{% embed url="<https://www.youtube.com/watch?v=_aj8h0H7OVw>" %}


---

# 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://docs.bitoftrade.com/for-traders/trading-platform/quick-start/how-to-place-limit-order.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.
