> For the complete documentation index, see [llms.txt](https://docs.houstonswap.io/houstonswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.houstonswap.io/houstonswap/litepaper/liquidity-rewarder.md).

# Liquidity Rewarder

When a project wants to list its token on a DEX, it hopes to build a thick liquidity. One of the ways to do that is to negotiate with the DEX to provide yield farming reward to the liquidity providers. The decision of whether to provide yield farming reward to a token pair lies either within the DEX's management team, or with its community's governance votes.

DEXs cannot indiscriminately supports all token pairs because they are giving away their own DEX tokens as farming rewards, as this could lead to excessive devaluation of their tokens. Even if a pair of tokens is listed on a DEX, the yield farming APR may still be unattractive. Projects have no say in how a DEX allocates its reward resources, and they are especially disadvantaged if existing farms already consume most of the DEX's resources.&#x20;

Additionally, it is the market norm for projects to exchange their own tokens for DEXs to provide farming rewards (at a market rate of 1:1 or 1:0.8). This exchange of tokens is repeated every month or two, as long as the farm is active. All of the above procedures require manual operations and heavy communications, slowing the further development of the DeFi landscape.&#x20;

HoustonSwap introduces a complete new way of yield allocation:

1. Projects can apply to be the Reward Manager of their own tokens' farms.
2. Projects can choose to offer farm-yields with any token, e.g. project tokens, DEX tokens, stablecoin, partner tokens, chain's native tokens, etc.
3. Projects can reward users with one or more tokens.
4. Projects can choose the end time of their fams.
5. Projects can increase yields anytime.
6. Furthermore, because of the concentrated liquidity market maker algorithm, HoustonSwap allows project owners to set **BONUS REWARDS** for **SPECIFIC PRICE RANGES**. This is useful when project owners wish to thicken the liquidity at a certain price range, so as to stablize the price of the project token.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.houstonswap.io/houstonswap/litepaper/liquidity-rewarder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
