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

# SONIC Network

SONIC Network — next-generation creator platform for AI creation, music, video, Characters, Agents, commerce, developer APIs and optional Solana-backed ownership.

**Create · Own · Publish**

SONIC Network is a next-generation creator platform for creating, publishing, tokenizing, owning and monetizing digital content. It brings AI creation, music and video workflows, persistent Characters and Agents, Marketplace and Storefront commerce, developer APIs, identity/security, and optional Solana-backed ownership into one platform.

{% hint style="info" %}
**Version `1.0.0` · Active development.** Product, provider and protocol capabilities should be read with their documented status. Source code or configured integrations do not by themselves prove production availability.
{% endhint %}

## Explore SONIC

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-layer-group">:layer-group:</i></td><td><strong>Platform</strong></td><td>Identity, projects, assets, dashboard, access, billing and product architecture.</td><td><a href="https://sonic-ai-works.gitbook.io/sonic-networks-docs/documentation/welcome">https://sonic-ai-works.gitbook.io/sonic-networks-docs/documentation/welcome</a></td></tr><tr><td><i class="fa-wand-magic-sparkles">:wand-magic-sparkles:</i></td><td><strong>Create</strong></td><td>AI Studio, Sound Engine, music, video, Characters, Agents and creator workflows.</td><td><a href="https://sonic-ai-works.gitbook.io/sonic-networks-docs/documentation/application-and-website/studio-dashboard-and-ai-music-generator">https://sonic-ai-works.gitbook.io/sonic-networks-docs/documentation/application-and-website/studio-dashboard-and-ai-music-generator</a></td></tr><tr><td><i class="fa-code">:code:</i></td><td><strong>Build</strong></td><td>Developer architecture, APIs, SDKs, webhooks, integrations and operations.</td><td><a href="https://sonic-ai-works.gitbook.io/sonic-networks-docs/documentation/developers">https://sonic-ai-works.gitbook.io/sonic-networks-docs/documentation/developers</a></td></tr><tr><td><i class="fa-cubes">:cubes:</i></td><td><strong>Protocol</strong></td><td>Solana programs, transactions, token policy, deployment verification and reconciliation.</td><td><a href="https://sonic-ai-works.gitbook.io/sonic-networks-docs/documentation/developers/programs">https://sonic-ai-works.gitbook.io/sonic-networks-docs/documentation/developers/programs</a></td></tr></tbody></table>

## Creator platform

SONIC is organized around a reusable creator loop:

```
IDEA
→ AI / SOUND / CHARACTER
→ PROJECT + ASSETS
→ MUSIC / VIDEO
→ PUBLISH
→ MARKETPLACE / STOREFRONT
→ OPTIONAL TOKENIZATION
→ PAYMENT / REWARD
→ ANALYTICS
→ CREATE AGAIN
```

### AI, Sound and Music

The Sound Engine normalizes transcription, stem separation, remixing, mastering, analysis, voice workflows and provider-backed music generation behind durable SONIC jobs. Suno integration sits behind that orchestration boundary rather than becoming the application state model.

### Characters and Agents

Creators can build persistent Characters with appearance, voice, personality, knowledge, capabilities and memory, and can create versioned Agents such as **BEATZ**, **LYRA**, **VIZI** and **ARIA** with scoped skills and tools.

### Commerce and ownership

Marketplace, Storefront, checkout, royalties, rewards and optional tokenization remain distinct domains. Financial and on-chain operations require explicit intent, verification, settlement and reconciliation.

## Documentation map

* **Documentation** — platform concepts, creator workflows, architecture and product rules.
* **API Reference** — endpoint and schema contracts.
* **Changelog** — historical updates.
* **Help Center** — user-facing support.
* **Whitepaper** — long-form SONIC Network thesis and system model.

## Source-of-truth rules

* Economic allocation is maintained in the canonical **Tokenomics** section, not duplicated across product pages.
* Program source/configuration is not deployment proof.
* Wallet connection is not authentication or unrestricted authorization.
* AI Credits and blockchain assets remain separate accounting domains.
* Public production claims require verified sources.

<a href="https://sonic-ai-works.gitbook.io/sonic-networks-docs/documentation/welcome" class="button primary">Open Documentation</a>

<a href="https://sonic-ai-works.gitbook.io/sonic-networks-docs/api-reference" class="button secondary">API Reference</a>


---

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