> For the complete documentation index, see [llms.txt](https://sonic-ai-works.gitbook.io/sonic-networks-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sonic-ai-works.gitbook.io/sonic-networks-docs/changelog/2026-09-02-architecture-v2.1-operational-correctness.md).

# 2026-09-02 — Architecture v2.1 operational correctness

This release converts SONIC's product architecture into explicit operational contracts for ownership, state transitions, commercial history, settlement and events.

## Runtime changes

* Added bounded-context and authoritative-state contracts; `SonicProject` remains the creative aggregate without owning commerce, rewards, wallet or settlement state.
* Formalized Project, Release, Marketplace Order, Action/Blink and AI Generation state machines.
* Separated Activity, Credit, Financial, Reward and Entitlement ledgers.
* Added immutable Marketplace order snapshots, settlement-split snapshots and short-lived payment quotes.
* Added versioned rights policies, license offers, asset provenance and entitlement issuance after verified settlement.
* Added versioned policy references for rewards/scoring/eligibility and Marketplace commercial rules.
* Added Action Registry definitions and server-side preflight conditions.
* Expanded chain transaction state through submitted, processed, confirmed and finalized with workflow-specific settlement thresholds.
* Added transactional outbox and consumer inbox/deduplication contracts with versioned domain events.
* Added creator graph, Discovery, scoring explanation/caps/windows, attribution and separate product-vs-operational analytics.
* Added service-health and feature/deployment registries.
* Rebuilt the Studio home around creator goals and goal-aware quick actions; added a simplified mobile navigation shell.
* Simplified the public story to CREATE → BUILD → RELEASE → GROW → EARN → PARTICIPATE → CREATE AGAIN.

## Security/authority rule

Client state is never authoritative for money, rewards, permissions, balances, entitlements or settlement. Wallet signatures initiate actions; trusted reconciliation completes them.

## Documentation

Documentation and API Reference now describe the same bounded contexts, state machines, ledgers, rights/order/entitlement model, action preconditions and event guarantees shipped in source.


---

# 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://sonic-ai-works.gitbook.io/sonic-networks-docs/changelog/2026-09-02-architecture-v2.1-operational-correctness.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.
