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

# Create Tab

*Turn a whitelisted YouTube clip into a tradable **ERC‑20 (1B)** in minutes.*

***

<figure><img src="/files/HH8KakHlKXSGlCGnmO2D" alt=""><figcaption></figcaption></figure>

#### **Creation flow**

1. Complete the form → resolve any inline errors.
2. Click **Create token** → confirm in wallet (may require an **approval** first).
3. The token **lists instantly on Uniswap V3 (Base)**; you’re routed to the **Token page**.
4. The **announcement bot** posts the new token automatically.

#### **After launch**

* Share the **Token page** (Share menu includes your **referral** when signed‑in).
* Optionally add **liquidity** on Uniswap V3 (advanced; range & IL risks).
* Creators can track **allocation** and **fee share** accruals in their profile and **claim** later.

#### **Edge cases**

* Duplicate clip attempts show an error: *This clip is already tokenized*.
* Changing the **Token Symbol** after launch isn’t supported; choose carefully.
* If the YouTube video is removed later, the token remains on‑chain; discovery surfaces may adjust per policy.

***

{% hint style="warning" %}

#### Quick tips

* Keep symbols short (3–5 letters).&#x20;
* Align **allocation** with creator involvement.&#x20;
* If unsure, **pre‑buy** small (`0.01–0.05` ETH) and scale later.&#x20;
* Keep **$2–$5** in **ETH on Base** for gas.
  {% 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/create-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.
