> For the complete documentation index, see [llms.txt](https://docs.clipcoin.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clipcoin.fun/mechanics/feature-tour.md).

# Feature Tour

A fast **map of app features** with the **one‑line benefit** and a link to each deep‑dive. Use it to decide where to go next.

***

<table data-header-hidden><thead><tr><th width="166.49383544921875">Surface (tab)</th><th width="340.470458984375">What it does</th><th>Primary benefit</th></tr></thead><tbody><tr><td><a href="/pages/OyLfesAfbs8nZhb8T5jN"><strong>Creator</strong></a></td><td>Whitelisted creators, verified badge, associated clips</td><td><strong>Trust + creator catalogs</strong> in one place</td></tr><tr><td><a href="/pages/IPG1H6yvAIQiFnqs9Ajh"><strong>Create</strong></a></td><td>Form to coin a whitelisted clip (1B supply)</td><td><strong>Permissionless coining</strong> with creator allocation</td></tr><tr><td><a href="/pages/RAZUbrfG4Z0yHrA2ksKd"><strong>Home</strong></a></td><td>Live feed of creates/buys/sells/likes/comments/shares</td><td><strong>Early discovery</strong> of new coins &#x26; momentum</td></tr><tr><td><a href="/pages/5gAsgPZgybf1AD7XyKym"><strong>Rankings</strong></a></td><td>Leaderboards by token market cap &#x26; creator total cap</td><td><strong>See leaders &#x26; rotation</strong> fast</td></tr><tr><td><a href="/pages/I42UOHi5R5w3aIZqK3kG"><strong>Referral &#x26; Reward</strong></a></td><td>Your referral link, referred volume, claim UI</td><td><strong>0.2% of referred volume</strong> (on eligible trades)</td></tr></tbody></table>

***

{% hint style="info" %}

#### Quick flow

* Start on **Home** for flow; jump to **Rankings** for macro; finish on **Token page** for entries/exits.
* Always keep a small **gas buffer** on Base.
  {% 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.clipcoin.fun/mechanics/feature-tour.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.
