# LP Staking

AIMEME sells 1% slippage into the LP prize pool.

Add the LP contract generated by the trading pair of AIMEME and USDT <https://bscscan.com/token/0x67c14aa65795abe83cbbf2ce7ac19e973be8055a>

{% hint style="info" %}
LP pledge logic:
{% endhint %}

The user pledges LP to the contract and sets the minimum pledge value, which defaults to 100 (can be modified).

The lottery is drawn every 6 hours (the same as the current lottery drawing time). Users can continue to participate in the next round of staking with the pledged amount without redemption (this is different from the current AIMEME pledge redemption method. As long as the user does not redeem, the pledged amount will be The draw will be based on the amount. As long as the address remains pledged, it will be drawn automatically every 6 hours).

The winning address for each lottery is 3 (can be modified).

The proportion of LP pledged by the winning 3 addresses to the entire LP pledged is multiplied by the AIMEME of the LP prize pool multiplied by the proportion of pledged by the 3 addresses.&#x20;

For example, if 3 people win the prize, the current LP pledge pool has 1 million AIMEME and 100,000 LP.&#x20;

* &#x20;A pledged 10,000 LP
* B pledged 20,000 LP
* C pledged 30,000 LP

When the time comes, the lottery will be drawn. A+B+C have pledged a total of 60,000 LP, accounting for 60% of the total LP pledge. Then 60% (600,000) of the 1 million AIMEME in the LP pledge pool need to be distributed to three users ABC in proportion. The remaining 40% (400,000) remain in the pledge pool.&#x20;

* A gets: 600,000*1/6=100,000 AIMEME*&#x20;
* *B gets: 600,000*2/6=200,000 AIMEME&#x20;
* C obtains: 600,000\*3/6=300,000 AIMEME


---

# 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://aimeme.gitbook.io/aimeme/lp-staking.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.
