> For the complete documentation index, see [llms.txt](https://docs.sweepr.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sweepr.art/info/xsweepr/staking.md).

# Staking

**To mint xSWEEPR, users must follow the steps below:**&#x20;

1. Go to Uniswap, connect your wallet, and create a v2 liquidity position by depositing equal amounts of ETH and SWEEPR.&#x20;
2. Once you've provided liquidity and have received your SWEEPR/ETH Uni-V2 LP, navigate to [sweepr.art/stake](https://sweepr.art/stake) and deposit your LP token to receive xSWEEPR.&#x20;
3. Now that you have received xSWEEPR, you will gain immediate exposure to SWEEPR liquidity mining incentives and access to governance.&#x20;

**Alternatively, users can opt to use the ZAP ETH function and create an xSWEEPR position in fewer transactions, bypassing the need to interact with Uniswap frontend entirely. Simply select the ZAP ETH tab, choose your desired amount of ETH, and confirm the transaction. From here, simply deposit the newly created LP to immediately mint xSWEEPR and being receiving rewards and governance power.**&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sweepr.art/info/xsweepr/staking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
