> 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/using-clipcoin/for-creators.md).

# For Creators

*Verification, coining, earnings, and promotion in one place.*

***

#### Why creators use Clipcoin?

* Turn attention into **on‑chain accruals**: **allocation (0–50%)** + **5% of fees** on your tokenized clips.
* Built‑in distribution: **Home**, **Rankings**, and an **auto X announcement bot**.

<details>

<summary><strong>Contact us and apply for joining the Whitelist</strong></summary>

* Submit your **YouTube channel URL** and contact.
* Optionally connect **X** to help users confirm identity.

</details>

<details>

<summary><strong>Coin your first clip</strong></summary>

* Go to **Create** → paste **Clip URL** or pick from **Suggested videos**.
* Set **name & symbol** (3–8 uppercase; recognizable).
* Choose **Creator allocation** (**0–50%**); optional **pre‑buy**.
* Click **Create token** → instant **Uniswap V3** listing → **Token page**.

</details>

<details>

<summary><strong>Earn &#x26; claim</strong></summary>

* **Fee share** — **5% of the 1% trading fee** on your tokenized clips accrues on‑chain; **claim** from the Creator profile/Claims.
* **Allocation** — your allocated tokens appear in your wallet; manage distribution as you see fit.
* **Referral (optional)** — sharing with your **ref link** earns **0.2%** of referred volume on eligible trades.

</details>

<details>

<summary><strong>Promote (what works)</strong></summary>

* **Pin** the token link on X; quote‑tweet the **announcement bot** post.
* Share **short clips** or timestamps of the coined moment; add **clear CTA** (“Watch → Coin → Trade”).
* Post during **audience peak hours**; thread with context + chart screenshot.
* Encourage fans to use **your ref link** so they also see your other clips.

</details>

<details>

<summary><strong>Policy notes</strong></summary>

* Only **whitelisted** channels can be tokenized.
* Clip tokens represent **provenance**, not IP or usage rights.
* Abuse/spam can lead to reduced discovery; see **Policies**.

</details>

***

{% hint style="success" %}

#### Your benefits at a glance

* **New revenue stream** — **5% of fees** on your tokenized clips (claimable) + optional **up to 50% allocation** of supply.
* **Distribution built‑in** — **Auto X announcement bot** + **Rankings** drive discovery.
* **Own the surface** — verified **Creator profile** groups all your tokenized clips.
  {% 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/using-clipcoin/for-creators.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.
