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

# Tokenomics

## Why most GameFi tokenomics break

Most GameFi projects fall into the same trap: Players earn more than they spend. That imbalance creates constant sell pressure, tanking the token price. Once it starts, it can be pretty hard to stop:

* Token price drops
* Rewards lose value
* Players leave
* The ecosystem deflates

## SUPERFORTUNE’s solution

SUPERFORTUNE uses a fundamentally different economic design.

* QIAN is the *in-game currency* and it is *centrally issued*, *non-tradable*, and exists only inside the platform
* It has no onchain liquidity, hence no dumping pressure
* It’s designed for rewards, upgrades, and airdrop eligibility. Not speculation

The goal is to make the gameplay fun, sticky, and sustainable.

## $GUA: The Official Token

$GUA is the real deal—SUPERFORTUNE’s official on-chain token.

* Not used for in-game payouts
* Not farmable through grinding
* Only used for value-added features:
  * Unlocking advanced platform features
  * Buying Lucky NFTs
  * Fueling buyback burns

This keeps the inflation in check and gives $GUA long-term utility tied to platform growth, not just hype.

## Token stats

* Name: $GUA
* Total supply: 1,000,000,000 (1 billion tokens)

{% hint style="info" %}
More information coming soon!
{% 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://docs.superfortune.ai/tokenomics.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.
