> For the complete documentation index, see [llms.txt](https://docs.motion.tips/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motion.tips/leaderboard-and-tip-allocation.md).

# The Leaderboard

The [leaderboard](https://motion.tips/leaderboard) ranks every creator by tip allocation. If you're bagworking, you're on it: no sign-up, nothing to connect.

<figure><img src="/files/CvoJfQ81PIqkQ6aeQz8G" alt="The live $MOTION creator leaderboard: creators ranked by tip allocation, with community tabs across the top."><figcaption></figcaption></figure>

## Reading your row

| Column         | What it shows                                              |
| -------------- | ---------------------------------------------------------- |
| RANK           | Your position, highest allocation first                    |
| CREATOR        | Your X handle                                              |
| CYCLES         | How many 30-minute cycles have burned for you              |
| TIP ALLOCATION | Your earned Tip Credit, the allocation your tips draw from |
| MOTION BURNED  | Total $MOTION burned for your posts, the headline          |

TIP ALLOCATION can sit **above** MOTION BURNED: that's the hype bonus, which lifts a cycle's credit up to double when many different accounts engage you. The one number that answers "how much can I tip right now" is on your own profile: the board shows what you've *earned*; your profile shows what's *left*.

## Community tabs

Tabs across the top rank each tracked community on its own: ALL, $MOTION, $WISHBONE, $PONS, $BRODIE. The chips next to a creator's name show which communities they earn in, biggest bag first.

## Finding yourself

Search your handle in the SEARCH @CREATOR box, or link straight to any creator with `?creator=<handle>`. The board is live and rebuilds every 30 minutes.

{% hint style="info" %}
Wallet addresses never appear here. Your identity on Motion is your X handle, full stop.
{% endhint %}

{% hint style="success" %}
Not on the board yet? Every ranked creator got there by posting. [Earn Points](/qualify-and-earn.md) shows what counts, and why a post can score zero.
{% 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.motion.tips/leaderboard-and-tip-allocation.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.
