# Place Order

## **Place A Buy Order at Limit Price**

Assuming the current WBTC market price is 67,798.41 USDC and you want to buy 0.1 BTC at 67,750 USDT.

* Step 1: Select “Limit”
* Step 2: Set the buy price as 67,750 USDC.
* Step 3: Enter the amount 0.1 that you want to buy.
* Step 4: Click “Buy WBTC” to place the Limit Order.

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

After the order is placed, this order will be filled automatically when the price drops to 67,750 USDT or below.

## Place A Buy Order at Market Price

Assuming you want to buy 0.2 BTC at Market price.

* Step 1: Select “Market”.
* Step 2: Enter the amount 0.2 that you want to buy.
* Step 3: Click “Buy WBTC” to place the Market Order.

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

In general, your order will be filled immediately, and the assets you will cost might be slightly different than the calculated amount before the order is placed. Under some circumstances, the order may fail. This often occurs when the buy ratio is close to or equal to 100%. Additionally, if the liquidity is insufficient and the price slippage exceeds 5%, the order will not be executed.


---

# 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://vesselfinance.gitbook.io/vessel/mainnet-user-guide/trade/place-order.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.
