# Game Deployment Overview

DApp.meme lets anyone deploy an on-chain dice game for any BEP-20 / ERC-20 token with one click. The whole process only requires one on-chain transaction, with no code writing needed.

***

## Deployment Process Overview

```mermaid
flowchart LR
    A[Visit app.dapp.meme] --> B[Click 🚀 Launch Game]
    B --> C[Connect Wallet]
    C --> D[Fill in game information]
    D --> E[Click Deploy]
    E --> F[Visit xxx.dapp.meme]
```

***

## Choose your tutorial

### ⚡ [Minimal Tutorial — 5-Minute Quick Deployment](/dapp.meme-en/create-a-game/minimal-tutorial-quick-5-second-deployment.md)

Suitable for users who want to deploy quickly and do not care about the details. Deployment can be completed in just 5 seconds using the default configuration.

### 📖 [Detailed Tutorial — Complete Deployment Walkthrough](/dapp.meme-en/create-a-game/detailed-tutorial-complete-deployment-walkthrough.md)

Suitable for users who want to understand what each parameter means. Includes the complete 11-step process and detailed explanations of all configuration items.

***

## Prerequisites

Before you begin deployment, please make sure you have prepared the following:

| Requirement                | Description                                                                                                                                                                                                                             |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Wallet**                 | MetaMask or another EVM-compatible wallet                                                                                                                                                                                               |
| **Gas Fee**                | The native token of the target network (BSC requires BNB, Ethereum requires ETH)                                                                                                                                                        |
| **Token Contract Address** | The contract address of the BEP-20/ERC-20 token you want to use as the game chips                                                                                                                                                       |
| **Deployment Fee**         | A small amount of the native on-chain token (such as BNB) as the deployment gas fee; if a 3/4-digit domain is required, an additional fee will be charged (see[Domain and Pricing](/dapp.meme-en/create-a-game/domains-and-pricing.md)) |

***

## What will you get after deployment?

* ✅ A fully yours on-chain dice game contract
* ✅ Exclusive game domain `yourname.dapp.meme`
* ✅ Complete game frontend (betting, investment, leaderboard, admin panel)
* ✅ Contract address ending with `0x...d1ce` (MemeDice exclusive identifier)

***

## Related Sections

* [Select Network and Token](/dapp.meme-en/create-a-game/select-network-and-token.md)
* [Advanced Configuration Explained](/dapp.meme-en/create-a-game/detailed-advanced-configuration.md)
* [Domain and Pricing](/dapp.meme-en/create-a-game/domains-and-pricing.md)
* [Game Management Guide](/dapp.meme-en/manage-games/game-management-overview.md)


---

# 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.dapp.meme/dapp.meme-en/create-a-game/game-deployment-overview.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.
