# Limit Order

## Overview

<figure><img src="/files/8ZzuetPUsYZrHQmaFbao" alt=""><figcaption><p>KyberSwap Limit Order</p></figcaption></figure>

KyberSwap Limit Order was created to enable our users to trade on their own terms. This means users are able to predefine their preferred swap rates which are automatically settled on-chain by KyberSwap's network of takers. Create, modify, and cancel limit orders for free with KyberSwap Limit Order.

No more having to monitor the markets around the clock waiting for your target price to be reached. Trades are always settled when prices favor the trader, meaning that users might actually receive more tokens than expected. Critically, users have complete ownership of their assets until a matching trade has been found.

{% hint style="info" %}
**Supported tokens and chains**

KyberSwap Limit Orders support all [ERC20](/getting-started/foundational-topics/decentralized-finance/tokens.md#token-standards) tokens and the full list of supported chains can be found on [Supported Exchanges And Networks](/getting-started/supported-exchanges-and-networks.md).
{% endhint %}

The [KyberSwap Interface](https://kyberswap.com/limit/) provides a convenient interface to easily create, modify, and track all your orders. KyberSwap has also implemented a suite of Limit Order APIs that enable developers to seamlessly integrate limit order functionality within their apps.

## Aggregator integration

To increase the likelihood that limit orders will be filled, KyberSwap Limit Orders has been integrated as an additional liquidity source on the [KyberSwap Aggregator](/kyberswap-solutions/kyberswap-aggregator.md). This means that swaps via the Aggregator will also be routed through active limit orders which effectively increases the pool of potential takers for a limit order. By combining solutions, KyberSwap enables our users to discover the best liquidity sources for their trades.

<figure><img src="/files/1X6BPLlfcHikNNPbtTUv" alt=""><figcaption><p>An Aggregator swap routed via Limit Orders</p></figcaption></figure>

##

## Next Steps

<details>

<summary>Liquidity Providers</summary>

* [Discover how limit orders are routed to your pool](/kyberswap-solutions/limit-order/concepts/off-chain-relay.md)

</details>

<details>

<summary>Traders</summary>

* [Learn how KyberSwap sources the best liquidity for your swap](/kyberswap-solutions/limit-order/concepts/off-chain-relay.md)
* [Trade at your preferred rates on the KyberSwap Interface](/user-guide/limit-order.md)

</details>

<details>

<summary>Developers</summary>

* [Explore key Limit Order concepts](/kyberswap-solutions/limit-order/concepts.md)
* [Create an order using the Limit Order API](/kyberswap-solutions/limit-order/limit-order-api-specification.md)
* [View Limit Order contract code and addresses](/kyberswap-solutions/limit-order/contracts.md)

</details>


---

# 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.kyberswap.com/kyberswap-solutions/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.
