> 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/for-partners/institutional.md).

# Institutional Overview

PrimeStaking is more than a retail staking app, it is **staking infrastructure for the XDC Network**, designed to serve exchanges, custodians, and institutional partners at scale.

Built in collaboration with **Nethermind** and the **XDC Core team**, PrimeStaking provides production-grade liquid staking infrastructure with no principal-stake slashing, audited smart contracts, and non-custodial architecture.

***

## What We Offer

PrimeStaking provides turnkey XDC staking infrastructure that exchanges and institutions can integrate or white-label. Our stack handles:

* **Validator operations** - masternode management, uptime, performance monitoring, on-chain delegation
* **Liquid staking contracts** - the non-upgradeable, ERC-4626 [`PrimeStakedXDC_V3`](/products/contract-addresses.md) vault for minting and redeeming psXDC shares
* **NAV-based reward accrual** - reward XDC flows back into the vault, share price rises automatically; no manual reward distribution path
* **Self-service withdrawals** - instant when the buffer permits, otherwise a permissionless FIFO queue with `claimQueuedAssets` self-claim
* **V2 → V3 migration** - dedicated bridge with slippage protection for any psXDC v2 balance partners may already hold
* **Reporting** - on-chain settlement data and portfolio-level analytics via the [`staking-v3-indexer`](https://github.com/PrimeNumbersLabs/staking-v3-indexer) and [`xdc-nft-v3-indexer`](https://github.com/PrimeNumbersLabs/xdc-nft-v3-indexer)

***

## Why PrimeStaking

| Advantage                       | Detail                                                                                                                                          |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| **Non-custodial**               | Users retain full ownership of assets at all times                                                                                              |
| **Audited by QuillAudits**      | XDC Staking Contract, 98.8% — [Published](https://docs.primestaking.xyz/security/audits-1)                                                      |
| **Audited by Nethermind**       | Security audit of custody contracts conducted by Nethermind Security, trusted auditing partner for Lido, EtherFi, Optimism, and Worldcoin       |
| **No principal-stake slashing** | XDC's slashing penalizes downtime via temporary exclusion (\~2h) and missed rewards; staked capital is never burned - unlike ETH liquid staking |
| **Permissionless custody**      | Smart contract-based validator key management - no human custody                                                                                |
| **Battle-tested**               | Live since 2024, grown to $6M+ TVL                                                                                                              |
| **XDC-native**                  | Purpose-built for the XDC Network ecosystem                                                                                                     |

***

## Why XDC Network

| Property                      | Detail                                                                                                                                                                                                |
| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Consensus**                 | XDPoS (Delegated Proof of Stake) with masternode validators                                                                                                                                           |
| **No stake-burning slashing** | XDC slashing excludes underperforming masternodes from block production for \~2h and forfeits their rewards, but never burns principal — stakers face no risk of capital loss from validator behavior |
| **Fast finality**             | 2-second target block time (real-world average \~2.33s) with near-instant transaction confirmation                                                                                                    |
| **Low fees**                  | Negligible gas costs compared to Ethereum and most L2s                                                                                                                                                |
| **Enterprise adoption**       | XDC Network is used for trade finance, tokenized assets, and institutional applications                                                                                                               |
| **Growing ecosystem**         | Active DeFi protocols, NFT marketplaces, and developer tooling                                                                                                                                        |

For partners evaluating which networks to support, XDC offers a unique combination of institutional-grade infrastructure, no principal-stake slashing, and growing adoption.

***

## Why Institutions Prefer Delegated Infrastructure

### Why Institutions Choose PrimeStaking

Running an independent XDC validator requires:

* 10,000,000 XDC locked per validator
* 24/7 infrastructure monitoring
* Validator maintenance and upgrades
* Security and key management
* Internal operational risk controls

PrimeStaking abstracts this complexity into a managed institutional staking layer, allowing partners to access XDC staking rewards without operating validator infrastructure internally.

This enables faster deployment, lower operational overhead, and scalable staking infrastructure for exchanges and institutional partners.

***

## Integration Models

PrimeStaking offers two integration paths for exchanges and institutional partners:

### Model A - White Label

Your brand, our infrastructure. Operate XDC staking under your own brand using PrimeStaking's architecture.

→ [White Label Details](/for-partners/integration-models.md#model-a--white-label)

### Model B - Powered by Prime

Integrate PrimeStaking with visible co-branding. Lower integration effort, same underlying infrastructure.

→ [Powered by Prime Details](/for-partners/integration-models.md#model-b--powered-by-prime)

***

## Documentation Map

| Section                                                           | What It Covers                                                          |
| ----------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [Architecture Overview](/for-partners/architecture.md)            | System design, V3 contract topology, validator infrastructure           |
| [Custody Model](/for-partners/custody-model.md)                   | Permissionless smart contract-based key management                      |
| [Integration Models](/for-partners/integration-models.md)         | White Label vs. Powered by Prime - scope, requirements                  |
| [Revenue Model](/for-partners/revenue-model.md)                   | Revenue generation, partner sharing, settlement                         |
| [Reward Mechanics](/for-partners/reward-mechanics.md)             | NAV-based reward accrual; NFT boost stream                              |
| [Liquidity Model](/for-partners/liquidity-model.md)               | psXDC share semantics, buffer / queue redemption, DEX vs protocol price |
| [Governance](/for-partners/governance.md)                         | Role separation, delayed governance, what is upgradeable vs immutable   |
| [Risk & Compliance](/for-partners/risk-and-compliance.md)         | Risk framework, audit history, regulatory posture                       |
| [SLA & Support](/for-partners/sla-and-support.md)                 | Uptime commitments, incident response, partner support                  |
| [Deployed Contracts & Addresses](/products/contract-addresses.md) | Canonical address book for V3 and legacy V2 contracts                   |

***

## Get in Touch

For integration inquiries, partnership proposals, or technical due diligence:

* **Email:** <admin@primenumbers.xyz>
* **Website:** [primestaking.xyz](https://primestaking.xyz)


---

# 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:

```
GET https://docs.primestaking.xyz/for-partners/institutional.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.
