# Create a Wallet

{% hint style="danger" %}
**Remember, Never share your private keys or seed phrase with anyone!**
{% endhint %}

#### Which Wallet Can I use? <a href="#which-wallet-can-i-use" id="which-wallet-can-i-use"></a>

You cannot use CEX wallet's like Coinbase Wallet, or any centralized exchange wallet, you will need a self custody wallet. We recommend using either MetaMask or TrustWallet.

{% hint style="warning" %}
NOTE: You cannot use any exchange wallet like Binance, Coinbase, Kraken, or any other centralized exchange. You will need to use a self custody wallet like MetaMask or TrustWallet.
{% endhint %}

#### **1. Create a Wallet with MetaMask (Desktop Browser)** <a href="#id-1.-create-a-wallet-with-metamask-desktop-browser" id="id-1.-create-a-wallet-with-metamask-desktop-browser"></a>

MetaMask is a browser extension wallet that allows you to securely manage Ethereum and other blockchain assets directly from your desktop.

**Steps to Create a MetaMask Wallet**

1. **Install MetaMask**:
   * Visit the [official MetaMask website](https://metamask.io/) and download the extension for your preferred browser (Chrome, Firefox, Brave, or Edge).
2. **Set Up Your Wallet**:
   * Open the MetaMask extension after installation.
   * Click **“Get Started”** and choose **“Create a Wallet.”**
3. **Secure Your Wallet**:
   * Create a strong password and note it down securely.
   * Back up your **Secret Recovery Phrase**. This phrase is the only way to recover your wallet if you lose access. Store it offline in a secure location.
4. **Start Using MetaMask**:
   * Once set up, you can connect MetaMask to various dApps, buy Ethereum, and interact with blockchain platforms like DeepNet AI.

***

#### **2. Create a Wallet with Trust Wallet (Mobile)** <a href="#id-2.-create-a-wallet-with-trust-wallet-mobile" id="id-2.-create-a-wallet-with-trust-wallet-mobile"></a>

Trust Wallet is a mobile-first wallet designed for easy access to blockchain networks and assets on the go.

**Steps to Create a Trust Wallet**:

1. **Download Trust Wallet**:
   * Visit the [official Trust Wallet website](https://trustwallet.com/) or download it directly from the **App Store (iOS)** or **Google Play Store (Android)**.
2. **Set Up Your Wallet**:
   * Open the app and tap **“Create a New Wallet.”**
   * Agree to the Terms of Service.
3. **Secure Your Wallet**:
   * Back up your **Recovery Phrase** and store it securely offline. This phrase is essential for recovering your wallet.
4. **Start Using Trust Wallet**:
   * Add Ethereum or other assets to your wallet by purchasing within the app or transferring from an exchange.
   * Use the wallet to interact with blockchain networks and dApps, including DeepNet AI.


---

# 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://docs.deep-net.ai/tokenomics/how-to-buy/create-a-wallet.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.
