> 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/documentation/sonic-tokenomics/sonic-token-reference.md).

# SONIC Token Reference

Compact canonical SONIC Token-2022 identity, fixed genesis supply, 9-decimal accounting, public assets, fee-domain separation and production-verification reference.

Compact implementation reference. Production identity requires verified finalized Solana state and a signed activation release.

{% hint style="warning" %}
The production SONIC mint remains **TBA**. Symbol, artwork, metadata and configuration do not constitute deployment proof.
{% endhint %}

## Identity reference

| Field                          | Value                             |
| ------------------------------ | --------------------------------- |
| Token                          | **SONIC**                         |
| Network                        | **Solana mainnet-beta**           |
| Standard                       | **Token-2022**                    |
| Fixed genesis supply           | **18,446,000,000 SONIC**          |
| Decimals                       | **9**                             |
| Atomic genesis supply          | **18,446,000,000,000,000,000**    |
| Production mint address        | **TBA**                           |
| Token-2022 transfer fee        | **Disabled / 0%**                 |
| Mint authority after genesis   | **None / permanently revoked**    |
| Freeze authority after genesis | **None / permanently revoked**    |
| Brandmark                      | **Refined Wave Pillars**          |
| Public asset repository        | `sonicaiworks/sonic-token-assets` |

## Trusted production identity

```
Solana mainnet-beta
+ Token-2022
+ verified production mint
+ verified 9 decimals
+ exact genesis supply
+ mint authority = None
+ freeze authority = None
+ approved extension fingerprint
+ canonical metadata + asset hashes
+ signed activation release
= trusted SONIC token identity
```

## Fee rule

Ordinary wallet-to-wallet SONIC transfers carry **no SONIC protocol transfer tax**. Product/service fees are domain-specific. SONIC Swap's canonical service fee is **2% plus the actual Solana network fee**; it is not a Token-2022 transfer fee.

## Public assets

```
public/images/sonic-token.png
public/images/sonic-token.webp
public/assets/vector/sonic-brandmark-burgundy.svg
public/assets/vector/sonic-logo-horizontal.svg
public/assets/vector/sonic-token-flat.svg
public/assets/vector/sonic-app-icon.svg
public/assets/vector/sonic-favicon.svg
public/manifest.json
metadata/metadata.json
```

## Rewards lifecycle

Rewards are funded from allocated treasury/reward pools rather than newly minted inflationary supply.

```
ESTIMATED → ELIGIBLE → RESERVED → CLAIMABLE → SUBMITTED → CONFIRMED → SETTLED → RECONCILED
```

## Application rule

Wallet, Marketplace, Swap, Rewards, checkout and machine-payment surfaces consume a server-approved cluster-qualified token registry projection. Do not hard-code a production mint before deployment verification, and do not fall back from mainnet SONIC to tSONIC or another asset.


---

# 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/documentation/sonic-tokenomics/sonic-token-reference.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.
