# Revenue Earning Limit Orders

## Summary

Create a revenue earning limit order by providing single sided (i.e. one asset) liquidity at an out of range tick (in Uniswap parlance a "price point" is referred to as a "tick").

If the price of the underlying asset crosses your tick you will receive the new asset plus trading fees less any gas costs.

<figure><img src="/files/2D6PLSduurErHrWSOFtp" alt=""><figcaption></figcaption></figure>

\
**High level:** By providing single asset liquidity at a single tick (price point) on UniV3 you can effectively recreate the limit order experience and earn fees.&#x20;

**Value Add:** Aperture has created an easy and intuitive interface to place limit orders on UniV3. For many users this process is difficult to replicate manually because asset prices can swing back and forth across a particular tick before one has the chance to manually close the position. Aperture automatically closes the position once your starting asset has been 100% converted to your desired asset. Users will earn a minimum 0.3% in fee revenue in addition to zero slippage.&#x20;


---

# 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.aperture.finance/docs/liquidity-intents/revenue-earning-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.
