# Reward Mechanism for liquidity tap creators

In order to incentivize liquidity tap creators to provide platform users with better liquidity mining projects, TENET sets a reward factor X for liquidity creators. X is decided by Y, threshold number, and the number of added LP token addresses.At the beginning, X=0.2, Y=20, X and Y can be adjusted through community governance.

Assuming that the number of TEN one liquidity tap receives is B, the number of added LP token addresses is C, then the amount of TEN the liquidity tap creator can receive is:

#### **Function:**

\*If there is no receiver of TEN, TEN will not be mined.

\*If C surpasses 20, C is regarded as 20.


---

# 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://help.tenet.farm/tens-token-model/reward-mechanism-for-liquidity-tap-creators.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.
