# Introduction

MNEE (pronounced “money”) is a fast, USD-backed stablecoin designed for digital payments, gaming, remittances, and more. Fully collateralized 1:1 with U.S. Treasury bills and cash equivalents, MNEE ensures stability and transparency through regular audits. It operates on the high-speed [1Sat Ordinals protocol](https://docs.1satordinals.com/), offering near-zero fees and instant finality. MNEE is regulated in Antigua with full AML/KYC compliance.

{% hint style="success" %}
Building with MNEE requires no previous blockchain experience :raised\_hands:
{% endhint %}

### Why Build with MNEE?

**Key benefits:**

* **⚡ Instant Transactions**

  Send and receive in under a second via [1Sat](https://docs.1satordinals.com/).
* **💸 Gasless UX**

  No need for users to manage or hold gas tokens on 1Sat.
* **🧩 Composable & Open**

  Integrate MNEE into any app, bot, or backend in minutes.
* **🌍 Multi-Chain by Design**

  Tap into both Ordinals and Ethereum ecosystems.
* **📉 Low Fees**

  MNEE enables micropayments and high-frequency interactions with near-zero cost.

### Common Use Cases

| Use Case               | Description                                                                 |
| ---------------------- | --------------------------------------------------------------------------- |
| In-App Payments        | Frictionless tipping, rewards, or purchases                                 |
| Microtransactions      | Pay-per-click, stream metering, API monetization                            |
| Peer-to-Peer Transfers | Send stablecoins without needing complex wallets                            |
| Stable Game Currencies | Avoid volatile tokens in gameplay or economies                              |
| Remittances            | Instant cross-border payments and remittances without the fees and friction |
| A2A (Agent-to-Agent)   | Empower artificial intelligence with agent-to-agent payments                |

### Who Is This For?

This documentation is designed for:

* Web2 and Web3 builders
* Product teams integrating payments
* Wallet and fintech startups
* Open-source tinkerers and experimenters

If you want to give your users the power of programmable dollars—with blazing-fast finality and no blockchain headaches—you’re in the right place.

***


---

# 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.mnee.io/getting-started/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.
