# MONADEX

## ◈ MONADEX

Next-generation NFT marketplace on Monad Mainnet.

Buy, sell, and trade NFTs.

Play Vault Game for a chance to win MON.

* **Network:** Monad Mainnet
* **Chain ID:** `10143`
* **App:** [nft-shop-buy-trade.pages.dev](https://nft-shop-buy-trade.pages.dev)
* **NFT Page:** [View collection on Monad Vision](https://monadvision.com/token/0x45336C2E15F2fe58c67Ee4035a520231b2751669?tab=Items)
* **Telegram:** `@BuyTradeNFT_Bot`
* **Explorer:** [monadscan.com](https://monadscan.com)

### Get started

1. Open the [MONADEX app](https://nft-shop-buy-trade.pages.dev).
2. Click **Connect Wallet**.
3. Switch to **Monad Mainnet**.
4. Click **GET MON** if you need to bridge funds.
5. Start trading.

{% hint style="info" %}
Use **Chain ID `10143`** when adding Monad Mainnet to your wallet.
{% endhint %}

### How to

#### Buy an NFT

1. Browse the marketplace or gallery.
2. Open the NFT you want.
3. Click **Buy Now**.
4. Confirm the transaction in your wallet.

Your NFT arrives in your wallet right away.

#### Sell an NFT

1. Open **Marketplace**.
2. Click **List NFT**.
3. Enter the **Token ID** and price in `MON`.
4. Approve and confirm the transaction.

Your NFT goes live on the market after confirmation.

#### Play Vault Game

1. Open the **Vault Game** tab.
2. Choose a tier.
3. Pay the entry fee in `MON`.
4. Crack the code to win the pool.

Available tiers:

* Bronze
* Silver
* Gold
* Platinum

### Smart contracts

**Network:** Monad Mainnet

**Chain ID:** `10143`

**NFT Contract**

`0x45336C2E15F2fe58c67Ee4035a520231b2751669`

[View NFT collection on Monad Vision](https://monadvision.com/token/0x45336C2E15F2fe58c67Ee4035a520231b2751669?tab=Items)

**Marketplace Contract**

`0x4b2D922a3e0Fca29A4DC1Fa3936DdAc142074069`

**Vault Contract**

`0x9d5aD64997C26ca505f11fDE71789eb3c664EE60`

{% hint style="warning" %}
Verify every contract on [monadscan.com](https://monadscan.com) before interacting.
{% endhint %}

### Updates

#### v1.0.0 — Launch

* NFT marketplace launched on Monad Mainnet.
* Vault Game launched with four tiers.
* Telegram bot `@BuyTradeNFT_Bot` is live.
* Bridge support is available through **GET MON**.


---

# 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://nft-market.gitbook.io/nft-marketplace-docs/readme.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.
