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

# Features

**Simplify Channel Management**

* Use Cura's 'Request to Join' Channel Frame to manually gate membership requests.
* Auto-invite and Auto-approve members using your own criteria
* Discover new users to invite to your channel

**Reward Quality  Contributions**

* Use Channel Leaderboard that tracks Weekly and Lifetime contribution by channel members.
* Distribute Rewards (any token on base) Daily or Periodically to top channel users based on daily, weekly or lifetime engagement.
* Use Curate feed (powered by OpenRank) to pin, highlight and tip top content in your channel.&#x20;

**Incentivize and Curate Channel Economy**

* Launch a community wallet for your channel
* Deploy a Channel token with your own tokenomics
* Automatically deploy a portion of channel token to Uniswap and automatically distribute a portion to channel members weekly based on channel leaderboard.&#x20;

As a mod, you can access all these features on the Cura Web App. Head to <https://cura.openrank.com> and sign in using their Farcaster account to manage their channel. You have full control over your channel and its settings.


---

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