> For the complete documentation index, see [llms.txt](https://docs.nerve-protocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nerve-protocol.com/product/pricing.md).

# Access Tiers

Nerve Protocol is in public beta. All tiers are available without charge during the early access period. When billing activates, founding-wave operators receive guaranteed legacy pricing.

## Billing Modes

* **Monthly:** No long-term commitment. Usage scales with your mission volume.
* **Yearly (20% off):** Reduced rate for operators with sustained workloads.
* **Founding Wave:** Early access operators pay nothing during the beta period and lock in pre-launch pricing when billing goes live.

## Starter — Free / month

For developers and individuals evaluating secure enclave workflows.

* Deploy private sessions with Nerve AI inside secure enclaves.
* 5 GB encrypted storage anchored to your private keys.
* Enclave isolation and zero-trust verification.
* Access to standard pre-configured agents.
* Up to three secure enterprise integrations.
* Standard analytics dashboard.
* Priority email support.

## Professional — TBD / month (Coming Soon)

For growing teams requiring robust enclave deployments.

* Custom enclave-tuned AI agent profiles.
* 50 GB secure data storage with dedicated decryption keys.
* Attested hardware execution environments with verification proofs.
* Full-scale automated agent orchestration.
* Up to 15 encrypted system integrations.
* 24/7 priority support.
* Real-time zero-knowledge analytics dashboards.
* Cryptographic proofs of data integrity and lineage.
* Secure data compliance and isolation tools.

## Team — TBD / month (Coming Soon)

For enterprise organizations requiring maximum scale, compliance, and dedicated enclaves.

* Multi-user administrative dashboard (includes 10 seats).
* Collaborative agent blueprints customized per department.
* 200 GB shared encrypted storage vault.
* Dedicated enclave clusters with certified, auditable hardware attestations.
* Cross-team agent coordination and custom workflows.
* Unlimited hardened system integrations.
* Enterprise SLA and dedicated technical account management.
* Granular cryptographic audit trails.
* Custom compliance policy and data residency options.
* Full API access for custom private cloud deployments.

## Roadmap Alignment

* Phase One sealed the enclave-first architecture and launched the beta console.
* Phase Two (current) releases the command dashboard, mobile companions, and multi-agent assistants.
* Phase Three (upcoming) expands into the Nerve Sovereign Cloud with global enclaves and predictive intelligence you still own.

To generate a cost estimate for internal approval, export a zero-knowledge quote directly from the Console. The quote contains pricing figures only — no mission content, integration configuration, or operator identity is included in the export.


---

# 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.nerve-protocol.com/product/pricing.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.
