> 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/changelog.md).

# Changelog

All notable changes to the Decentral network, API, and on-chain programs are documented here.

The versioning convention is `YYYY-MM-DD` for network-level changes, and semantic versioning (`vMAJOR.MINOR.PATCH`) for the API and SDK.

***

## 2026-06-01: Open Beta Launch

**Network**

* Solana Mainnet deployment of all five on-chain programs: `job_escrow`, `worker_registry`, `settlement`, `staking`, `governance`
* Browser worker support via WebGPU and WebLLM
* Native worker support via `decentral-node` v0.1.0 (CUDA, Metal, ROCm)
* Four launch models: Llama 3.3 70B, DeepSeek R1, Qwen3 8B, Mistral 7B
* Proof-of-completion submission and verification live on Mainnet
* 60-second dispute window with multisig arbitration

**API v0.1**

* `POST /v1/chat/completions` with streaming (SSE)
* `GET /v1/models`
* `GET /v1/jobs/{job_id}`
* API key authentication
* `x-decentral-job-id` and `x-decentral-tx-signature` response headers

**Dashboard**

* Credit purchase via Solana Pay
* Model selection and chat interface
* Earn tab: browser worker onboarding, real-time earnings display
* Settings: API key management

**Token**

* $DECENTRAL token live on Solana Mainnet
* DEX liquidity seeded on Jupiter and Raydium
* Beta provider 2x $DECENTRAL multiplier active (90-day window)

***

## Upcoming

Changes scheduled for upcoming releases are tracked in the \[Beta roadmap]\(

\#roadmap).


---

# 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/changelog.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.
