# Limit Orders

Built with Permit2 and an **intent-based execution model**, Liberty DEX allows users to place limit orders without ever giving up control of their assets.

***

### A Smarter Way to Trade

Traditional limit orders often require users to:

* Lock funds in advance
* Pay gas fees upfront
* Expose their strategy on-chain

Liberty DEX changes that.

With Liberty DEX Limit Orders, your trade is treated as an **intent**, not an immediate transaction. Execution is handled by **fillers** who compete to fulfill your order under the exact conditions you set.

### Key Advantages

#### Full Self-Custody

* Your tokens **remain in your wallet at all times** until the order is executed. No deposits, and no smart contract lockups.

#### Exact Execution Only

* Only the **exact amount required** for the trade is used. No overfills, no hidden deductions.

#### Powered by Permit2

* Secure signature-based approvals
* No need for repeated token approvals
* Reduced risk of malicious spending

#### No Pre-Locking, No Early Movement

* Funds are **never locked or moved prematurely**.
* Execution happens **only when conditions are met**.

#### 100% Gasless

* No gas fees for placing orders
* No gas fees for execution

Users interact with the system **without paying network costs**.

#### No Minimum Size

Whether you're trading small or large amounts:

* **No minimum order size**
* Fully flexible participation

#### Aggregated Liquidity

Liberty DEX taps into on-chain liquidity and off-chain liquidity. This ensures **better pricing and deeper execution opportunities**.

#### Private by Default

Your orders are:

* **Not visible on-chain** before execution
* Protected from front-running and MEV

Your strategy stays **confidential until filled**.

### How It Works (Simplified)

1. You create a limit order by signing an intent
2. The order is broadcast to fillers (off-chain)
3. Fillers execute the trade when conditions match
4. Tokens are transferred **directly from your wallet at execution**

### Summary

**Liberty DEX Limit Orders redefine trading UX:**

* No custody risk
* No gas friction
* No strategy leakage
* No unnecessary complexity

It’s a system designed for traders who want **control, privacy, and efficiency - all at once**.


---

# 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.libertyswap.finance/liberty-dex/limit-orders.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.
