> For the complete documentation index, see [llms.txt](https://wiki.privai.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.privai.cloud/tokenomics/native-token.md).

# Native Token

The native token is the access and utility layer for PRIVAI. PRIVAI is currently structured around a Solana token launched through a pump.fun style token model.

### Token Overview

<table><thead><tr><th width="213">Field</th><th>Details</th></tr></thead><tbody><tr><td><strong>Token</strong></td><td>$PRIVAI</td></tr><tr><td><strong>Chain</strong></td><td>Solana</td></tr><tr><td><strong>CA</strong></td><td><code>Gc7QGptjL88oM8uzGTBKw8Zhnm2Gp3P73sYdf6zZpump</code></td></tr><tr><td><strong>Launch style</strong></td><td>pump.fun style fair-launch token</td></tr><tr><td><strong>Primary utility</strong></td><td>OS access, premium modules, and future product benefits</td></tr></tbody></table>

### Current Access Requirement

Users must hold at least:

```
1,000,000 $PRIVAI
```

This grants access to the PRIVAI OS after wallet verification.

### Token Utility

$PRIVAI is intended to support the product ecosystem through:

* Access gating for the PRIVAI OS.
* Premium module access for advanced scans and reports.
* Potential priority access to future modules.
* Potential discounts or credits for deeper intelligence workflows.
* Community alignment around the PRIVAI product.

### Holder Expectations

Holding $PRIVAI does **not** guarantee profit, revenue share, ownership, or financial return.

The token is intended as a product utility and access mechanism. Market prices can be volatile, and users should make independent decisions.


---

# 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://wiki.privai.cloud/tokenomics/native-token.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.
