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

# Create A Wallet

### 🔐 Create A Wallet

Creating a cryptocurrency wallet is the **first step** to managing your digital assets and accessing blockchain networks like **MarqueeCoin (MRQ)**.

> ⚠️ **Never share your private keys or seed phrase with anyone!**\
> It is the only way to recover your wallet if lost.

***

#### 🧾 Which Wallet Can I Use?

You **cannot use centralized exchange (CEX) wallets** like Binance, Coinbase, or Kraken.

To buy and store MRQ, you must use a **self-custody wallet** such as:

* **MetaMask** (Desktop/Mobile)
* **Trust Wallet** (Mobile)

These wallets give you full control over your crypto and allow you to connect directly to decentralized platforms.

***

### 1️⃣ Create a Wallet with **MetaMask** (Desktop Browser)

**MetaMask** is a secure browser extension wallet that allows you to manage BNB Smart Chain (BSC) and other blockchain assets.

#### 🛠 Steps to Create a MetaMask Wallet:

**1. Install MetaMask:**\
Go to the official [MetaMask website](https://metamask.io/) and download the extension for your preferred browser (Chrome, Firefox, Brave, Edge).

**2. Set Up Your Wallet:**

* Open the extension after installation.
* Click **“Get Started”**, then choose **“Create a Wallet.”**

**3. Secure Your Wallet:**

* Create a **strong password** and store it safely.
* Back up your **Secret Recovery Phrase** — store it **offline** in a secure location.

> This phrase is critical for wallet recovery.

**4. Start Using MetaMask:**\
Once set up, you can connect MetaMask to decentralized apps (dApps), fund it with **BNB**, and use it to buy **MarqueeCoin (MRQ)**.

***

### 2️⃣ Create a Wallet with **Trust Wallet** (Mobile)

**Trust Wallet** is a mobile-friendly, secure wallet for managing crypto assets on the go.

#### 🛠 Steps to Create a Trust Wallet:

**1. Download Trust Wallet:**\
Download it from the official site or directly via 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.

> Do **not** screenshot or store it online.

**4. Start Using Trust Wallet:**

* Add **BNB (BEP-20)** to your wallet via in-app purchase or by transferring from an exchange.
* Use Trust Wallet to connect to dApps and buy **MarqueeCoin (MRQ)** from the official presale website.

***

✅ **Once your wallet is set up and funded with BNB**, you're ready to participate in the **MRQ Presale** at 👉 [**https://marqueewear.io**](https://marqueewear.io)

Welcome to the future of luxury and Web3.\
**Welcome to MarqueeCoin.**


---

# 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://marqueecoin.gitbook.io/marqueecoin-docs/how-to-buy/create-a-wallet.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.
