# What Is G Coin?

***

G Coin (GCOIN) is the utility token that powers economic execution across the Playnance ecosystem. It is used as the common unit for value movement, settlement, and incentive distribution across PlayBlock (L3) and Playnance-powered applications.

G Coin is designed for high-frequency, real-time usage. It is integrated directly into the execution and accounting layer so that rewards, fees, and payouts are processed deterministically and recorded on-chain.

***

### Role in the Ecosystem

G Coin functions as the ecosystem’s operational token for:<br>

* Transaction-level settlement for user actions (fees, rewards, transfers)
* Incentive distribution (missions, streaks, bonuses, grants)
* Partner revenue attribution and payout logic (where applicable)
* Treasury-related flows and system-level economic events
* Cross-application interoperability through a shared wallet balance<br>

All G Coin movements are executed through on-chain logic on PlayBlock and can be verified via the PlayBlock Explorer.

***

### Wallet-Based Ownership and Execution

Every user interacts with G Coin through a personal, non-custodial on-chain wallet created at first entry (or connected via an external wallet). Playnance does not custody user funds.<br>

Key properties:

* Users hold G Coin directly in their wallet
* Balances and state changes are written on-chain
* Transfers, rewards, and distributions are executed via smart contracts
* Users can verify all activity independently through the Explorer

{% hint style="info" %}
Important: Wallet identity is tied to the login method used. The same login method reuses the same wallet. Using a different login method for the first time creates a different wallet.
{% endhint %}

***

### Interoperability Across Applications

G Coin is designed as a shared utility layer across all Playnance-powered applications:<br>

* One wallet balance per user (per login method)
* One token standard across the ecosystem
* No user-side bridging to move value between supported applications
* Gasless user experience (execution costs are abstracted at the infrastructure level)<br>

From the user perspective, G Coin behaves as a unified balance across the ecosystem while settlement and state transitions are handled by PlayBlock.

***

### On-Chain Transparency

All G Coin activity is publicly verifiable on-chain. Users can view and validate every transaction type associated with their wallet, including:<br>

* Receiving rewards (gameplay, missions, streaks, system distributions)
* Sending and receiving transfers
* Deposits and withdrawals
* Bonus allocations and grants
* Any other token state changes executed by the system<br>

Verification is performed directly through the PlayBlock Explorer using the wallet address and transaction identifiers.

***

### Designed for Scale

G Coin operates on PlayBlock, a Layer-3 execution environment optimized for high-throughput, real-time systems. The infrastructure is built to support sustained high transaction volumes and time-sensitive settlement logic across multiple applications in parallel.

This design supports the core requirement of an operational token: reliable execution under load, deterministic settlement, and transparent accounting.

***

### Summary

G Coin is the ecosystem utility token used for on-chain economic execution across Playnance. It provides:

* A unified settlement and incentive rail across applications
* Non-custodial wallet-based ownership
* Smart contract–driven token movement and accounting
* Full on-chain transparency via Explorer verification
* Infrastructure-grade scalability through PlayBlock (L3)


---

# Agent Instructions: 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:

```
GET https://docs.playnance.com/what-is-g-coin/what-is-g-coin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
