> 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/sla-and-support.md).

# SLA & Support

PrimeStaking provides differentiated support and uptime commitments based on the partner's integration model.

***

## Uptime SLA

| Component                       | Target | Measurement                                             |
| ------------------------------- | ------ | ------------------------------------------------------- |
| **Smart contracts**             | 99.9%  | On-chain availability (dependent on XDC Network uptime) |
| **Validator operations**        | 99.5%  | Validator uptime and reward generation                  |
| **API / SDK**                   | 99.5%  | Availability of off-chain integration endpoints         |
| **Frontend (Powered by Prime)** | 99.0%  | Widget / embedded UI availability                       |

Uptime is measured monthly. Downtime due to XDC Network-level issues is excluded from SLA calculations.

***

## Incident Response

| Severity                                        | Response Time | Resolution Target             |
| ----------------------------------------------- | ------------- | ----------------------------- |
| **Critical** (fund loss risk, contract exploit) | < 1 hour      | Pause + patch within 24 hours |
| **High** (degraded service, delayed rewards)    | < 4 hours     | Resolution within 48 hours    |
| **Medium** (non-critical bug, UI issue)         | < 24 hours    | Resolution within 72 hours    |
| **Low** (cosmetic, documentation)               | < 48 hours    | Next scheduled release        |

***

## Support Tiers

### White Label Partners (Model A)

| Feature                           | Included                          |
| --------------------------------- | --------------------------------- |
| **Dedicated partner manager**     | Yes                               |
| **Technical integration support** | Yes (during onboarding + ongoing) |
| **Priority incident response**    | Yes                               |
| **Custom SLA negotiation**        | Available                         |
| **Monthly performance review**    | Yes                               |
| **Slack / Telegram channel**      | Dedicated private channel         |

### Powered by Prime Partners (Model B)

| Feature                        | Included                   |
| ------------------------------ | -------------------------- |
| **Integration support**        | Yes (during onboarding)    |
| **Standard incident response** | Yes                        |
| **Email support**              | Yes                        |
| **Monthly reporting**          | Standard automated reports |

***

## Monitoring & Reporting

| Capability                     | Description                                                   |
| ------------------------------ | ------------------------------------------------------------- |
| **On-chain monitoring**        | Real-time tracking of staking, rewards, and withdrawal events |
| **Validator health dashboard** | Uptime, reward rate, and performance metrics                  |
| **Monthly settlement reports** | TVL, rewards generated, fees, revenue share                   |
| **Incident post-mortems**      | Published within 7 days of any critical incident              |

***

## Upgrade Policy

* The **psXDC v3 vault is non-upgradeable** — its logic can never be modified. The same holds for the V3 migration bridge, NFT collection, NFT migrator, and boost harvester. Any change to these contracts requires deploying new ones and migrating.
* Only the **`XdcNftStakingVault`** is upgradeable (TransparentUpgradeableProxy controlled by the protocol multisig, with ERC-7201 namespaced storage). Implementation changes go through **multisig governance + delayed handover**.
* Parameter changes on the psXDC v3 vault (loss caps, role rotations, governance delay) follow the on-chain **delayed governance** pattern: schedule → wait `governanceDelay` → execute. Partners can monitor pending changes via on-chain events.
* Partners are notified **at least 7 days** before any material NFT vault upgrade or psXDC governance change.
* Emergency pauses (vault, migrator, harvester) are immediate and require multisig approval. Resuming requires a separate multisig `unpause` call.
* Upgrade history and changelogs are published in documentation.

***

## Contact

For support inquiries:

* **Email:** <admin@primenumbers.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/sla-and-support.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.
