> 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.md).

# How to Buy

### 🪙 How to Buy MRQ (MarqueeCoin)

**Note:** MarqueeCoin (MRQ) is currently available exclusively during the MRQ Presale on our official website. It is **not yet listed** on decentralized exchanges like PancakeSwap.

***

#### ✅ Step-by-Step Guide to Buying MRQ

**IMPORTANT:**\
Do **not** use exchange wallets (like Binance, Coinbase, or Kraken).\
You must use a **self-custody wallet** such as **MetaMask**, **Trust Wallet**, or any WalletConnect-compatible wallet.

***

#### 🔹 Step 1: Use a Decentralized Wallet

Download and install a wallet like:

* **MetaMask** (browser/mobile)
* **Trust Wallet** (mobile)
* \*\*Other WalletConnect-compatible wallets)

Set your wallet to the **BNB Smart Chain (BSC)** network.

***

#### 🔹 Step 2: Fund Your Wallet with BNB

You need **BNB** to buy MRQ and pay gas fees.

* Buy BNB from an exchange like Binance, KuCoin, or CoinDCX.
* Transfer BNB to your MetaMask or Trust Wallet (**on BSC**).

***

#### 🔹 Step 3: Visit the Official MRQ Presale Website

Go to 👉 [**https://marqueewear.io**](https://marqueewear.io)

Click **“Connect Wallet”** to connect your wallet.

***

#### 🔹 Step 4: Enter Contribution Amount

Enter the amount of **BNB** you want to use to buy MRQ.

* The site will auto-calculate how many **MRQ tokens** you will receive.
* Click **"Buy"** to proceed.

***

#### 🔹 Step 5: Confirm the Transaction

Your wallet (e.g., MetaMask) will prompt you to confirm.

* Review details: amount, gas fee, recipient address.
* Click **"Confirm"**.

***

#### 🔹 Step 6: Success!

Once confirmed, your **MRQ tokens** will be sent directly to your wallet.

You can view them by adding the MRQ token contract address manually in your wallet.


---

# 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.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.
