# Wallets

### Set up Metamask with Neon <a href="#set-up-metamask-with-aurora-mainnet" id="set-up-metamask-with-aurora-mainnet"></a>

#### Installing Metamask <a href="#installing-metamask" id="installing-metamask"></a>

If you have not installed and own a Metamask wallet, please do so [here](https://metamask.io/). It is compatible with Chrome, Brave and Firefox.

#### Connect Metamask to Neon <a href="#connect-metamask-to-aurora" id="connect-metamask-to-aurora"></a>

Unlock Metamask > Select Settings > Select Add Network. Enter the following Neon information:

1. Neon Mainnet
   * Network Name: Neon Mainnet
   * New RPC URL: <https://neon-proxy-mainnet.solana.p2p.org>
   * ChainID: 245022934
   * Symbol: NEON
   * Explorer: <https://neonscan.org>
   * Gas fees on Neon will be paid in NEON.
2. Neon Devnet
   * Network Name: Neon Devnet
   * New RPC URL: <https://devnet.neonevm.org>
   * ChainID: 245022926
   * Symbol: NEON
   * Explorer: <https://devnet.neonscan.org>
   * Gas fees on Neon will be paid in NEON.

### Set up Phantom with Solana <a href="#set-up-metamask-with-aurora-mainnet" id="set-up-metamask-with-aurora-mainnet"></a>

#### Installing Phantom <a href="#installing-metamask" id="installing-metamask"></a>

If you have not installed and own a Phantom wallet, please do so [here](https://phantom.app). It is compatible with Chrome and Firefox.

<figure><img src="/files/HxaGES3KmKNCKNmi3Ggs" alt=""><figcaption></figcaption></figure>

#### Open Phantom Wallet and create a new wallet <a href="#installing-metamask" id="installing-metamask"></a>

After clicking the Phantom Wallet, you could see two options:

* Create New Wallet
* Use Secret Recovery Phrase

Since you are a new user, click on **Create New Wallet.**

<figure><img src="/files/23EmPHKGneyVyExioL9W" alt=""><figcaption></figcaption></figure>

#### Store Secret Recovery Phrase or Mnemonic <a href="#installing-metamask" id="installing-metamask"></a>

After clicking the Create New Wallet, you could see the Secret Recovery Phrase aka Mnemonic.

Kindly note it somewhere private. You could only recover your account via Secret Phrase. There is no other alternative to this. If you lost your Recovery Phrase, you lost everything.

You can copy the code by clicking the **Copy button** underneath the Secret Recovery Phrase.

<figure><img src="/files/XPsp7AnjceZ3mMBHepyv" alt=""><figcaption></figcaption></figure>

You can store your Secret Recovery Phrase in a hardware wallet, a mobile wallet, or a desktop wallet. Otherwise, you can write it down on a piece of paper and keep it somewhere private.

Once you note down your Secret Recovery Phrase, click **OK, I saved it somewhere.**

#### Create a password for your wallet <a href="#installing-metamask" id="installing-metamask"></a>

The next step will be creating a password for your Phantom Wallet.

You can type your password in the **Password** field and **Confirm Password.** Ensure to set a solid password with combinations of numbers, alphabets, and special characters.

<figure><img src="/files/o8N9xt5Ip4piMgEf6WxM" alt=""><figcaption></figcaption></figure>

After typing the password, you have to **select the check box** and **Click Save**; make sure to read the Terms of Service before selecting. In a nutshell, Terms of Service include a privacy policy, third-party services, content ownership and removal, rights, fees, account termination policy, and government law.

#### Keyboard shortcut <a href="#installing-metamask" id="installing-metamask"></a>

After setting the password, now your browser window will show an instructional message for ease of use.

That is nothing but a shortcut to opening the Phantom Wallet. Click **Alt/ Option+Shift+P** together to open the Phantom Wallet extension without navigating in your browser.

Here, you need to click the **Continue** button.

<figure><img src="/files/xHb3zHQJQ8kf0jNQj1pJ" alt=""><figcaption></figcaption></figure>

This is one of the cool features to use.

#### Use Phantom <a href="#installing-metamask" id="installing-metamask"></a>

On the successful completion of all steps mentioned here, you could see the message below. Click **Finish**.

<figure><img src="/files/47Sq11NxU8okGv0qPI3z" alt=""><figcaption></figcaption></figure>

It indicates that you’ve successfully installed the Phantom Wallet Extension and created a Phantom Wallet account.


---

# Agent Instructions: 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:

```
GET https://mora-1.gitbook.io/moraswap/getting-started/wallets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
