> For the complete documentation index, see [llms.txt](https://support.axion.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.axion.network/basics/tutorials/setting-up-metamask.md).

# Setting up MetaMask

Available as a browser extension and as a mobile app, MetaMask equips you with a key vault, a secure token wallet - everything you need to store the Axion token or other assets such as Ethereum or wrapped Bitcoin.

<figure><img src="/files/IxXN6oDFNBoiyuICU2Vk" alt=""><figcaption><p>MetaMask allows you to interact with every EVM-compatible chain</p></figcaption></figure>

### How To Install MetaMask

Simply head to the official website [metamask.io](https://metamask.io/) to download their browser extension or mobile app. :octagonal\_sign: Be careful, there are fake websites out there with hacked versions of MetaMask which will attempt to steal your funds. Please only download from the official website, Metamask.io.

<figure><img src="/files/icFTisO9wUUNOYyDJgcQ" alt=""><figcaption><p>Adding MetaMask as your Browsers extension</p></figcaption></figure>

#### Pin It

If using Chrome or Brave browser, click the puzzle-shaped extensions button and then pin MetaMask, so it always stays on the toolbar for easy access in the future.

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

### How To Create A Wallet

Once MetaMask is installed, click on Get Started for their brilliant step-by-step guide on setting up a wallet. Be sure to follow every step carefully and read the warnings about keeping your seed phrase safe.

1. Do not copy and paste the seed phrase.
2. Do not email it to yourself or photograph it.
3. Write it down on old-school pen and paper, and keep two copies in safe locations.

<figure><img src="/files/OE3DhZpSRQLkEyfl0fCW" alt=""><figcaption><p>Never reveal your seed phrase to anyone like we did here</p></figcaption></figure>

You now hold the keys to your crypto in your own hands! Make sure to keep it safe, since anyone with your seed-phrase can access your wallet and your funds. A better way to secure your crypto holdings is by using a hardware-wallet as explained here: [Secure Your Crypto (Ledger)](/basics/tutorials/secure-your-crypto-ledger.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:

```
GET https://support.axion.network/basics/tutorials/setting-up-metamask.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.
