> 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.md).

# Products

- [XDC Liquid Staking](https://docs.primestaking.xyz/products/xdc-liquid-staking.md)
- [V3 Architecture](https://docs.primestaking.xyz/products/xdc-liquid-staking/v3-architecture.md)
- [V2 vs V3 — What Changed](https://docs.primestaking.xyz/products/xdc-liquid-staking/v2-vs-v3.md)
- [How Rewards Work (NAV / share price)](https://docs.primestaking.xyz/products/xdc-liquid-staking/xdc-staking-rewards.md)
- [Staking Guide](https://docs.primestaking.xyz/products/xdc-liquid-staking/staking-guide.md)
- [How to Stake XDC](https://docs.primestaking.xyz/products/xdc-liquid-staking/staking-guide/how-to-stake-usdxdc.md)
- [Withdrawals: Instant vs Queued](https://docs.primestaking.xyz/products/xdc-liquid-staking/staking-guide/withdrawals-instant-vs-queued.md)
- [Request Withdrawal (walkthrough)](https://docs.primestaking.xyz/products/xdc-liquid-staking/staking-guide/request-withdrawal.md)
- [Migrate V2 psXDC → V3](https://docs.primestaking.xyz/products/xdc-liquid-staking/staking-guide/migration.md)
- [Position & Rewards History](https://docs.primestaking.xyz/products/xdc-liquid-staking/staking-guide/rewards-history.md)
- [Understanding Share Price](https://docs.primestaking.xyz/products/xdc-liquid-staking/staking-guide/how-to-claim-rewards.md)
- [Smart Contract Reference (V3)](https://docs.primestaking.xyz/products/xdc-liquid-staking/smart-contract-functions.md)
- [XDC NFTs](https://docs.primestaking.xyz/products/xdc-staking-nfts.md)
- [Staking Mechanics (V3)](https://docs.primestaking.xyz/products/xdc-staking-nfts/xdc-staking-nfts-mechanics.md)
- [Reward Model: Base NAV + Boost](https://docs.primestaking.xyz/products/xdc-staking-nfts/xdc-nft-staking-reward-system.md)
- [Migrate XDC NFTs to V3](https://docs.primestaking.xyz/products/xdc-staking-nfts/migrate-nfts-v2-to-v3.md)
- [Locked NFTs & Legacy Diamond Bypass](https://docs.primestaking.xyz/products/xdc-staking-nfts/locked-nft-migration.md)
- [Boost Harvester (technical)](https://docs.primestaking.xyz/products/xdc-staking-nfts/boost-harvester.md)
- [How to Buy an XDC NFT](https://docs.primestaking.xyz/products/xdc-staking-nfts/how-to-buy-a-xdc-nft.md)
- [Trading XDC NFTs](https://docs.primestaking.xyz/products/xdc-staking-nfts/trading-xdc-staking-nfts.md)
- [Smart Contract Reference (V3)](https://docs.primestaking.xyz/products/xdc-staking-nfts/smart-contract-functions.md)
- [Deployed Contracts & Addresses](https://docs.primestaking.xyz/products/contract-addresses.md): Canonical address book for PrimeStaking V3 — psXDC vault, migration bridge, XDC NFT v3 stack, and legacy contracts kept available for users who have not yet migrated.
- [DEX Liquidity](https://docs.primestaking.xyz/products/dex-liquidity.md)
- [FAQs](https://docs.primestaking.xyz/products/faqs.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.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.
