> For the complete documentation index, see [llms.txt](https://docs.liqfinity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liqfinity.com/features/provide-liquidity-and-earn/reward-distribution.md).

# Reward Distribution

**Liquidity Provider Rewards**\
Liqfinity uses a **proportional pool model** to distribute rewards to liquidity providers.

#### How It Works

* **Proportional Ownership:** Rewards are based on two factors:
  1. **Your Share of the Pool** – If the pool is $1,000,000 and you contribute $100,000, you own 10%.
  2. **Your Tier** – Higher referral tiers unlock a bigger portion of the pool’s hourly fee distribution, with only **Diamond-tier** users receiving the full 90%.
* **Fee Distribution:**
  * Up to **90% of all hourly base fees** are allocated to liquidity providers.
  * Any unallocated portion (when users are not Diamond-tier) is redirected into the **platform treasury** as a backup reserve.

**Example:**

* The platform generates $100,000 in hourly fees.
* A Diamond-tier user with 10% of the pool earns $9,000.
* A lower-tier user with the same 10% share would earn less, since only part of the 90% pool is unlocked for them. The unused portion is redirected to the treasury.

***

This ensures rewards are **fairly proportional to both contribution and tier**, while unused fees strengthen the platform’s long-term sustainability.


---

# 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:

```
GET https://docs.liqfinity.com/features/provide-liquidity-and-earn/reward-distribution.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.
