# Introduction to DApp.meme

## What is DApp.meme?

**DApp.meme** is built on [Mobius DApp Protocol (MDP protocol)](/dapp.meme-en/technical-overview/mobius-dapp-protocol-mdp-protocol.md) and is a**permissionless DApp launch platform**. Anyone can one-click deploy an on-chain application for any BEP-20 / ERC-20 token — no project authorization required, no coding required.

The first DApp template currently live is **MemeDice (dice game)**, which supports a verifiably fair on-chain dice game, with a built-in shareholder investment system and a complete leaderboard system.

**You can first claim**[**test tokens**](https://faucet.dapp.meme/)**and go to** [**test.dapp.meme**](https://test.dapp.meme/) **to try the game created with test tokens..**

***

## ⚡ Lightning-fast experience

> **One-click launch, deployment completed in as fast as 5 seconds.**
>
> Visit [app.dapp.meme](https://app.dapp.meme/) → Click “🚀 Launch Game” → Connect wallet → Enter token contract address → Click Launch
>
> Instantly get a dedicated game domain `yourname.dapp.meme`, and start accepting player bets.
>
> 👉 [View the minimalist tutorial now](/dapp.meme-en/create-a-game/minimal-tutorial-quick-5-second-deployment.md)

***

## Core features

| Feature                               | Description                                                                                                |
| ------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| 🚀 **One-click deployment**           | Deploy a complete DApp in one transaction, instantly getting a dedicated subdomain                         |
| 🎲 **Verifiably fair**                | Oracle-driven provably fair randomness, verifiable on-chain                                                |
| 💰 **Shareholder system**             | Anyone can invest and become a shareholder, provide liquidity, and share protocol revenue                  |
| 🔗 **Multi-chain support**            | BSC and Ethereum are live; Base and HyperEVM will be available soon                                        |
| 🏛️ **Fully decentralized**           | Can run trustlessly after ownership is renounced, with no admin keys and no single point of failure        |
| 📊 **On-chain transparency**          | All actions (bets, investments, management) are recorded on-chain and can be checked by anyone             |
| 🪙 **Supports any token**             | Supports any BEP-20 / ERC-20 token as game chips                                                           |
| 💸 **Automatic revenue distribution** | Revenue is automatically distributed to the creator / LP / platform, building a sustainable economic model |

***

## Supported networks

| Network             | Status         | Native token |
| ------------------- | -------------- | ------------ |
| **BSC (BNB Chain)** | ✅ Live         | BNB          |
| **Ethereum**        | ✅ Live         | ETH          |
| **Base**            | 🔜 Coming soon | ETH          |
| **HyperEVM**        | 🔜 Coming soon | HYPE         |

***

## DApp.meme ecosystem flowchart

<figure><img src="/files/b2987e732a196bd9451abc33291b0403f1002af9" alt=""><figcaption></figcaption></figure>

***

## Platform architecture overview

```mermaid
graph TB

    subgraph Users
        Creator[🚀 Game Creator]
        Player[🎮 Player]
        LP[💰 Liquidity Provider]
    end

    subgraph DApp.meme Platform
        Launchpad[🎲 DApp.meme Launchpad]
        GameSite[🕹️ Dedicated game website<br/>xxx.dapp.meme]
    end

    subgraph Blockchain
        Contract[📜 On-chain game contract]
        Treasury[🏦 Game treasury]
        Randomness[🎰 On-chain randomness system]
    end

    Creator -->|Fill in game name<br/>Bind token<br/>One-click deployment| Launchpad

    Launchpad -->|Automatically create game website<br/>Automatically deploy on-chain contract| GameSite

    GameSite -->|Connect on-chain game| Contract

    Player -->|Enter game website to place bets| GameSite

    LP -->|Provide liquidity for the game| GameSite

    Creator -->|Manage game parameters<br/>View revenue and logs| GameSite

    Contract -->|Manage game funds| Treasury

    Contract -->|Generate random results| Randomness

    Randomness -->|Return result| Contract

    Contract -->|Automatically settle wins and losses| GameSite
```

***

## Quick navigation

### I'm a creator — want to deploy a game

1. [Minimal tutorial — quick 5-second deployment](/dapp.meme-en/create-a-game/minimal-tutorial-quick-5-second-deployment.md)
2. [Detailed tutorial — complete deployment walkthrough](/dapp.meme-en/create-a-game/detailed-tutorial-complete-deployment-walkthrough.md)
3. [Game management guide](/dapp.meme-en/manage-games/game-management-overview.md)

### I'm a player — want to play

1. [Connect wallet](/dapp.meme-en/play-games/connect-wallet.md)
2. [Detailed betting gameplay](/dapp.meme-en/play-games/single-bet.md)
3. [Leaderboard](/dapp.meme-en/leaderboard-and-logs/leaderboard-and-logs-overview.md)

### I'm a player — want to provide liquidity (LP)

1. [Investment and shareholder guide](/dapp.meme-en/provide-liquidity-lp/game-participation-guide.md)
2. [Detailed explanation of the shareholder system](/dapp.meme-en/provide-liquidity-lp/detailed-explanation-of-the-shareholder-system.md)

### I want to learn the technical details

1. [Oracle vs Prevrandao](/dapp.meme-en/technical-overview/oracle-vs-prevrandao.md)
2. [MDP Protocol](/dapp.meme-en/technical-overview/mobius-dapp-protocol-mdp-protocol.md)

***

## Contact us

* 🌐 Website:[dapp.meme](https://dapp.meme/)
* 🌐 Team:[404cto.com](https://404cto.com/)
* 🪙 Team:[Test token claim](https://faucet.dapp.meme/)
* 💬 Telegram:[@x404cto](https://t.me/x404cto)
* 🐦 Twitter / X:[@0x404CTO](https://x.com/0x404cto)

***

> **Disclaimer**: DApp.meme's MemeDice is an on-chain dice gaming platform. Participating in the game carries the risk of financial loss; please participate cautiously after fully understanding the rules. The platform is not responsible for the security or fairness of any games deployed by third parties.


---

# 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/introduction-to-dapp.meme.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.
