# LiquidityPositionStaker

#### Roles

Incentive Creator:

* Provides reward tokens to incentivize user liquidity. Incentives define:
  * Start and End: Users cannot stake outside of this period.
  * Reward: The theoretical max reward, calculated based on incentive parameters and staked liquidity.
  * Pool: Each program incentivizes liquidity within a single pool.
* Remaining rewards are refunded to the incentive creator after the program ends.
* Incentives may include lockups, which involve:
  * Duration: The period after unstaking before liquidity can be withdrawn.
  * Multiplier: Higher multipliers reward longer-term liquidity providers. Multipliers must ascend in value, with the highest set to 1e18 (100%).

User:

* Owns liquidity position NFTs, which can be staked to earn rewards. Staking locks the liquidity until the lock period expires.

Owner:

* The LiquidityPositionStaker has no privileged roles or upgradeability.

#### Interactions

* Integrated with the Harvester, allowing tokens to be auto-compounded and/or harvested without unlocking them from the staker.
* Interacts with the NonfungiblePositionManager and pools for core functionality.


---

# 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://neby.gitbook.io/neby-documentation/ecosystem/liquiditypositionstaker.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.
