> For the complete documentation index, see [llms.txt](https://meversedex.gitbook.io/pocketbattlesnftwar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meversedex.gitbook.io/pocketbattlesnftwar/pocket-battles/game-guideline/basic-setting.md).

# Basic Setting

### Please use <mark style="color:red;">METAMASK Browser</mark> to follow this guideline on Mobile Device

**MEVerse Mainnet Information**

Network Name : MEVerse Mainnet\
New RPC URL : <https://rpc.meversemainnet.io/\\>
Chain ID : 7518\
Currency Symbol : MEV\
Block Explorer URL : <https://www.meversescan.io/>

MPL Smart Contract Address: 0xbd95e72f28b5ac5ee4d99b6a8bcb2d03f25247e3

\-----------------------------------------------------------------------------------------------------

### **1. Download Metamask App**

Apple AppStore : <https://apps.apple.com/kr/app/metamask-blockchain-wallet/id1438144202>

Google PlayStore : <https://play.google.com/store/apps/details?id=io.metamask>

Chrome Extension : <https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn>

### 2. Setup Metamask

![](/files/NPns8bis0B7IbDKyCRkC)

Click "**Get Started**"

![](/files/qDHGrmWwJL0Ve6Amympy)

You can either Import an existing wallet using the seed phrase or create a new wallet.

Click "**Create a Wallet**" if this is the first time you are using Metamask.

![](/files/CfOMnE6QMCDZb5nEZd4A)

**Click  “I agree” if you would like to help improve MetaMask or click on “No Thanks” to proceed.**

![](/files/RaTws5c2aWyRKKPDMGJj)

Create a password for your wallet.

![](/files/HoTwF7GoXF3fVKxTT3z7)

Click on “**Click here to reveal secret words**” to show the seed phrase.

{% hint style="warning" %}
MetaMask requires that you store your seed phrase in a safe place. It is the only way to recover your funds. We recommend you write it down. The most common method is to write your 12-word phrase on a piece of paper and store it in a safe place where only you have access. **Note: if you lose your seed phrase, MetaMask can’t help you recover your wallet and your funds will be lost forever.**
{% endhint %}

{% hint style="warning" %}
Never share your seed phrase or your private key to anyone or any site, unless you want them to have full control over your funds.
{% endhint %}

![](/files/dFDtG2GnqX70wxVoyRbL)

Confirm your secret Backup Phrase by clicking on each word in the order in which the words were presented on the previous screen. Click on “**Confirm**” to proceed.

![](/files/7e6W6j0LOI3Pgpyl6Hk4)

Congratulations! You completed setting up your Metamask Wallet!

### 3. Set up MEVerse Mainnet in Metamask

<img src="/files/NF5OiCfsO1jFomGjFvxG" alt="" data-size="original">

Click the bar button

&#x20;![](/files/iCHV4CUTvJ9OvulawvtD)

Click "**Settings**" button

![](/files/8yekAlLFcPh8Xgihaz0j)

Click "**Networks**" button

![](/files/ZReoBjt7DN6lRXPZfxEh)

Click "**Add Network**" button

![](/files/DARATlNJciBUqjnz4fmY)

Go to **CUSTOM NETWORKS** and Fill in network information.\
and Click "**Add**" to proceed

**MEVerse Mainnet Information**

Network Name : MEVerse Mainnet\
New RPC URL : <https://rpc.meversemainnet.io/\\>
Chain ID : 7518\
Currency Symbol : MEV\
Block Explorer URL : <https://www.meversescan.io/>

### 4. Add MEVerse Play(MPL) in Metamask

![](/files/Kh4x1LoUf5dzBChgIv5l)

Please check if the network is set as "**MEVerse Mainnet**"

![](/files/kMh3diFQ9y92p30NCUuI)

Click "**Import Tokens**" to add MEVerse Play(MPL)

![](/files/Coxg9gcPKlpmHq4l9KCm)

Copy and Paste MEVerse Play(MPL)'s Contract Address

**MEVerse Play(MPL) Contract :** 0xbd95e72f28b5ac5ee4d99b6a8bcb2d03f25247e3

![](/files/lVtcaIalOixRaGaO0uXN)

You have completed adding **MEVerse Play(MPL)**!

### 5. Connect Metamask in Pocket Battles: NFT War

![](/files/HUR4ZQ8OBxJEkBcyhLbi)

Click **my profile box** in the upper left corner

&#x20;![](/files/inEYWa1wRnw90fqnQ4Ts)

Click "**Setting**" Button

![](/files/sxiCZu3sJ80uQzQoqeq7)

Click "**Account**" Button

![](/files/7vqO8wEJefU9Q25Ay3vn)

Click "**Link to Wallet**" button to connect Metamask

![](/files/11Dsw1HyXywuyhINSIE2)

Click "**Connect**" button

![](/files/9q4uIH2p37Ubt12TJr1g)

Once your account is linked, it **CANNOT** be unlinked. So please make sure you have access to this wallet!

Click "**Confirm**" to proceed

![](/files/lvdLLyjExwvw2vkHvrKJ)

You have successfully connected your Metamask in Pocket Battles: NFT War!


---

# 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://meversedex.gitbook.io/pocketbattlesnftwar/pocket-battles/game-guideline/basic-setting.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.
