# Wallet & Account Model

***

### Overview

Playnance is built around a simple principle:

every user who enters the ecosystem receives a personal, non-custodial on-chain wallet.

There is no traditional centralized account.

Instead, each user interacts with the ecosystem through a blockchain-based identity that guarantees ownership, transparency, and control.

***

### Personal Non-Custodial Wallet

When a user joins Playnance for the first time, the system automatically creates a personal non-custodial wallet.

This wallet is:

* Fully on-chain
* Owned exclusively by the user
* Not controlled or held by Playnance
* Used across all Playnance-powered platforms
* The single source of truth for balances, rewards, and activity

Playnance never stores private keys and never has access to user funds.

***

### One Wallet Across the Ecosystem

Each wallet works across the entire Playnance ecosystem.

This means:

* The same wallet is used on all supported platforms
* Balances, rewards, progress, and history stay synchronized
* Activity is recorded transparently on-chain
* Users do not need to move or bridge assets between platforms

From the user’s perspective, the ecosystem behaves as one unified system.

***

### Login Method & Wallet Identity

The wallet is linked to the login method chosen at first entry.

* If a user signs in with Google, that Google login is always linked to the same wallet
* If the same user later signs in with Apple or email, a new wallet is created
* Each login method represents a separate on-chain identity

To access the same wallet and balance, users must always use the same login method.

{% hint style="info" %}
Tip: Always use the same login method to access the same wallet and account.
{% endhint %}

***

### Supported Connection Methods

Users can connect using:

* Web3 wallets (e.g. MetaMask, Coinbase Wallet)
* Social login (Google, Apple)
* Email login

Regardless of the method, the result is the same:

a personal, non-custodial on-chain wallet is created and used.

***

### Full Transparency & Explorer Access

All wallet activity is fully transparent.

Users can view and verify every transaction associated with their wallet, including:

* Gameplay rewards
* Mission and streak rewards
* Token transfers
* Deposits and withdrawals
* System rewards and grants

All activity can be verified directly through the PlayBlock Explorer.

***

### Security & Ownership

The wallet model ensures:

* No custodial risk
* No centralized fund control
* On-chain verification of all activity
* Full user autonomy at all times

Users remain in control of their assets from the first interaction onward.

***

#### What to Read Next

To understand how value moves after a wallet is created, continue with:

How G Coin Works

***


---

# 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/wallet-and-account-model/wallet-and-account-model.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.
