> 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/getting-started/getting-started.md).

# Getting Started

***

#### Welcome to Playnance

Playnance is built to make on-chain interaction simple, accessible, and intuitive — for both Web2 users and experienced Web3 participants.\
\
Users can enter the ecosystem instantly with social-login, email or traditional wallets- explore platforms, and participate in real economic activity without needing prior blockchain knowledge.

The system is designed to remove friction while preserving full transparency, ownership, and on-chain execution.

***

#### What Users Can Do

Once onboarded, users can:

* Access Playnance-powered platforms and experiences
* Interact with games, predictions, and markets in real time
* Earn and use G Coin through on-chain activity
* Track progress, rewards, and history transparently on-chain

All actions are executed through PlayBlock, ensuring fast settlement and verifiable outcomes.

***

#### Designed for Everyone

Playnance supports a wide range of users:

* **Web2 users** entering through email or social login
* **Web3 users** connecting with existing wallets
* **Newcomers** with no prior crypto experience
* **Advanced users** seeking transparency and self-custody

Regardless of entry method, every user interacts with the same on-chain infrastructure and economic logic.

***

#### No Technical Setup Required

Users do not need to:

* Install blockchain software
* Manage gas fees
* Understand wallets or smart contracts
* Perform manual on-chain actions

The infrastructure abstracts complexity while keeping ownership and execution on-chain.

***

#### What to Read Next

This guide provides a high-level introduction.\
For deeper understanding, continue with:

* **Connection / Accounts** — how users connect and access wallets
* **How G Coin Works** — the role of G Coin inside the ecosystem
* **Token Movement Basics** — how assets move on-chain


---

# 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/getting-started/getting-started.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.
