# Protocol

- [Overview](https://v3.docs.pooltogether.com/v3.2.0/protocol/overview.md): What are No-Loss Prize Games?
- [Prize Pools](https://v3.docs.pooltogether.com/v3.2.0/protocol/prize-pool.md): Pool deposits and award accrued interest periodically as a prize
- [⚖️ Fairness](https://v3.docs.pooltogether.com/v3.2.0/protocol/prize-pool/fairness.md): How Prize Pools Ensure Fair Play
- [Compound Prize Pool](https://v3.docs.pooltogether.com/v3.2.0/protocol/prize-pool/compound-prize-pool.md)
- [Stake Prize Pool](https://v3.docs.pooltogether.com/v3.2.0/protocol/prize-pool/stake-prize-pool.md)
- [Custom Yield Sources](https://v3.docs.pooltogether.com/v3.2.0/protocol/prize-pool/custom-yield-sources.md): Create a Prize Pool that Uses a Custom Yield Source
- [Prize Strategies](https://v3.docs.pooltogether.com/v3.2.0/protocol/prize-strategy.md): Customize how a Prize Pool distributes prizes
- [Yield Sources](https://v3.docs.pooltogether.com/v3.2.0/protocol/prize-strategy/yield-sources.md)
- [Multiple Winners](https://v3.docs.pooltogether.com/v3.2.0/protocol/prize-strategy/multiple-winners.md)
- [🎟️ Tokens](https://v3.docs.pooltogether.com/v3.2.0/protocol/tokens.md)
- [🎟️ Ticket](https://v3.docs.pooltogether.com/v3.2.0/protocol/tokens/ticket.md)
- [Sponsorship](https://v3.docs.pooltogether.com/v3.2.0/protocol/tokens/sponsorship.md)
- [Token Listener](https://v3.docs.pooltogether.com/v3.2.0/protocol/tokens/token-listener.md)
- [Random Number Generator](https://v3.docs.pooltogether.com/v3.2.0/protocol/random-number-generator.md)
- [Blockhash](https://v3.docs.pooltogether.com/v3.2.0/protocol/random-number-generator/blockhash.md)
- [Chainlink VRF](https://v3.docs.pooltogether.com/v3.2.0/protocol/random-number-generator/chainlink-vrf.md)
- [🏴‍☠️ Loot Box](https://v3.docs.pooltogether.com/v3.2.0/protocol/lootbox.md): What is a PoolTogether Loot Box?
- [Gas Usage](https://v3.docs.pooltogether.com/v3.2.0/protocol/gas-usage.md)


---

# Agent Instructions: 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:

```
GET https://v3.docs.pooltogether.com/v3.2.0/protocol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
