> 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/getting-started.md).

# Getting Started

## Connect your wallet

Revolt works with any EVM wallet (RainbowKit: MetaMask, Rabby, WalletConnect…). Click **Connect** in the header and approve Robinhood Chain when prompted.

| Network parameter | Value                                     |
| ----------------- | ----------------------------------------- |
| Network name      | Robinhood Chain                           |
| Chain ID          | `4663`                                    |
| Native currency   | ETH (18 decimals)                         |
| RPC URL           | `https://rpc.mainnet.chain.robinhood.com` |
| Block explorer    | `https://robinhoodchain.blockscout.com`   |

You'll need a small amount of native ETH on Robinhood Chain for gas.

## Launch a token

Click **LAUNCH** in the header and fill in the form:

* **Launch mode** — pick one:
  * **Instant Uniswap**: your token gets its Uniswap v3 pool in the launch transaction. Best for maximum, immediate visibility on trackers.
  * **Bonding Curve**: your token starts on a curve (80% of supply for sale, price climbs with buys) and graduates to Uniswap automatically at 5 ETH raised. Best for the classic fair-launch race.
* **Name** — the token's full name (max 64 characters).
* **Ticker** — usually uppercase, e.g. `RVLT` (max 16 characters).
* **Upload (meme)** — your token image. PNG, JPG, GIF or WebP.
* **Description** — optional, shown on the token page.
* **X / Telegram / Website** — optional social links.
* **Dev buy (ETH)** — optional. ETH swapped into your own token in the same transaction, so you get the very first fill on your own pool. Can be `0`.

Sign one transaction. That single transaction:

1. Deploys your ERC-20 (1,000,000,000 fixed supply, no mint, no taxes),
2. Creates the Uniswap v3 pool (1% fee tier) paired with ETH,
3. Deposits **100% of the supply** as liquidity and locks the position forever,
4. Executes your dev buy (if any).

Your token is live and tradable **immediately** — on Revolt, on Uniswap, and on every tracker that indexes Uniswap pools.

## Launch for free — the hourly deploy

No ETH? Every hour, the first card of the Trending row offers one **free deploy**: fill in the claim form, sign a message (no gas), and the protocol deploys your coin on the bonding curve and pays for it. You're credited as the creator, points included — and **\~0.1% of the supply is bought at the floor and sent to your wallet** with the launch. One win per wallet per 5 hours — details in [Free Deploy](/free-deploy.md).

## Trade

Open any token's page to see the live chart (market cap or price), stats, and the swap panel. Buys and sells are plain Uniswap v3 swaps against the token's pool — the same trade you could make on app.uniswap.org, one click closer.

* **Slippage** — swaps are protected by a minimum-received amount.
* **No Revolt-side taxes** — the only cost is the pool's 1% fee tier plus gas.

## Earn — creator fees

Every Revolt pool charges the standard Uniswap fee (1% tier) on each swap. Because the protocol owns the locked LP position, those fees accrue to the position — and Revolt splits them:

* **30% to the token creator**, forever, for as long as the token trades.
* **70% to the protocol treasury.**

Fees accrue in both assets of the pool (ETH and the token). Collection is permissionless: anyone can trigger `collectFees(token)` on-chain, and the split is paid out automatically — creator share straight to the deployer wallet, no redirects, no splits, no claim deadline.

## Earn — Revolt Points

Everything you do on Revolt scores points, derived straight from the chain: **1,000 points per ETH** of trading volume, **+250** per coin launched, **+2,500** when a coin you created graduates. Your live score sits in the header next to your wallet; the leaderboard is on the Points page. See [Revolt Points](/points.md).

## What's next

* Understand the pool math and the lock → [How It Works](/how-it-works.md)
* Win a free deploy → [Free Deploy](/free-deploy.md)
* Integrate Revolt tokens in your product → [For Developers](/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/getting-started.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.
