# Beta Programme

FervusAI launches in open beta. Beta framing is intentional - this is infrastructure for technical builders. The product will evolve rapidly based on what developers actually build with it.

***

## What beta means

Open beta means:

* The API, SDK, and on-chain program are stable enough to build on.
* The product surface will expand based on developer feedback - expect new primitives, not breaking changes.
* FervusAI is in production on Solana Mainnet. USDC is real. Transactions are final.
* The team is reachable and actively responds to issues and feature requests.

It does not mean:

* Experimental or unstable core infrastructure. The wallet, policy, and payment primitives are production-grade.
* Reduced SLA expectations. Uptime targets apply from day one.

***

## Current constraints

These are deliberate scope decisions for beta, not permanent limitations:

| Constraint                 | Status                                                                                               |
| -------------------------- | ---------------------------------------------------------------------------------------------------- |
| **USDC only**              | No multi-token support. SOL-denominated wallets are not supported in v1.                             |
| **Solana only**            | No EVM chains. Solana Mainnet is the only supported network.                                         |
| **Fiat on-ramp**           | USD bank wire (via Circle) and direct USDC deposit. No card-to-USDC at beta.                         |
| **Policy creation**        | Policies are operator-defined via API or dashboard. AI-generated policies are not yet available.     |
| **A2A arbitration**        | FervusAI's program is the arbiter for disputed escrows. Decentralised arbitration is on the roadmap. |
| **A2A partial release**    | Escrow is all-or-nothing. Milestone-based partial releases are post-beta.                            |
| **Framework integrations** | ElizaOS and Coinbase AgentKit at launch. AutoGen, CrewAI, and others in the pipeline.                |

***

## Beta incentives

**First 500 organisations:** No platform fees during the beta period. You pay Solana network fees (\~$0.001 per transaction) but FervusAI's 0.1% platform fee is waived until general availability.

**Early access to A2A primitives:** Beta participants get early access to agent-to-agent escrow as it ships, before it is publicly documented.

**Direct access to the team:** Beta participants are invited to a private Discord where you can talk directly to the FervusAI team, report issues, and shape the roadmap.

***

## Roadmap

### Now (beta)

* Agent wallets (PDA-backed, non-custodial)
* Spending policies (on-chain enforcement)
* Standard USDC payments
* A2A escrow (trust-minimised)
* Operator dashboard
* TypeScript and Python SDKs
* ElizaOS and Coinbase AgentKit integrations
* Webhooks

### Next (post-beta, targeting Q1 2027)

* A2A escrow: decentralised arbitration layer
* A2A escrow: milestone-based partial release
* Multi-framework plugins: AutoGen, CrewAI, custom
* Enterprise tier: SLA, dedicated support, custom policy engine, private RPC
* Float yield: idle USDC deployed to on-chain yield with operator consent
* AI-generated policies: policy recommendations based on agent behaviour patterns
* Card-to-USDC on-ramp
* Hardware key support for operator co-signing (Ledger, YubiKey)

***

## Feedback and issues

Report bugs and feature requests via the private Discord or at **<support@fervus.ai>**.

For security vulnerabilities, use the responsible disclosure path: **<security@fervus.ai>**.

When reporting an issue, include the `request_id` from the API error response - it is the fastest way for the team to identify the exact request in the logs.

***

## Breaking changes policy

During beta, FervusAI commits to:

* No breaking changes to the `v1` API without a 30-day notice period.
* Additive changes (new fields, new endpoints, new event types) deployed without notice.
* On-chain program upgrades announced in the private Discord and documented in the [Changelog](https://docs.fervusai.com/resources/changelog) before deployment.

On general availability (GA), `v1` will be frozen. Breaking changes will ship as `v2` with a minimum 12-month `v1` deprecation window.


---

# Agent Instructions: 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.fervusai.com/resources/beta.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.
