> For the complete documentation index, see [llms.txt](https://docs.playnance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playnance.com/buyback-and-burn/g-coin-supply-and-emissions.md).

# G Coin — Supply & Emissions

***

### Supply Model

G Coin operates under a fixed total supply model, enforced at the protocol level.

* The total supply of G Coin is capped and immutable
* No inflationary minting mechanisms exist
* No discretionary or manual token creation is possible
* All supply rules are enforced through smart contracts on PlayBlock

Once issued, G Coin supply dynamics are governed exclusively by predefined on-chain logic, ensuring predictability, transparency, and long-term economic stability.

***

### Presale Structure — Step-Based Emissions

G Coin is distributed through a structured presale mechanism designed to align price discovery with real demand.<br>

The presale operates in discrete steps:

* Each presale step consists of 54,000,000 G Coin
* A new step opens only after the full allocation of the previous step is sold
* The token price increases by 2% with each completed step
* No steps can be skipped, accelerated, or manually unlocked<br>

This mechanism creates a deterministic issuance path where supply expansion during the presale phase is strictly demand-driven and fully transparent.

***

### Emission Logic

G Coin emissions are executed programmatically, not manually.

All emissions are:

* Triggered by predefined smart contract logic
* Executed on-chain through PlayBlock
* Aligned with ecosystem activity and operational requirements<br>

There are no off-chain issuance decisions, no discretionary unlocks, and no external controls affecting emission behavior once contracts are deployed.

***

### Economic Design Principles

The supply and emission model of G Coin is built around the following principles:

* **Predictability**

  Supply behavior is deterministic and visible in advance.
* **Usage-Driven Distribution**

  Token circulation is tied to ecosystem participation rather than speculative inflation.
* **Transparency by Design**

  Every emission event is recorded on-chain and verifiable in real time.
* **Long-Term Sustainability**

  Fixed supply and controlled distribution support stable economic growth across platforms and partners.

***

### On-Chain Enforcement & Visibility

All supply and emission activity related to G Coin is executed on PlayBlock and can be independently verified.\
\
Using the PlayBlock Explorer, participants can inspect on-chain activity related to G Coin, including:\
• Token distribution and transfer events\
• Emission and allocation-related transactions\
• Balance changes across participating addresses\
• Smart contract execution affecting token supply and circulation

The blockchain serves as the single source of truth for all supply and emission data.

***

### Summary

G Coin’s supply and emissions are governed by:

* A fixed total supply
* Step-based presale distribution
* Programmatic, on-chain execution
* Full real-time transparency

This model ensures that G Coin functions as a reliable economic layer for the Playnance ecosystem — engineered for scale, adoption, and long-term use rather than short-term speculation.


---

# 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.playnance.com/buyback-and-burn/g-coin-supply-and-emissions.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.
