# Motion Docs

## Home

- [What is $MOTION?](https://docs.motion.tips/readme.md): A closed tipping network on X. A tip from an allocator is the only door in.
- [How It Works](https://docs.motion.tips/how-it-works.md): How you get in and how you earn: tip, scan, seat, points.
- [Getting In and Earning](https://docs.motion.tips/qualify-and-earn.md): What a tip means, what the scan reads, and what a seat earns.
- [Tipping](https://docs.motion.tips/tip-on-the-timeline.md): How a tip works: the reply, the ceilings, the weekly allowance, and why a failed tip is silent.
- [The Leaderboard](https://docs.motion.tips/leaderboard-and-tip-allocation.md): How the allocator board is ranked, what it counts, and how to read your row.
- [The Web of Trust](https://docs.motion.tips/read-the-graph.md): Why Motion is closed, and what a tip means as a line in the trust graph.
- [FAQ & Glossary](https://docs.motion.tips/faq-and-glossary.md): Short answers about V2, plus plain definitions.
- [Under the Hood](https://docs.motion.tips/technical/technical.md): How Motion V2 works under the hood: the indexer, the tip engine, the scan, and the one moment that touches the chain.
- [Treasury & Delegation](https://docs.motion.tips/technical/delegation.md): The $MOTION treasury is a smart-account multisig on Robinhood Chain. Its owners sign narrow permissions that let the backend pay claims and nothing else.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.motion.tips/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
