# LP token staking

{% hint style="info" %}
**Please have a look here for detailed information:** [Technical whitepaper](https://drive.google.com/file/d/1w5FvSkhnWyHkHy7bvfz1IRrfpV247tkw/view)
{% endhint %}

The LP token staking system is a dynamic, multi-reward system designed to incentivize users to provide liquidity and earn additional rewards. Here’s how it works:<br>

## Basic Liquidity mining

* Users who provide liquidity to liquidity pools receive LP tokens as a receipt that represent their share of the pool.
* These LP tokens can be staked at stabble to earn STB rewards.

## **Dynamic emission rates**

* The STB rewards are distributed across all liquidity pools based on the total amount of LP tokens staked and the weight assigned to each pool.
* The reward for each staker is calculated as:
* There are no fixed emissions per liquidity pool. Instead, the STB rewards are distributed dynamically based on the total weights of all pools.

## **Governance-managed emission weights**

* The weights assigned to each liquidity pool are managed dynamically by the stabble team. The weights determine the share of STB rewards a pool receives.
* In the future, these weights will be managed through a governance system, allowing the community to influence the reward distribution.

## **Multi-reward capability**

* The system allows for offering additional rewards on top of the STB rewards.
* Further, stakers can potentially earn double rewards if other reward tokens are configured for a specific liquidity pool.


---

# 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://docs.stabble.org/the-protocol/lp-token-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.
