# Limit Orders

LFJ allows you to place limit orders onchain. Set a buy or sell price for your token, and LFJ will track on-chain liquidity, executing your trade as soon as the market hits your specified price.

Limit Orders are available directly on the **terminal page** for every token. You can create a limit order using native assets or stablecoins (like $ETH, $AVAX, or $USDC) to **buy or sell&#x20;*****any*****&#x20;token** on supported chains.

{% hint style="success" %}
Access the terminal page for a token by searching it in the search bar, clicking on a token from the homepage screener, or clicking on a token in your watchlist.\
\
From here, you will then be able to create your limit orders.
{% endhint %}

***

## **How Limit Orders Work** <a href="#h_253e422bd1" id="h_253e422bd1"></a>

LFJ Limit Orders do not operate like a traditional order book. Instead, after you place a limit order, LFJ's Aggregator will monitor all available liquidity onchain and execute your trade when liquidity is\
available at your set price.&#x20;

Once executed the user will receive the tokens quoted, minus the platform fees charged by LFJ. Partial fills for your order will be executed if liquidity is available for only a portion of your trade size.

Users are also able to select an expiry time for their order, after which it will no longer be executed. Users will have to manually claim their funds from unfilled orders that expire before executing.

***

## **Fees on Limit Orders** <a href="#h_44e4550351" id="h_44e4550351"></a>

LFJ charges a 1% platform fee on all Limit Orders, applied at the time of execution. This fee is deducted from the output amount you receive when your order fills.

## **Example Scenario** <a href="#h_509f4f4c55" id="h_509f4f4c55"></a>

* A user places a limit order to buy **1** $AVAX with 100 $USDC at a price of 100 USDC per AVAX.
* LFJ's Aggregator monitors market prices onchain.&#x20;
* When LFJ Aggregator detects sufficient liquidity at the target price onchain, it will execute the limit order.
* Completed trades are automatically sent to the user, delivering 0.99 AVAX to the user's wallet after platform fees.

***

## **Key Benefits** <a href="#h_758f5406de" id="h_758f5406de"></a>

* **CEX-like experience on-chain** -- Set limit orders without needing constant market monitoring.
* **Aggregated liquidity** -- LFJ sources from multiple DEXs and AMMs  for best execution.
* **Guaranteed execution price** -- No slippage; orders execute only at your set price.
* **MEV protection** -- Your limit orders will never be front-run.&#x20;
* **Cancel Anytime** -- Orders can be canceled with 1 click.

***


---

# 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.lfj.gg/trading-platform/advanced-orders/limit_orders_on_lfj_10491269.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.
