# Limit Order

The pro trading section on Kriya is meant for seasoned traders who want to trade big sizes with more granular flexibility in execution price. It allows users to place on-chain limit orders as well as access candlestick charts in multiple timeframes.&#x20;

Currently 5 pairs are listed in the pro trading section&#x20;

* WETH / USDC
* SUI / USDC
* WBTC / USDC
* USDT / USDC
* FUD / SUI

To place a limit order on Kriya, follow these steps:

* Enter [**https://www.app.kriya.finance/spot/swap**](https://www.app.kriya.finance/spot/swap) and connect your wallet. You should see the following screen:

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

* Select the token pair and specify the amount of tokens and the price you want to buy / sell at.
* Once you've confirmed the transaction details, click on 'Place Order' button. Your browser wallet will show a pop-up. All you need to do is confirm the transaction and you're order is placed!
* Once the orders is matched, the target asset is credited into the user's custodial account.&#x20;

Market orders are settled instantly as long as the orderbook is not empty. When a user opens a limit order, funds go into a custodial account (managed by the Deepbook integrator protocol, ie Kriya in this case).

If you're a frequent trader, better to keep funds in the custodial account and place more orders using the same capital. Else, head to the 'custodial account' tab and click on 'withdraw' button to redeem funds from your custodial account.

In terms of trading fee, Deepbook currently is a cheaper option. Maker orders ie Limit Orders current get a 25bps fee rebate on every trade

More details here: <https://sui-deepbook.com/>


---

# 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://docs.kriya.finance/kriya-swap/swap-tutorial/trade/limit-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.
