> For the complete documentation index, see [llms.txt](https://cura-docs.openrank.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cura-docs.openrank.com/channel-wallet-and-tokens/unlocking-a-channel-economy.md).

# Unlocking a Channel Economy

## How does the Ownership and Economics Work

**Economics**

* Fixed supply for each channel token (1 billion tokens)
* Tokens are allocated between channel rewards pool and launch liquidity (moderator decides)
* Channel rewards pool allows X% initial airdrop to users based on retroactive contribution, and rest of the tokens in the channel rewards pool are earned by users weekly based on channel leaderboard over a timeline chosen by the moderator (eg: 24 months)&#x20;
* The Launch liquidity tokens are deployed to a single-sided Uniswap v3 pool with 1% fee tier, enabling immediate trading.
* The Channel wallet earns 95% of the swap fees from the uniswap v3 pool, 5% goes to Cura.

Here is an example of the parameters for /cryptosapiens channel

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

## **Channel Wallet**

Cura automatically deploys a channel smart contract wallet which:

* Requests Cura to deploy the channel token
* Collects and redistributes swap fees from Uniswap
* Holds the Reward Pool and facilitates weekly rewards distribution to channel members based on Leaderboard.&#x20;

## **Reward Pool: reputation based rewards using OpenRank**

* Tokens are distributed using channel-specific OpenRank scores, rewarding quality engagement over spam/farming.
* OpenRank scores are updated daily based on casts and engagement.

## **Channel Member Earnings and Ownership**

Cura allows channel members to earn tokens based on positive contribution. For the community rewards tokens, moderator can automate the following distribution:

* Initial Airdrop: X% of the community earnings pool is distributed as an initial airdrop to channel members based on their contributions over the past 60 days.
* Daily Rewards: X% of the community earnings pool is used for daily rewards distribution. Tokens are earned by channel members based on daily engagement and reputation metrics calculated using OpenRank. Moderators can choose the daily distribution over 0-72 months timeline.
* Cura charges a 2% fees on token distribution.

## **Channel Tokens**

Channels and Moderators have control over driving usage or utility of the channel tokens, for example:

* Hold channel tokens to become a member
* Purchase Channel membership by paying tokens to channel wallet
* Pay channel tokens to Pin Casts for 24 hours, use Openrank scores as reputation criteria
* Mint premium or limited edition NFTs through Channel tokens
* Burning tokens to enable anonymous posts
* Create Surveys on Ponder using Channel tokens


---

# 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://cura-docs.openrank.com/channel-wallet-and-tokens/unlocking-a-channel-economy.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.
