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

# Glossary

<figure><img src="/files/7JUFO0vVIMwA9BEKMQn8" alt="Glossary"><figcaption></figcaption></figure>

This section is a living reference for all key terms used across the PoolFans, Farcaster, and Clanker ecosystems. If you ever get lost in the terminology, check here first.

### Example Entries:

| Term           | Definition                                                                                                |
| -------------- | --------------------------------------------------------------------------------------------------------- |
| Pool           | A competitive on-chain event where participants open positions on tokens and compete for the highest ROI. |
| Key            | Entry ticket into a Pool. 1 Key = 1 on-chain position.                                                    |
| Deployer       | The contract that launches new Pools and related modules.                                                 |
| $FANS          | The native token that coordinates attention and liquidity across the PoolFans ecosystem.                  |
| Fee Tokenizer  | Converts protocol fees into tradable ERC-20 tokens representing fee ownership.                            |
| Leaderboard    | On-chain ranking of pool participants by ROI (return on investment).                                      |
| XP             | "Experience Points" earned from participation, staking, or engagement within the ecosystem.               |
| Pre-Clank Pool | Early experimental pool deployed via Clanker Launchpad, often before formal audits.                       |
| Clanker        | A launch and verification protocol on Base used for deploying and auditing smart contracts.               |
| Miniapp        | A Farcaster-integrated app that enables on-chain interaction directly within the social feed.             |
| Base           | Ethereum L2 network by Coinbase — fast, cheap, and EVM-compatible.                                        |
| Farcaster      | Decentralized social protocol where PoolFans miniapps and engagement mechanics live.                      |

💡 This glossary will grow over time as new features, contracts, and mechanics roll out.


---

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