> For the complete documentation index, see [llms.txt](https://docs.primestaking.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primestaking.xyz/products/xdc-liquid-staking/staking-guide.md).

# Staking Guide

Step-by-step instructions for using XDC Liquid Staking V3 on [primestaking.xyz](https://primestaking.xyz).

| Guide                                                                                                         | What You'll Learn                                                                             |
| ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| [How to Stake XDC](/products/xdc-liquid-staking/staking-guide/how-to-stake-usdxdc.md)                         | Connect your wallet, deposit XDC, receive psXDC shares                                        |
| [Withdrawals: Instant vs Queued](/products/xdc-liquid-staking/staking-guide/withdrawals-instant-vs-queued.md) | When `redeem` is instant, when it goes through the FIFO queue, and how to `claimQueuedAssets` |
| [Request Withdrawal](/products/xdc-liquid-staking/staking-guide/request-withdrawal.md)                        | Step-by-step UX for burning psXDC shares back into XDC                                        |
| [Migrate V2 psXDC → V3](/products/xdc-liquid-staking/staking-guide/migration.md)                              | Move your V2 psXDC balance into V3 shares via the migration bridge                            |
| [Position & Rewards History](/products/xdc-liquid-staking/staking-guide/rewards-history.md)                   | Read your position, the share price timeline, and your stake/withdraw history                 |
| [Understanding Share Price](/products/xdc-liquid-staking/staking-guide/how-to-claim-rewards.md)               | Why there is no "Claim Rewards" button in V3 and how to read your accrued value               |

> Migrating from the legacy **pstXDC** token (not V2 psXDC)? That migration was completed years ago and is now archived under [Legacy (V2 — historical)](/legacy-v2-historical/pstxdc-migration.md).


---

# 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.primestaking.xyz/products/xdc-liquid-staking/staking-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.
