> For the complete documentation index, see [llms.txt](https://docs.kotofi.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kotofi.fun/core-concepts/creators.md).

# Creators

Creators are the people who publish the content that moves crypto on X. Kotofi rewards them for the mindshare they generate.

***

### Who Are Creators? <a href="#who-are-creators" id="who-are-creators"></a>

**Creators** are X (formerly Twitter) authors whose posts are part of the real crypto conversation. If you consistently create content that shapes narratives, explains ideas, or moves communities, you are a creator in the Kotofi ecosystem.

You don't need a special "creator account". If you post on X and your content matters to people in crypto, Kotofi can recognize that impact. To *receive* rewards, you need to connect your X profile and wallet on the Kotofi web app.

***

### How Creators Are Recognized (High Level) <a href="#how-creators-are-recognized-high-level" id="how-creators-are-recognized-high-level"></a>

Kotofi looks at your posts over time and asks a simple question: **does this content actually move the conversation?**

Internally, the protocol looks at signals like how people respond to your posts, how consistently you show up, and whether your account behaves like a real human, not a bot. The exact logic is intentionally not public, to keep the system fair and hard to game.

You don't need to optimize for a specific trick. Just focus on creating real, valuable content about the projects and topics you care about.

***

### What Helps You Earn as a Creator <a href="#what-helps-you-earn-as-a-creator" id="what-helps-you-earn-as-a-creator"></a>

In simple terms, creators tend to earn more when their content is:

* **Authentic** — Your voice is real, not spammy.
* **Relevant** — You talk about projects, tokens, and topics that the crypto community actually cares about.
* **Engaging** — People like, reply, share, or quote your posts.

You don't have to chase every trend. If you create content that people genuinely care about, mindshare and rewards follow.

***

### Creators and Mindshare <a href="#creators-and-mindshare" id="creators-and-mindshare"></a>

Your creator rewards are tied to **mindshare**—Kotofi's way of measuring how much your content actually matters. Posts that people see, talk about, and keep coming back to tend to build higher mindshare over time.

Higher mindshare generally means more rewards and a stronger position on leaderboards.

***

### Connecting as a Creator <a href="#connecting-as-a-creator" id="connecting-as-a-creator"></a>

To receive rewards, you need to:

1. Sign in to [kotofi.fun](https://kotofi.fun/) with your X account
2. Keep creating. When your posts generate mindshare around projects and topics on Kotofi, rewards are credited to your account.


---

# 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.kotofi.fun/core-concepts/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.
