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

# FAQ

<details>

<summary><strong>What is Kotofi?</strong></summary>

Kotofi is a platform that rewards people for discovering and creating the crypto content that really matters on X. It connects discoverers, creators, and projects so that real attention turns into real rewards.

</details>

<details>

<summary><strong>Why does Kotofi exist?</strong></summary>

Today, people who find the best information early and creators who move the conversation rarely share in the value they create. Kotofi fixes this by turning high‑quality information and attention into something that can be measured and rewarded.

</details>

<details>

<summary><strong>How does Kotofi work, in simple terms?</strong></summary>

You install a browser extension (optional) and browse X as usual. Kotofi sees which posts you discover and how creators move the conversation. Projects can fund campaigns, and those funds are shared with the discoverers and creators who drive real attention.

</details>

<details>

<summary><strong>Who is a discoverer?</strong></summary>

A discoverer is someone who has installed the Kotofi extension and signed in with their X account. When you browse X with the extension on, you’re a discoverer.

</details>

<details>

<summary><strong>How do I earn discovery rewards?</strong></summary>

When you’re among the first to see posts that go on to gain a lot of attention, you earn. The earlier you see them, the more you can earn.

</details>

<details>

<summary><strong>Do I need to sign up as a “creator”?</strong></summary>

No special sign‑up is needed. If you post on X and your content matters to people in crypto, Kotofi can recognize that. To receive rewards, just connect your X profile on [https://kotofi.fun](https://kotofi.fun/).

</details>

<details>

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

When your posts help shape the conversation around projects and topics on Kotofi, you earn. The more people see, talk about, and engage with your content, the more you can earn.

</details>

<details>

<summary><strong>Do I have to do anything special during a yap campaign?</strong></summary>

No. When projects run YAP campaigns, creators whose posts drive attention for those projects earn automatically. You just keep creating content.

</details>

<details>

<summary><strong>What is a project on Kotofi?</strong></summary>

A project is the token, protocol, or idea you’re building. Kotofi tracks what people say about your project on X and rewards the creators and discoverers who drive attention to it.

</details>

<details>

<summary><strong>What do I need to run a YAP campaign?</strong></summary>

You register your project on Kotofi, set your campaign details, and lock the reward pool. Funds must be locked before the campaign starts so rewards are guaranteed.

</details>

<details>

<summary><strong>Can I run a campaign before my token launches?</strong></summary>

Yes. You can run a pre‑TGE YAP campaign to build buzz. Reach out at <contact@kotofi.fun> and the team will help you set it up.

</details>

<details>

<summary><strong>How do I launch a token with Kotofi?</strong></summary>

Use the Kotofi Launchpad on kotofi.com. It’s powered by Raydium and lets you launch any token, then connect it directly to YAP campaigns.

</details>

<details>

<summary><strong>Is my personal information safe while using Kotofi?</strong></summary>

Kotofi only needs what’s required to link your X account and, when you choose, your wallet. Your browsing is focused on public X content, and the platform is designed to avoid collecting unnecessary personal information.

</details>

<details>

<summary><strong>Are there any restrictions or limitations on using Kotofi?</strong></summary>

Yes. Abuse, spam, bots, or attempts to manipulate campaigns are not allowed. Kotofi is built to reward real people, real attention, and real contributions.

</details>


---

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