> 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/login-connection-wallet/how-g-coin-works.md).

# How G Coin Works

***

### Overview

G Coin is the utility token that powers economic activity across the Playnance ecosystem.

It is designed for real usage, not speculation — enabling rewards, gameplay, missions, and value transfer across platforms in real time.

***

### G Coin as a Utility Layer

G Coin functions as a shared economic layer across the ecosystem.

It is used for:

* Gameplay interactions
* Rewards and payouts
* Missions and streaks
* Platform incentives
* System distributions

Every action involving G Coin is executed and recorded on-chain.

***

### Wallet-Based Ownership

All G Coin activity is tied directly to the user’s personal non-custodial wallet.

* Each user owns their G Coin balance directly
* Funds are never held or controlled by Playnance
* The same wallet is used across all supported platforms
* Balances remain synchronized across the ecosystem

There is no manual asset movement required by the user.

***

### One Balance, No Bridging

G Coin does not require manual bridging between platforms.

This means:

* One balance across the ecosystem
* Seamless usage across platforms
* No user-side gas fees
* No technical complexity

All transfers and state changes are handled by PlayBlock infrastructure.

***

### Transparent Transaction Visibility

Users have full visibility into all G Coin activity.

Every transaction can be verified on-chain, including:

* Rewards received
* Tokens sent or received
* Withdrawals
* System grants or bonuses
* Mission and gameplay payouts

All transactions are publicly verifiable through the PlayBlock Explorer.

***

### On-Chain Execution

All G Coin logic operates through smart contracts:

* Transfers
* Rewards
* Distribution
* Accounting

This ensures:

* Deterministic execution
* No manual intervention
* No hidden balances
* Complete auditability

If it is not recorded on-chain, it does not exist.

***

### Why This Matters

This model provides:

* Full ownership for users
* Transparent economics
* Unified value across platforms
* No friction for Web2 users
* Verifiable activity for Web3 users

G Coin enables a system where usage, value, and transparency are aligned.

***

#### What to Read Next

To understand movement details and flows, continue with:

Token Movement Basics


---

# 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/login-connection-wallet/how-g-coin-works.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.
