# FAQ

Quick answers to the most common questions.

***

<details>

<summary><strong>What chain is Clipcoin on?</strong></summary>

We deploy on **Base** (Ethereum L2).

</details>

<details>

<summary><strong>What’s the total supply for each clip token?</strong></summary>

Exactly **1,000,000,000** per tokenized clip.

</details>

<details>

<summary><strong>How are names and symbols set?</strong></summary>

The **name** follows the YouTube clip title. The **symbol** is user‑defined at creation (must be unique and within allowed characters).

</details>

<details>

<summary>Can every clip be tokenized?</summary>

Only clips from **whitelisted creators**. Submit via the **Creator waitlist**.

</details>

<details>

<summary><strong>How does creator allocation work?</strong></summary>

At creation, the creator can be assigned **up to 50%** of supply.

</details>

<details>

<summary><strong>What are the trading fees and splits?</strong></summary>

Each trade includes a **1% fee**. **Referrers earn 20% of referrals' trading fee**. **Creators earn 5% of fees** from trades on their clips.

</details>

<details>

<summary><strong>Where do I trade?</strong></summary>

Directly on [**app.clipcoin.fun**](https://app.clipcoin.fun/) or directly on **Uniswap V3 (Base)**.

</details>

<details>

<summary><strong>How is market cap displayed?</strong></summary>

We compute **price × circulating supply**. In thin liquidity, market cap can swing—treat it as a directional signal, not a guarantee.

</details>

<details>

<summary><strong>How do referrals work?</strong></summary>

Share your **referral link**. When referred users trade, you earn **20% of their trading fee**. Rewards accrue on‑chain and are **claimable** in app.

</details>

<details>

<summary><strong>How do creators earn?</strong></summary>

Via **allocated tokens** and a **5% fee share** on their tokenized clips; both are **claimable** from the creator dashboard.

</details>

<details>

<summary><strong>How do I log in?</strong></summary>

Through **Privy**. Connect an existing wallet or create a new Base wallet during sign‑in.

</details>

<details>

<summary><strong>Is this financial advice?</strong></summary>

No. Markets are risky. **Do your own research.**

</details>

***

{% hint style="warning" %}

#### **Need help?**

See [**Contact & support**](/resources/contact-and-support.md) in the Appendix.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.clipcoin.fun/foundation/faq.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.
