> For the complete documentation index, see [llms.txt](https://docs.revolt.cool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revolt.cool/introduction.md).

# Introduction

## What is Revolt

**Revolt** is a meme launchpad on Robinhood Chain. One transaction to deploy a token, and **two launch modes** — the creator picks at launch:

* **Instant Uniswap** — the token is created **with its own Uniswap v3 pool in the same transaction**. Tradable and indexed everywhere from the very first second.
* **Bonding Curve** — the token starts on a fair-launch curve where price climbs with every buy. At **5 ETH raised**, it graduates automatically: the liquidity moves to a Uniswap v3 pool and the curve closes forever.

Whatever the mode, every token on Revolt ends up in the same place — a Uniswap pool with **liquidity locked in the protocol forever** — and is:

* **Created in a single transaction.** No presale, no whitelist, no team allocation.
* **Liquidity-locked by design.** The LP position lives inside a Revolt contract with **no withdraw function**. Nobody — not the creator, not the team — can pull the liquidity.
* **Fair-launched.** Every buyer, from the deployer to the last sniper, trades at the same rules.

{% hint style="success" %}
If you've launched a meme token before, you already know how to use Revolt. The difference: you skip the curve entirely — your token is on Uniswap from second one.
{% endhint %}

## Who it's for

{% tabs %}
{% tab title="Devs" %}
You have a meme, a mascot, a shitpost, or a brand-new narrative. You want to deploy it in 30 seconds, earn a cut of every trade for as long as the token lives, and never touch a line of Solidity.

→ Go to [Getting Started](/getting-started.md) and launch your first token.
{% endtab %}

{% tab title="Traders" %}
You want to be first. You want to read the chart, not a whitepaper. You want to rotate from one launch to the next without leaving the site.

→ Go to [How It Works](/how-it-works.md) to understand what you're buying.
{% endtab %}

{% tab title="Aggregators & Integrators" %}
You run an aggregator, a trading terminal, a bot, or a wallet. Revolt tokens are standard Uniswap v3 pairs — if you index Uniswap, you already index us.

→ Go to [API Overview](/for-developers/api.md) to plug in.
{% endtab %}
{% endtabs %}

## Supported chains

| Chain                 | Status | DEX                       |
| --------------------- | ------ | ------------------------- |
| **Robinhood Mainnet** | Live   | Uniswap V3 (from block 1) |

## Why Robinhood Chain

Robinhood Chain is an Arbitrum Orbit L2 with **native ETH** — an Ethereum-aligned execution environment with L2 economics. Tokens are priced in native ETH, gas is cheap, and blocks are fast: exactly what meme trading needs.

Revolt runs a **single-layer** design on Robinhood: one launcher contract creates the token, creates the Uniswap v3 pool, seeds the liquidity, and locks the position — all in one call. There is no curve contract, no migration step, no vault layer in between.

## The thesis in one paragraph

Every iconic coin was once a shitpost. Every narrative was once a joke. Meme culture doesn't come from presales or PowerPoints — it comes from the trenches. **Revolt is the shortest path between "this is a meme" and "this is tradable everywhere."**

## What's next

* Read [How It Works](/how-it-works.md) to understand the pool mechanics and fee flow.
* Jump into [Getting Started](/getting-started.md) if you just want to launch something.
* No ETH? One coin deploys free every hour → [Free Deploy](/free-deploy.md).
* Climb the on-chain leaderboard → [Revolt Points](/points.md).
* Aggregators → [API Overview](/for-developers/api.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.revolt.cool/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
