> For the complete documentation index, see [llms.txt](https://docs.nakamoto.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nakamoto.games/how-to-start/how-to-start-playing.md).

# How to Start Playing

## How to Get Started on Nakamoto Games

Step 1 : Register NAKAMOTO GAMES ID - [Click Here](https://nakamoto.games/register?referral=61b0d7f5a9c230548a429347)

![NAKAMOTO GAMES Register Page](/files/H5gygAfNKhpcFSH4k1Jl)

Step 2 : Enter your email address, and click on the option "**get code**" to verify your email

Step 3 : Enter the code that you have received on your email, and create a strong password. Once done, proceed to the next step. You may also create an ID connecting with your social media account.

Step 4 : Log in with your email and the newly created password.

![NAKAMOTO GAMES gaming homepage](/files/QGTrDDnYlGBAWBO6xo6E)

Step 5 : After logging in, you'll be met with the NAKAMOTO GAMES gaming portal. To connect and bind your Web3 wallet, click on the **"Login"** icon

{% hint style="warning" %}
Please make sure that you connect to the correct wallet. You can connect the wallet to an account ONLY ONCE, if you connect it to the wrong wallet, you will have to repeat the registration process again.
{% endhint %}

Step 6 : Connect your Web3 wallet that contains your $NAKA token. Please make sure that there is a minimum of 1 $MATIC in balance for gas fees

![Deposit & Withdrawal Interface](/files/fotzcq9rB0PkFRABWLTe)

Step 7 : Go to the Deposit & Withdrawal Tab and click the **"Deposit"** button to make a deposit. Fill the number of $NAKA tokens needed that are available in your wallet to add $NAKA to your NAKA Wallet Card balance.&#x20;

{% hint style="info" %}
If you made a deposit but the card balance is not updated, please wait for a while and try again as there are some instances where there are gas wars within the Polygon chain, causing transactions to fail.
{% endhint %}

Step 8 : Once you have $NAKA token on your NAKA Wallet Card, you can go to the games to purchase the tickets/bullets and start playing!

For more information on how much $NAKA is needed to play the game, see [Gaming Reward System](/play-to-earn-games/gaming-reward-system.md)


---

# 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.nakamoto.games/how-to-start/how-to-start-playing.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.
