# How to Place Limit Orders with OrderBook+

Things you’ll need:

* A computer connected to the internet
* An internet browser
* A Neo N3 Wallet
* Neo N3 assets for trading
* GAS tokens (enough to cover transaction fees)

\
1\. On Flamingo Finance, go to the Trade page.

<figure><img src="/files/RayTsBsnkXcdisg1YEdJ" alt=""><figcaption></figcaption></figure>

2\. If it isn’t already, select **Connect** to connect your wallet.

<figure><img src="/files/9Kov9Xbl8YgZ2h8aWN2N" alt=""><figcaption></figcaption></figure>

3\. If you haven’t already created a Flamingo account, select **+ Add Account**.

<figure><img src="/files/cI0lUP4qLCqwcxAq3LCN" alt=""><figcaption></figcaption></figure>

4\. Select the Neo N3 Wallet you wish to trade from. For this example, we’ll select NeoLine.

<figure><img src="/files/ugqc75gpqcfIUoGFzizC" alt=""><figcaption></figcaption></figure>

5\. Your selected wallet provider should open. Open the wallet you wish to trade from. Enter your password and select **Login**.

<figure><img src="/files/fKLPBXy8OyvvY40LNuzr" alt=""><figcaption></figcaption></figure>

6\. The wallet should close and you are now ready to make trades using Flamingo’s OrderBook+.

<figure><img src="/files/H5P4GuxwbAV4LVe6MULg" alt=""><figcaption></figcaption></figure>

7\. Scroll down to the OrderBook+ trade input section and select **Trading Account**.

<figure><img src="/files/bbvE8S9NibIN4n3M3zXT" alt=""><figcaption></figcaption></figure>

8\. To make trades in the OrderBook+, you’ll need to add funds to your OrderBook+ account to trade with. Select the **Token Hash** you wish to deposit. Enter the **Amount** you wish to deposit, and select **Deposit**. For this example we will deposit 50 USDT to trade with.

<figure><img src="/files/khSgBNxmPVTc57TBo9vE" alt=""><figcaption></figcaption></figure>

9\. On your wallet, if you agree, select **Yes** to confirm the deposit transaction.

<figure><img src="/files/Ds78KP8nTuyKwyy7wFCt" alt=""><figcaption></figcaption></figure>

10\. Select **Done** and return to the order book.

<figure><img src="/files/tSvAdcy8Fz4NrjpkQBnk" alt=""><figcaption></figcaption></figure>

11\. Go back to the **Limit** tab, and select a trading pair in the upper right hand side of the page, containing the tokens you deposited. In this example we’ve selected the FLM-USDT pair. You can see we deposited 50 USD into our trading account. We are now able to trade our 50 USDT against FLM.

<figure><img src="/files/CoaMcLZhXRsZGzH9WMGm" alt=""><figcaption></figcaption></figure>

12\. In this example we will buy FLM with USDT. The price field will be auto-populated with the current price of FLM. In the **FLM Price** field, enter the USDT price you want to buy FLM for. In this example, we have entered a USDT price of 0.0347 per FLM. Then, in the **Amount** or **Total** field, enter either the amount of FLM you wish to buy, or enter the amount of USDT you wish to buy FLM with. In this example we will place an order with 10 USDT.&#x20;

**Note:** Select **Post only** if you wish to only post the order and not have it be immediately filled. For post only orders, if you are selling, the price needs to be higher than the current price. If you are buying, the price needs to be lower than the current price. Post only orders have lower transaction fees. In this example, we will not select **Post only**.

<figure><img src="/files/qG5I2d5BSnXf2B7KAzjB" alt=""><figcaption></figcaption></figure>

13\. Check over your inputs. If everything looks good, select **Buy FLM**.

<figure><img src="/files/09HwpWVNDDMFHSjJ1wRJ" alt=""><figcaption></figcaption></figure>

14\. On your wallet, if you agree, select **Yes** to confirm the transaction.

<figure><img src="/files/TCzLWV7q64HJKXfIM1vh" alt=""><figcaption></figcaption></figure>

15\. Your order has been placed! In this example we have placed an order to buy 267.379 FLM for 10 USDT at the price of 0.0374 each. The order will begin to fill if/when the current price matches our buy price (0.0374).

<figure><img src="/files/kj8LX9aoBzsLg19kcs1u" alt=""><figcaption></figcaption></figure>

16\. Scroll down and select the **Open Orders** tab. Here you will see:

* The date and time your order was created
* The trading pair your order was created for
* The type of order you made
* Whether the order is on the buy or sell side
* The price of the token you are buying or selling
* The amount you are buying or selling
* The total amount of tokens you are buying with
* How many tokens (being bought or sold) have been executed
* How many tokens being bought or sold are claimable
* Whether the order is still open or closed
* The options to claim your tokens or cancel your order

<figure><img src="/files/rIWvdlBZyKkrtogWc1iJ" alt=""><figcaption></figcaption></figure>

17\. After your order(s) fill, select **Claim** to claim your tokens on any given order. If an order hasn't filled and you wish to cancel an order or a partially filled order, select **Cancel**. (Select **Cancel All** to cancel all your current unfilled orders.)

That’s it! You now know how to place, claim, and cancel on-chain limit orders with Flamingo’s OrderBook+!

<br>


---

# 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://flamingo-1.gitbook.io/user-guide/modules/trade/how-to-place-limit-orders-with-orderbook+.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.
