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

# Revolt Points

Revolt Points are the protocol's on-chain scoreboard: trade, launch, and graduate coins to climb the leaderboard. Your live score sits in the header next to your wallet, marked by the pixel lightning bolt, and the full leaderboard lives on the **Points** page.

## How scoring works

Points are **derived entirely from on-chain activity**. There is no signup, no off-chain tracker, no database — anyone can recompute every score from public chain data and get the same numbers.

| Action                         | Points                            |
| ------------------------------ | --------------------------------- |
| Trading volume (buys + sells)  | **1,000 points per ETH** traded   |
| Launching a coin               | **+250 points** per launch        |
| Your coin graduates to Uniswap | **+2,500 points** (creator bonus) |

A few details:

* Volume counts both buys and sells, across curve trades and Uniswap swaps on Revolt pools.
* The graduation bonus goes to the coin's **creator** when a bonding-curve coin completes its 5 ETH raise and lands on Uniswap.
* Coins won through the hourly [Free Deploy](/free-deploy.md) credit the **winner** — the wallet recorded on-chain as `claimedBy` — for the launch and graduation bonuses, not the deploy wallet that paid the gas.

## The leaderboard

The Points page shows your score, your rank, and the breakdown (volume, launches, graduations) next to the global leaderboard. Rankings are ordered by points, with volume as the tiebreaker.

{% hint style="warning" %}
Revolt Points are for fun and bragging rights. There is nothing to sign up for, nothing to claim, and they have **no monetary value**. Yet.
{% 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/points.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.
