> For the complete documentation index, see [llms.txt](https://poolfans.gitbook.io/poolfans-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://poolfans.gitbook.io/poolfans-docs/resources/faq.md).

# FAQ

<figure><img src="/files/isisk7MNxpAe0HwXIPji" alt="FAQ"><figcaption></figcaption></figure>

### 🏁 General

<details>

<summary>What is PoolFans?</summary>

Protocol for composing primitives that coordinate attention + liquidity powered by $FANS

</details>

<details>

<summary>How do I interact with PoolFans?</summary>

You can access PoolFans directly through the Farcaster miniapp or the Base App.

The Fee Tokenizer App is currently undergoing a security audit and will be available soon.

</details>

<details>

<summary>What does $FANS do?</summary>

$FANS powers the entire PoolFans ecosystem — it's used to create pools, earn rewards, and share in protocol revenue.

Holders will soon be able to stake $FANS for multi-asset yield and gain exposure to every token launched through upcoming Pre-Clank Pools.

</details>

### 🔑 Keys & Pools

<details>

<summary>What's a "key"?</summary>

A key is your on-chain entry ticket into a PoolFans competition. Using a key opens a virtual position on any available token and tracks your ROI in real time.

</details>

<details>

<summary>How do I get free keys?</summary>

You can claim one free key daily or earn more by completing simple social tasks like following, liking, or casting. Each pool includes its own set of tasks you can complete for rewards.

</details>

<details>

<summary>What do I do once I open a position?</summary>

You can monitor your performance and lock in profits by closing your position before the pool ends.

</details>

<details>

<summary>What happens when a pool ends?</summary>

When the pool timer expires, all positions automatically close and the top ROI positions win the prize pot. The rewards are distributed among 1–5 winners depending on the pool setup.

</details>

### 🧱 Creating Pools

<details>

<summary>Who can create pools?</summary>

Anyone holding 1,000,000 $FANS can create a pool.

</details>

<details>

<summary>Why should I create pools?</summary>

Pool creation enables structured on-chain coordination — you can set tasks, distribute tokens fairly, and measure engagement directly. Many Farcaster users also launch pools to boost engagement or improve their Neynar score.

</details>

<details>

<summary>How do I fund a prize pot?</summary>

When creating a pool, simply choose any token from the list and set the amount you'd like to contribute as the prize pot.

</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://poolfans.gitbook.io/poolfans-docs/resources/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.
