# Protocol

- [Overview](https://v3.docs.pooltogether.com/protocol/overview.md): What are No-Loss Prize Games?
- [Prize Pools](https://v3.docs.pooltogether.com/protocol/prize-pool.md): Pool deposits and award accrued interest periodically as a prize
- [⚖️ Fairness](https://v3.docs.pooltogether.com/protocol/prize-pool/fairness.md): How Prize Pools Ensure Fair Play
- [Stake Prize Pool](https://v3.docs.pooltogether.com/protocol/prize-pool/stake-prize-pool.md)
- [Yield Source Prize Pool](https://v3.docs.pooltogether.com/protocol/prize-pool/yield-source-prize-pool.md): A prize pool that uses a yield source to generate prizes.
- [Prize Strategies](https://v3.docs.pooltogether.com/protocol/prize-strategy.md): Customize how a Prize Pool distributes prizes
- [Multiple Winners](https://v3.docs.pooltogether.com/protocol/prize-strategy/multiple-winners.md)
- [👨‍🌾 Yield Sources](https://v3.docs.pooltogether.com/protocol/yield-sources.md): Yield sources generate yield for prize pools.
- [🎟️ Tokens](https://v3.docs.pooltogether.com/protocol/tokens.md)
- [🎟️ Ticket](https://v3.docs.pooltogether.com/protocol/tokens/ticket.md)
- [Sponsorship](https://v3.docs.pooltogether.com/protocol/tokens/sponsorship.md)
- [Random Number Generator](https://v3.docs.pooltogether.com/protocol/random-number-generator.md)
- [Blockhash](https://v3.docs.pooltogether.com/protocol/random-number-generator/blockhash.md)
- [Chainlink VRF](https://v3.docs.pooltogether.com/protocol/random-number-generator/chainlink-vrf.md)
- [🏴‍☠️ Loot Box](https://v3.docs.pooltogether.com/protocol/lootbox.md): What is a PoolTogether Loot Box?
- [Pods](https://v3.docs.pooltogether.com/protocol/pods.md): Combine tickets and split the prize
- [Prize Splits](https://v3.docs.pooltogether.com/protocol/prize-splits.md): Distribute a percentage of the prize (before awarding winners) on every draw to fixed address.
- [Blocklist](https://v3.docs.pooltogether.com/protocol/blocklist.md): Block addresses from being selected for award distribution


---

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