> 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/token-movement/token-movement-basics.md).

# Token Movement Basics

***

### One Wallet, One Balance

Every user interacts with G Coin through their personal, non-custodial on-chain wallet.

This means:

* One wallet per user (linked to the chosen login method)
* One unified G Coin balance
* The same balance across all Playnance-powered platforms
* No manual transfers or bridging between platforms

From the user’s perspective, G Coin always stays in one place.

***

### How G Coin Enters Your Wallet

G Coin can enter your wallet in several ways:

* Gameplay rewards
* Mission and streak rewards
* System bonuses or grants
* Platform incentives
* Transfers received from another wallet

When any of these events occur:

* G Coin is sent directly to your wallet
* The balance updates instantly
* The transaction is recorded on-chain

No approval, confirmation, or action is required from you.

***

### Using G Coin Inside the Ecosystem

When you use G Coin inside Playnance:

* The amount is deducted from your wallet
* The action is executed on-chain
* The updated balance is reflected immediately

You do not need to move tokens between platforms.

All platforms read from and write to the same wallet balance.

***

### Moving Between Platforms

When you switch between Playnance-powered platforms:

* Your wallet stays the same
* Your G Coin balance stays the same
* Your rewards and history stay synchronized

There is no concept of “sending” G Coin from one platform to another.

The ecosystem behaves as one unified system.

***

### Withdrawals and Transfers

If you choose to move G Coin out of the ecosystem:

* You can send G Coin to another wallet
* You can withdraw according to supported methods

Once sent:

* The transaction is final
* The movement is recorded on-chain
* The balance updates accordingly

Playnance does not hold, delay, or approve withdrawals.

***

### Full Transparency & Verification

Every G Coin movement is fully transparent.

Users can view and verify all wallet activity on the PlayBlock Explorer, including:

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

If a transaction exists, it is visible and verifiable on-chain.

***

### No Gas, No Manual Actions

From the user’s perspective:

* No gas fees
* No blockchain pop-ups
* No confirmations
* No technical steps

All complexity is handled by the PlayBlock infrastructure while ownership remains with the user.

***

### In Simple Terms

* You earn G Coin → it appears in your wallet
* You use G Coin → it is deducted from your wallet
* You change platforms → your balance stays the same
* You withdraw → it leaves your wallet
* Everything is on-chain and transparent

***

### What to Read Next

To understand rewards, incentives, and usage logic, continue with:

* Missions & Rewards
* Gameplay & Incentives


---

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

```
GET https://docs.playnance.com/token-movement/token-movement-basics.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.
