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

# What is $MOTION?

**You post. Motion pays attention.**

$MOTION is the first TipFi protocol on Robinhood Chain. TipFi is tip finance: your posts on X earn you a tipping allocation, and a locked treasury of real $MOTION backs every bit of it.

Here is the whole loop:

1. **Post stuff.** Motion watches a set of target communities on X. We pick up everything that counts: $cashtags, @mentions, quotes and replies. If you posted it, the protocol saw it.
2. **The graph scores it.** Eligible activity earns points. At the end of each cycle, your points set your tip allocation. More posting, more points, bigger allocation. Social activity is the only way to earn it.
3. **The system burns it.** Tips put $MOTION into circulation, so the burn lowers supply. Every 30 minutes, your activity burns $MOTION straight from the treasury, and burned supply is gone forever.
4. **You tip it.** You give away your allocation by tipping accounts on the timeline. Using the Tip bot, you can tip posts you like, people you like, and communities you hang out in. Tips you receive are real $MOTION: claim them to your wallet, or tip them forward.

There is nothing to set up. Scoring runs automatically on the 30-minute cycle, and every burn is posted on-chain with a public transaction you can verify.

<figure><img src="/files/Kcloq4yu165V7tUhEMLn" alt="Every 30 minutes: your posts are scored, the treasury burns $MOTION, and you earn Tip Credit."><figcaption></figcaption></figure>

## The 80% treasury

About **80% of the entire $MOTION supply is locked in the protocol treasury**. It has two jobs:

* **Burns.** Every 30 minutes, the treasury destroys supply against the community's social activity. Burned supply is permanently removed from circulation.
* **Tip allocations.** The credit you earn, and the tips creators send each other, are backed by a dedicated tip allocation from this pool.

The treasury runs on on-chain permissions that allow exactly two things: tip allocations and token burns. Nothing else moves. The [Technical](/technical/technical.md) section has the full story.

## The communities

Motion indexes token communities on X and measures **bagworking**: the real posting, replying, quoting, and retweeting that goes on inside a community. Live today:

* $MOTION
* $WISHBONE
* $PONS
* $BRODIE
* $STONKBROKER

We target strong, large bagworking communities, and the core team adds more strategic partners over time.

## At a glance

| Item          | Value                                                                  |
| ------------- | ---------------------------------------------------------------------- |
| Status        | Live: real X data, real on-chain burns                                 |
| Chain         | Robinhood Chain (id `4663`)                                            |
| Launched      | On Pons                                                                |
| Cycle         | Every 30 minutes                                                       |
| Total supply  | 1,000,000,000 $MOTION, fixed forever, no mint function                 |
| Treasury      | \~80% of supply, locked to burns and tip allocations                   |
| Token address | `0xB0Fea401F1ee62F0e7cC3Bdf94b20c25aB5117e2`                           |
| Explorer      | [robinhoodchain.blockscout.com](https://robinhoodchain.blockscout.com) |

**Next:** [How It Works](/how-it-works.md) walks one post through the whole machine.


---

# 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/readme.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.
