> 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/free-deploy.md).

# Free Deploy

Every hour, Revolt deploys one coin **completely free** — no ETH, no gas, no wallet balance required. The first wallet to claim the open deploy gets its coin launched on the spot, paid for by the protocol.

## How a free deploy works

1. **A window opens at the top of every hour.** The live deploy card sits first in the Trending row on the home page, with a countdown to the next window.
2. **First claim wins.** Fill in the claim form — name, ticker, image, optional description and socials — and sign a message with your wallet. Signing is free: it proves you own the address, but sends no transaction and costs no gas.
3. **The protocol launches your coin.** A dedicated deploy wallet creates the token on the bonding curve and pays the gas. Seconds later your coin is live and tradable like any other Revolt launch.
4. **You are the creator.** The token page shows the free-deploy badge and credits **you** — not the deploy wallet — as the creator. Launch (and later graduation) [Revolt Points](/points.md) go to you as well.
5. **You get the first bag.** As part of the launch transaction, the deploy wallet buys **\~0.1% of the supply at the curve floor** and transfers it straight to your wallet. You don't just launch free — you start holding.
6. **Optional first buy.** Right after the win, you can top up with the first real buy on your own coin — a normal swap from your wallet, at the same price rules as everyone else.

If a window's deploy is claimed, the next one opens at the top of the next hour. If nobody claims, the window simply stays open until someone does.

## The rules

| Rule           | Value                                                        |
| -------------- | ------------------------------------------------------------ |
| Frequency      | One free coin per hour                                       |
| Winner         | First valid claim in the window                              |
| Cost to you    | Zero — the deploy wallet pays the launch gas                 |
| Winner's gift  | \~0.1% of the supply, bought at the floor and sent to you    |
| Cooldown       | One win per wallet per 5 hours                               |
| Launch mode    | Bonding curve — same 5 ETH graduation race as any curve coin |
| Image          | Keep it small (≤ \~50 KB) — it is stored fully on-chain      |
| Creator credit | The winner, recorded on-chain in the token metadata          |

{% hint style="info" %}
The gift is best-effort by design: if the deploy wallet's gas float runs too low, the launch still goes through and only the gift is skipped — a claimed deploy never fails because of it.
{% endhint %}

## Why it's sustainable

Free-deployed coins are regular curve launches, so they generate the regular **1% trade fee with a 30% creator share** — and for these coins, that creator share accrues to the deploy wallet. In other words, trading on free-deployed coins refuels the gas that launches the next ones. The deploy wallet is a dedicated low-balance wallet, separate from the protocol deployer.

## Provenance, on-chain

Like everything on Revolt, there is no database behind free deploys. A free-deployed coin's metadata (stored on-chain at launch) records its deploy number and the winner's address — anyone can verify who won what, forever. Past free deploys are simply the tokens created by the deploy wallet.

{% hint style="info" %}
Free deploys appear when the feature is enabled on the site. The claim endpoint is rate-limited and signature-verified — bots hammering the window gain nothing over a human with the form already open.
{% endhint %}


---

# 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/free-deploy.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.
