# LP Staking

###

{% hint style="info" %}
[Learn About DeFi Land LP Staking!](https://defiland.medium.com/introducing-defi-land-lp-staking-151891e48d47)
{% endhint %}

### Definition

&#x20;An incentive provided by projects to lock LP tokens in a smart contract in exchange for additional rewards on top of the exchange fees distributed to liquidity providers. LP staking represents a commitment to maintaining your contribution to a liquidity pool.

### All you need to know

&#x20;You join a liquidity pool for a token pair and receive LP tokens as your receipt. This earns you a share of fees from the liquidity pool. If a project also has LP staking, you can stake your LP tokens on their website for additional rewards.&#x20;

Liquidity is essential for any asset to achieve price stability and cryptocurrencies are no exception. A token achieves sufficient liquidity on popular decentralized exchanges, such as Raydium and Uniswap, by having large liquidity pools for their token swaps. The exchange itself incentives users to contribute to liquidity pools by distributing fees fairly among liquidity providers. However, a project or exchange can further incentivize users to participate in liquidity pools by offering rewards for staking their LP tokens. Becoming an LP staker for your favorite project can be quite simple:

1. First, you must contribute liquidity to the appropriate liquidity pool. For example, to join the DeFi Land liquidity pool, you will need to contribute to the DFL-USDC liquidity pool on Raydium. You must contribute equal values of each token to the liquidity pool. You receive LP tokens in return, which are your “receipt” for being a liquidity provider.&#x20;
2. Then you can go to the project’s staking user interface, and stake your LP tokens to gain additional rewards.&#x20;

Staking your LP tokens can be thought of as a second layer of commitment to maintain your liquidity in the liquidity pool. LP staking rewards are often funded by fixed emissions from the project. Just like single-sided staking, is common for projects to pay for rewards using fixed emissions (unlocking token supply to distribute among users) or income from the project.&#x20;

\ <br>


---

# 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.defiland.app/education/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.
