> For the complete documentation index, see [llms.txt](https://docs.maplestoryn.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maplestoryn.io/archives/wallet-connect.md).

# Wallet Connect

To play MapleStory N, you must first link your wallet to MapleStory Universe and download the game.

All services provided by MapleStory Universe require wallet connection, and connecting your wallet is also mandatory to download and play MapleStory N.

## **1. Creating a Wallet**

Do you have a crypto wallet by any chance?

If you do not have a wallet, the first thing you need to do is create one!

※ Want to know what a wallet is? Check out \[[Learn More About Wallet](https://support.msu.io/hc/en-us/categories/12737191640463-Wallet)]

| **MapleStory Universe links all NFTs and FTs you own to your wallet.**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>Please keep in mind that all assets within the wallet account created for using MapleStory Universe must be managed by yourself only. </p><ul><li><p></p><p>Please keep in mind that all assets within the wallet account created for using MapleStory Universe must be managed by yourself only.  </p><ul><li>Since MetaMask and Web3Auth are self-custodial wallet services, neither NEXPACE nor the wallet providers can manage or control your wallet. Only you have access to it. To keep your digital assets secure, you must safely store your sensitive information, such as your recovery phrase, private keys, or PIN code, in a place that only you can access. </li><li>NEXPACE, MetaMask, and Web3Auth cannot restore any loss caused by misplacing or losing your private keys, Secret Recovery Phrase, or PIN code. </li></ul></li></ul> |

## 2. Signing up with a social account&#x20;

1. Click the Connect button at the top right corner of the MSU website.&#x20;
2. Select Google, X, or Apple.&#x20;
3. Once you complete the social login and the signature request, a Web3Auth wallet will be created automatically and linked to your MapleStory Universe account. You can start using the service immediately.&#x20;

## 3. Signing up with a MetaMask wallet&#x20;

※ If you want to log in with MetaMask but the MetaMask extension is not installed&#x20;

Please refer to the guide titled “How to log in with MetaMask when the extension is not installed” for QR login instructions.&#x20;

### 3.1. Creating a MetaMask Wallet

1. Visit [Download MetaMask: The Premier Blockchain Wallet App and Browser Extension](https://metamask.io/download/) and install it.
2. Launch MetaMask.
3. Once you have launched it, click Create Wallet.
4. Set a password.
5. Set up your secret recovery phrase.
6. List out your secret recovery phrase in the correct order to verify it.
7. You are all signed up!

### 3.2. Connecting a Wallet&#x20;

* Click the Connect button at the top right corner of the MSU service website.&#x20;
* Select MetaMask.&#x20;
* Sign the request to complete the wallet connection.&#x20;

If you have completed wallet creation or already have a MetaMask wallet, you can connect your wallet to MapleStory Universe to create an account.

### **3.3 Connecting a MetaMask Wallet**

1. Click Connect Wallet.
2. Click Continue with MetaMask.
3. Sign and continue to connect your wallet.

|                                                                                                                                   |
| --------------------------------------------------------------------------------------------------------------------------------- |
| **TIP**                                                                                                                           |
| If you wish to manually add the Henesys Mainnet on MetaMask, you can do so by following the steps and information provided below. |

On the MetaMask main screen: \[Select a network > Add a custom network]&#x20;

* Network : Henesys&#x20;
* Network(RPC) URL : <https://henesys-rpc.msu.io>
* Chain ID : 68414&#x20;
* Symbol : NXPC&#x20;
* Block explorer URL : <https://msu-explorer.xangle.io/>&#x20;


---

# 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.maplestoryn.io/archives/wallet-connect.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.
