> 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-full-platform-ai-+-web3-architecture.md).

# 2026-09-02 — Full Platform AI + Web3 architecture

SONIC AI Works now separates the public Web, authenticated Studio, native Expo Mobile, API/Workers, Sonic AI control plane, provider adapters, product domains, Web3/Solana infrastructure, commerce/rewards, events and ledgers.

## Sonic AI v1.0 Pro

* Added a central model registry and task/capability router.
* Added Vercel AI Gateway as the default cloud transport, direct-provider transport for configured server adapters, and Ollama/local Private mode.
* Added creator model modes: Auto, Pro, Fast, Efficient, Private.
* Prompt enhancement and AI Project Builder now call the central Sonic AI control plane.
* Added usage records and role-restricted model/routing admin APIs.

## Suno

Suno is now isolated behind a generic music-generation provider adapter. Provider task IDs remain correlation values; internal GenerationOperation identity, credit reservation, callback ordering and settlement remain SONIC-owned state.

## Web3 payments

* Added Solana Pay transfer URL + QR generation derived from an existing TransactionIntent.
* Added CCTP v2 transfer/attestation/destination/reconciliation state.
* Added x402 v2 payment requirements, facilitator verification and settlement.
* Added a feature-gated ZK verifier bound to tenant/user/TransactionIntent.
* Missing RPC balance data now remains unavailable/null instead of becoming a fabricated zero.

## Studio and docs

Studio navigation is now role-aware and grouped around Create, Grow, Commerce, Network, Account and Support, with admin model/fee surfaces. Documentation promotes Tokenomics before Reference and adds Full Platform, Sonic AI and Web3 Payment architecture pages.

Automatic commercial refunds remain disabled; exceptional corrections require explicit authorized ledger/reversal workflows. AI provider terminal failures release reserved credits.


---

# 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-full-platform-ai-+-web3-architecture.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.
