# Staking LP tokens into the gauge

To be able to earn weekly VOLT emissions, users will have to stake the LP tokens they received after adding liquidity.

**IMPORTANT – Lockers can attach a veVOLT NFT to gauges to receive a boosted reward rate on deployed liquidity.**&#x20;

Attaching a NFT to a gauge will provide a reward boost on deposits in the corresponding liquidity pool.&#x20;

The reward boost is subject to a variable rate that depends on several factors including;

* Current price of tokens,&#x20;
* Token boosted APR,&#x20;
* VOLT locked in your veVOLT,&#x20;
* % of TVL using veVOLT, and&#x20;
* Total gauge TVL.

When a user stakes LP tokens for the first time, the user has to undergo **2 approvals**;&#x20;

1. Approve spend of LP Token by Voltswap smart contract&#x20;
2. Stake LP tokens in the gauge to earn weekly VOLT emissions


---

# 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.voltswap.finance/voltswap/staking-lp-tokens-into-the-gauge.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.
