# LP Staking

**LP Pancake Strategy**

In this instance the user deposits two assets into the Pancake Liquidity Pool (In order to provide a seamless experience, this can be done on the **TAROVERSE** platform), and will receive a Pancake LP token. The LP token can be deposited into LP Staking Pool for block by block rewards.

**Fees**

Your tokens can be withdrawn from the LP pool at anytime. To prevent bad actors from gaming the system, Crate contracts have a tiered withdrawal fee depending on how long liquidity has been provided for.

* No withdrawal allowed within 5 mins of staking.
* **8%** fee if a player withdraws under **1 hour.**
* **4%** fee if a player withdraws under **24 hours.**
* **2%** fee if a player withdraws under **3 days.**
* **1%** fee if a player withdraws under 1 **week.**
* **0.5%** fee if a player withdraws after **1 week but before 2 weeks.**
* **0.4%** fee if a player withdraws after **2 weeks but before 4 weeks.**
* **0.3%** fee if a player withdraws after **4 weeks but before 6 weeks.**
* **0.2%** fee if a player withdraws after **6 weeks but before 8 weeks.**
* **0.1%** fee if a player withdraws after **8 weeks but before 10 weeks.**
* **0.05%** fee if a player withdraws after **10 weeks but before 12 weeks.**
* **0.01%** fee if a player withdraws after **12 weeks.**

**Reward Strategy**

| Stage | Total TVL  (mil usd) | TARO Rewards (per day) |
| :---: | :------------------: | :--------------------: |
|   1   |         0-0.2        |         25,000         |
|   2   |        0.2-0.5       |         50,000         |
|   3   |         0.5-1        |         100,000        |
|   4   |         1-1.5        |         150,000        |
|   5   |         1.5-2        |         200,000        |
|   6   |          2-3         |         250,000        |
|   7   |          3-4         |         300,000        |
|   8   |          4-6         |         400,000        |


---

# 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://whitepaper-taroverse.gitbook.io/taro-wiki/defi/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.
