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

# Home Tab

*A real‑time feed for coined videos with **Quick Buy** from the card.*

***

<figure><img src="/files/0f9TDzQmuAk6H80bP3rd" alt=""><figcaption></figcaption></figure>

#### **How to use Home**

* Use **Creates + Buys (≤1h)** filter to surface **fresh momentum**.
* Click **Buy now** for the trade modal (uses your default **slippage** and **ETH on Base**).
* Open **Comments** for context; **Share** copies a short URL (includes your **ref code** when signed‑in).
* Jump to **DEXScreener** to check range/liquidity before sizing.

#### **Signals to watch**

* **Create + clustered buys** in the first hour → higher breakout odds.
* **Likes/comments up, buys flat** → interest w/o commitment; wait for follow‑through.
* **Large sells** post‑spike → consider wider slippage or wait for depth to refill.

#### **Edge cases & moderation**

* Thin liquidity can make small buys look outsized; confirm **24h volume** on the **Token page**.
* If a creator leaves the whitelist, older events stay visible; new **Create** events are blocked.

***

{% hint style="warning" %}

#### **Quick tips**

* Keep **$2–$5** in **ETH on Base** to act from the feed.&#x20;
* Open candidates in new tabs and compare **volume**, **holders**, and **creator total cap** before entering.
  {% 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/home-tab.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.
