> 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/faq-and-support.md).

# FAQ & Support

Frequently asked questions about SONIC Network, AI Studio, wallets, Tokenomics, the planned Q4 2026 pre-sale, DEX liquidity, API access and support.

Quick answers for creators, developers and community members. Account-specific troubleshooting belongs in the [SONIC Help Center](https://sonic-ai-works.gitbook.io/sonic-networks-docs/help-center/).

## What is SONIC Network?

SONIC Network is a creator platform combining AI-assisted music/video creation, Projects, Characters and Agents, publishing, Marketplace/Storefront commerce, developer APIs and optional Solana-backed ownership/settlement.

## Do I need SONIC to create with the platform?

No. Creation is product-first. Token ownership is not a prerequisite for standard creation workflows unless a specific feature explicitly requires an enabled token/payment rail.

## Is the SONIC token deployed?

Not yet according to the canonical docs. The production mint and deployment-sensitive authorities remain **TBA / pre-deployment** until independently verified.

## When is the planned SONIC pre-sale?

The current planning target is **Q4 2026**. Final dates, provider, contract address, eligibility, contribution limits and caps remain TBA until the activation gate passes.

## Which pre-sale platform will SONIC use?

Current candidates are **PinkSale** and **Smithii.io**. Provider selection is not final. The selected launchpad must pass Token-2022, security, refund, fee, liquidity and reconciliation review.

## What are the current price references?

Planning references are approximately **$0.000002 / SONIC** for pre-sale and **$0.0000025 / SONIC** for initial DEX launch. These are not guaranteed execution prices, price floors or promises of future value.

## How much SONIC is planned for the pre-sale?

The current planning envelope is **\~3–5 billion SONIC**. It must be funded from existing approved allocations and cannot increase the **18,446,000,000 SONIC** initial maximum supply. Final source allocations and exact amount are TBA.

## Which DEXs are planned?

Raydium, Meteora and Orca are candidate direct liquidity venues. Jupiter is treated as an aggregator/routing layer after verified liquidity is discoverable. Venue activation is progressive and deployment-gated.

## Does more liquidity prevent volatility?

No. Deeper liquidity can reduce price impact and slippage for a given trade size, but it cannot guarantee price stability or prevent losses.

## Is Binance or Binance Alpha confirmed?

No. **Binance and Binance Alpha are TBA.** No endorsement, Alpha feature or Binance Exchange listing should be implied unless independently confirmed. Binance itself states that Alpha exposure does not guarantee an Exchange listing.

## Is SONIC a meme token?

SONIC is positioned as a **utility-first creator-network token**, not a meme-token product. Intended utility includes creator rewards, supported tokenized-content workflows, creator commerce and platform participation where enabled. Utility does not guarantee market demand or investment return.

## Does connecting my wallet authorize transactions?

No. Wallet connection supplies address/session context. Sensitive actions require explicit transaction intent, user authorization/signature, chain confirmation, expected-effect verification and reconciliation.

## Where is the API documentation?

Use the dedicated **API Reference** site section. SONIC's business API remains versioned under `/api/v1`; Swagger and Postman developer tooling are documented separately from the business contract.

## How do I get help?

Use the **Help Center** for troubleshooting and the SONIC Support Assistant for guided documentation/account diagnostics where available. Support will never ask for your seed phrase, private key, wallet password, recovery codes or raw provider secrets.

## Financial-risk notice

{% hint style="danger" %}
Token-sale and DEX participation can involve substantial volatility, illiquidity, smart-contract, platform, regulatory and loss risks. Documentation does not constitute investment, legal or tax advice and does not promise returns or listings.
{% endhint %}


---

# 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/faq-and-support.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.
