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

# Economics

Understand **how value flows**: supply, fee splits, market cap math, and how **Uniswap V3** sets price.

***

**Supply & allocation**

* **Fixed supply:** every clip token = **1,000,000,000** units.
* **Creator allocation:** **0–50%** can be assigned to the verified creator at creation.
* **Circulating vs. total:** UI market cap uses **price × circulating supply**; circulating can differ from total depending on allocations and holdings.

**Fees & revenue share**

* **Platform fee:** **1%** on each buy/sell.
* **Referrer share:** **20% of the fee** → effective **0.2% of referred volume** (eligible trades).
* **Creator share:** **5% of fees** on their tokenized clips.
* **Claims:** both referral and creator shares **accrue on‑chain** and are **claimable** in app.

**Price discovery (Uniswap V3)**

* **Concentrated liquidity:** LPs choose **price ranges**; trades execute against active ranges.
* **Implications:** price can move quickly through thin ranges; **slippage** depends on depth near the trade price.
* **For traders:** check the **Token page** for recent trades and depth signals; consider using modest slippage.
* **For LPs (optional):** range selection controls exposure; be aware of **impermanent loss** and range out‑of‑bounds risk.

***

#### **What's next?**

→ Explore **Using Clipcoin → For Trader / For Creator** for playbooks, or head back to **Feature tour** to master the app surfaces.

{% content-ref url="/pages/cl4Qutu2PjypzS0LDTu2" %}
[Using Clipcoin](/using-clipcoin/for-traders.md)
{% endcontent-ref %}

{% columns %}
{% column %}
{% content-ref url="/pages/KNmuENvc4BSUyGtI7K48" %}
[For Traders](/using-clipcoin/for-traders.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/oz9cjDnOsiNQf6MTf1kW" %}
[For Creators](/using-clipcoin/for-creators.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

{% content-ref url="/pages/UsiWy01Nb8MfvXFb7tXJ" %}
[Feature Tour](/mechanics/feature-tour.md)
{% endcontent-ref %}


---

# 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/economics.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.
