> For the complete documentation index, see [llms.txt](https://prism-8.gitbook.io/prism/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prism-8.gitbook.io/prism/tokenomic.md).

# Tokenomic

**Team Token Allocation**

The PRiSM team holds approximately **5% of the total $PRiSM supply**, ensuring a fair distribution while maintaining operational capabilities for project development and sustainability.

### **Primary Revenue Source: NFT Collection**

The main revenue stream comes from the PRiSM: Starships NFT collection sales:

| Category             | Price          | Quantity     |
| -------------------- | -------------- | ------------ |
| Whitelisted Users    | 0.10 SOL       | Variable     |
| Public Sale          | 0.15 SOL       | Variable     |
| **Total Collection** | **2,000 NFTs** | **Hard Cap** |

**Revenue Calculation:**

* **Conservative estimate:** 2,000 × 0.10 SOL = **200 SOL**
* **Maximum potential:** 2,000 × 0.15 SOL = **300 SOL**

### **Revenue Allocation & $PRiSM Sustainability**

**Minimum 40% of all NFT sales revenue** is dedicated exclusively to:

* **$PRiSM token buybacks**
* **Reward pool funding** for game activities
* **Long-term token sustainability** and circulation

This mechanism ensures a continuous flow of $PRiSM rewards for players while supporting the token's ecosystem health.

{% hint style="warning" %}
**📈 TOKEN PRICE INDEPENDENCE**

The team has **no control or influence over $PRiSM token price**. The token trades freely on decentralized exchanges, and its value is determined solely by market forces and community demand.
{% endhint %}

### **Economic Model Benefits**

* **Sustainable reward system** through revenue reinvestment
* **Community-driven token value** without team manipulation
* **Transparent allocation** with clear fund usage
* **Long-term project viability** through diversified revenue streams


---

# 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://prism-8.gitbook.io/prism/tokenomic.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.
