> For the complete documentation index, see [llms.txt](https://zushi.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zushi.gitbook.io/whitepaper/game-p2e.md).

# Game P2E

## 🚀Getting Started

To start playing ZUSHI Game, you will need a wallet compatible with the BSC network, such as MetaMask, ZUSHI ($ZUSHI) for purchasing in the game, as well as BNB to pay for gas fees on the Blockchain. MetaMask can be installed as a browser extension or as an app on your mobile devices.

#### Downloading and Installing MetaMask <a href="#downloading-and-installing-metamask" id="downloading-and-installing-metamask"></a>

[**MetaMask**](https://metamask.io/) can be downloaded as a browser extension on any compatible browser.

The links to download MetaMask can be found here for [**Chrome Web Store**](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)**,**[ **FireFoxAdd-ons**](https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/) and [**Edge Add-ons**](https://microsoftedge.microsoft.com/addons/detail/metamask/ejbalbakoplchlghecdalmeeeajnimhm).

MetaMask is also compatible with Brave browser.

MetaMask can also be installed on [**Android**](https://play.google.com/store/apps/details?id=io.metamask\&hl=en_US\&ref=producthunt&_branch_match_id=739701339152755845) and [**iOS**](https://apps.apple.com/us/app/metamask/id1438144202?_branch_match_id=739701339152755845).

#### Creating an Account <a href="#creating-an-account" id="creating-an-account"></a>

Once MetaMask has been downloaded and installed, you may proceed to create an account.

The steps to create an account are outlined below:

1. Click on the "Create a Wallet" button.
2. Create a password. This will be used when logging in to MetaMask in the same browser.
3. View your secret seed phrase and write it down on a secure location.
4. Select each phrase in order and click "Confirm".

Your seed phrase will be used if you want to import your wallet to a fresh MetaMask install on a different browser and/or device.

Never give your seed phrase out to anyone. This can be used similar to your password to access your account.

*Developers and moderators will never ask for your seed phrase and password.*


---

# 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://zushi.gitbook.io/whitepaper/game-p2e.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.
