> For the complete documentation index, see [llms.txt](https://stader.gitbook.io/stader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stader.gitbook.io/stader/polygon/unstake/unstaking-guide.md).

# Unstaking guide

The Stader-Polygon staking dApp provides a user-friendly interface, allowing MaticX holders to easily unstake their POL with Stader. Please note that during unstaking, you will receive tokens only in POL, regardless of whether they initially staked MATIC or POL.

### **How to Unstake POL?**

**Step 1:** Go to <https://www.staderlabs.com/polygon/stake/> and click on the “**Connect Wallet**” button.

**Step 2:** Thoroughly read the [Terms of Service](https://staderlabs.com/terms-of-service), then select your wallet from the available options. Please note that by connecting a wallet, you agree to Stader’s [Terms of Service](https://staderlabs.com/terms-of-service)

**Step 3:** Approve or confirm the connection request in your wallet to connect with the Stader dApp. Once the wallet is successfully connected, your wallet address will be visible in the top right corner of the dApp.&#x20;

**Step 4:** Click on the Unstake tab and your MaticX balance will be displayed above the input box as "My MaticX"

**Step 5:** To start the unstaking process, first, provide token limit approval for MaticX by clicking the "Approve MaticX" button. If you have already provided token limit approval for MaticX, you can skip Steps 5 and 6.

**Step 6:** A prompt will appear in your wallet to grant Stader access to your MaticX. Enter the token limit and click "Confirm" or "Approve" to provide access. Once the token limit is successfully set, you can proceed with unstaking MaticX.

**Step 7:** Enter the amount of MaticX you wish to unstake. After entering the unstake amount, review the amount of POL you will receive upon unstaking. Once you are certain, click the **“Unstake MaticX”** button.

**Step 8:** Sign the transaction in your wallet, and that’s it! Once the transaction is successful, you will see the unstake confirmation screen.

**Step 9:** The amount of MaticX you unstake will be deducted from your total MaticX balance. However, the unstaked POL will not be immediately added to your wallet, as there is an unbonding period of 3–4 days (80-90 Checkpoints).  You can track the status of your unstaked POL under the "Withdraw" tab.


---

# 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://stader.gitbook.io/stader/polygon/unstake/unstaking-guide.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.
