> 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-01-tokenized-ai-music-generator.md).

# 2026-09-01 — Tokenized AI music generator

This release adds the first SONIC-native token-funded generation and song-asset tokenization architecture while preserving the existing tenant-scoped operation model.

## Added

* structured Song Description fields for title, creative direction, story/theme, genre, mood, tags, language, vocal style, BPM, key and explicit/instrumental flags
* dual funding modes in AI Music Generator: **SONIC Credits** or **SONIC Token**
* authoritative tokenized-generation quote and transaction-intent endpoints
* verified-wallet requirement before token transaction intent creation
* separate wallet-signature submission and trusted reconciliation states
* direct token-funded generation only after a transaction intent is reconciled as `CONFIRMED`
* single-use consumption of a confirmed generation payment intent
* durable `SongAsset` records created only from completed internal operations and known generated tracks
* canonical song metadata plus SHA-256 metadata hash
* explicit song-tokenization transaction intents
* verified token mint recording only after trusted reconciliation
* shared `TokenizedMusicLogo` and `tokenized-ai-music.svg` assets across web, dashboard and docs
* per-track **Prepare Tokenized Song** actions in the generator

## Safety and economic-data rules

No token amount, mint, treasury or tokenization program ID is fabricated. Direct SONIC funding remains unavailable until factual deployment values are configured. A submitted Solana signature is not treated as a confirmed transaction. Provider task IDs remain secondary integration identifiers and never replace SONIC's internal generation-operation identity.

## Validation

* architecture tests: 25/25 passing
* TS/TSX syntax validation: 122 files, 0 syntax errors


---

# 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-01-tokenized-ai-music-generator.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.
