# 1. Introduction

The convergence of performant Layer 1 blockchains and decentralized financial primitives has created the conditions for something new: high-speed, transparent, and user-owned betting protocols. MAI is one such protocol, purpose-built to support sub-second, on-chain betting and prediction markets with no intermediaries, no custodianship, and no compromises.

MAI replaces opaque, extractive systems with a fully on-chain framework for fair and permissionless speculation. Games resolve on-chain. Odds are transparent. Rewards go to players and contributors—not platform operators.

This documentation outlines the design philosophy behind MAI, the structure of its casino and prediction modules, its incentive systems, and its future roadmap. Whether you're a trader, a builder, or a participant, MAI offers a new foundation for open betting markets.

### 1.1 Why Now? Why Mai?

* **Web2 betting is extractive.** Users are gated by identity requirements, lose access arbitrarily, and receive nothing in return for their participation. Odds are hidden. Resolution is opaque. Custody is held by platforms.
* **Web3 betting has underdelivered.** Despite the promise of decentralization, many crypto casinos remain centralized at the core, settling outcomes off-chain, storing user balances, and controlling odds behind closed logic.
* **MAI is different.** We are building every component, games, markets, staking, and settlement—to operate fully on-chain. There are no hidden rules, and no custody of user assets.
* **Monad enables it.** With parallel execution and sub-second block times, Monad is the first EVM-compatible chain capable of supporting real-time, on-chain speculation.

By building MAI on Monad, we enable:

1. Sub-second, on-chain betting experiences
2. Fully auditable and deterministic outcomes
3. A non-custodial product that’s open to anyone with a wallet
4. A fair system where the upside is shared with users


---

# 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.maiprotocol.com/litepaper/introduction.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.
