> For the complete documentation index, see [llms.txt](https://docs.usedecentral.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usedecentral.org/more/beta.md).

# Beta

Decentral is in open beta. The network is live on Solana Mainnet. Earnings are real USDC. All job payments settle on-chain. No feature is simulated.

The beta label means some parts of the system are still maturing. This page is honest about what those parts are.

***

## What is working now

**Everything users need to get started:**

* Chat interface with streaming responses
* Credit purchase via USDC from any Solana wallet
* All launch models: Llama 3.3 70B, DeepSeek R1, Qwen3 8B, Mistral 7B
* Prompt encryption, zero log retention
* On-chain settlement for every job

**Everything providers need to start earning:**

* Browser worker (WebGPU, zero install)
* Native worker (`decentral-node` daemon)
* Real-time earnings dashboard backed by on-chain data
* USDC payouts after each completed job

**Developer access:**

* OpenAI-compatible REST API at `api.usedecentral.org/v1`
* Full documentation
* Webhook delivery for job events
* On-chain receipt for every API call

***

## Beta provider incentives

For the first 90 days of the open beta, all providers earn a **2x $DECENTRAL reward multiplier** on top of their normal USDC per-job earnings.

USDC job payouts are not affected by beta status. The multiplier applies only to $DECENTRAL rewards, which vest over 18 months from the date the jobs are completed.

To qualify, register your worker wallet through the Earn tab before the beta period closes.

***

## Known limitations

**Governance is not live yet.** The governance program is deployed but voting is not open. Model curation decisions are made by the Decentral team during beta. The first on-chain governance vote is scheduled for the Phase 2 rollout.

**Fiat on-ramp is Phase 2.** Beta requires USDC funded directly from a Solana wallet. Card-to-USDC-to-credits via MoonPay or similar is on the Phase 2 roadmap. If you do not have USDC on Solana, you can bridge from Ethereum via the Wormhole Portal or use a CEX withdrawal.

**Dispute resolution is multisig-arbitrated.** If you believe a worker submitted a fraudulent proof, open a dispute within 60 seconds of receiving the response. During beta, the Decentral multisig reviews and arbitrates disputes. On-chain DAO arbitration ships with the reputation system v2 in Q1 2027.

**Native worker multi-GPU support is pending.** The current `decentral-node` release uses a single GPU per node. Multi-GPU support, where one node can pool multiple cards for larger models, is on the Q1 2027 roadmap.

**The model list is curated by the team during beta.** Community model submissions open in Phase 2 alongside the governance program.

***

## Roadmap

**Q3 2026: Open Beta (current)**

* Solana Mainnet programs deployed and audited
* Chat, Earn, API, and Explorer live
* Browser and native workers
* $DECENTRAL token launch with DEX liquidity on Jupiter and Raydium
* First public buyback-and-burn event (end of week 4)

**Q4 2026: Developer Layer**

* @decentral/sdk v1 with React hooks and Python support
* Webhooks and on-chain event subscriptions
* Governance program open for voting (first ballot: model curation)
* Mobile Wallet Adapter integration
* Community model marketplace opens

**Q1 2027: Scale**

* Multi-GPU native worker support
* Reputation system v2 (fully on-chain, trustless verification)
* First DAO vote on protocol fee parameters
* Cross-chain credit bridge (Ethereum / Base)

**Q2 2027: Decentralization**

* Full DAO governance, team multisig dissolved
* ZK proof-of-inference pilot
* Decentral Grants Program ($5M in $DECENTRAL for teams building on the API)
* Enterprise API tier with dedicated worker pools and SLA

***

## Feedback and support

Report issues and bugs on [GitHub](https://github.com/usedecentralorg). Reach the team on [X @usedecentralorg](https://x.com/usedecentralorg) or by email at <contact@usedecentral.org>.

Provider and developer feedback is especially valuable at this stage. If something does not work as documented, file an issue.

***

{: .important } On-chain programs are audited before Mainnet deployment. If you discover a security vulnerability, report it to <security@usedecentral.org> before disclosing publicly. A bug bounty program is active for the duration of the beta.


---

# 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.usedecentral.org/more/beta.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.
