# Protocol

- [Overview](https://v3.docs.pooltogether.com/v3.0.1/protocol/overview.md): What are No-Loss Prize Games?
- [Prize Pools](https://v3.docs.pooltogether.com/v3.0.1/protocol/prize-pool.md): Pool deposits and award accrued interest periodically as a prize
- [⚖️ Fairness](https://v3.docs.pooltogether.com/v3.0.1/protocol/prize-pool/fairness.md): How Prize Pools Ensure Fair Play
- [Compound Prize Pool](https://v3.docs.pooltogether.com/v3.0.1/protocol/prize-pool/compound-prize-pool.md)
- [yVault Prize Pool](https://v3.docs.pooltogether.com/v3.0.1/protocol/prize-pool/yvault-prize-pool.md)
- [Token Listener](https://v3.docs.pooltogether.com/v3.0.1/protocol/prize-pool/token-listener.md)
- [Prize Strategies](https://v3.docs.pooltogether.com/v3.0.1/protocol/prize-strategy.md): Customize how a Prize Pool distributes prizes
- [Single Random Winner](https://v3.docs.pooltogether.com/v3.0.1/protocol/prize-strategy/single-random-winner.md)
- [🎟️ Ticket](https://v3.docs.pooltogether.com/v3.0.1/protocol/prize-strategy/single-random-winner/ticket.md)
- [Sponsorship](https://v3.docs.pooltogether.com/v3.0.1/protocol/prize-strategy/single-random-winner/sponsorship.md)
- [Random Number Generator](https://v3.docs.pooltogether.com/v3.0.1/protocol/random-number-generator.md)
- [Blockhash](https://v3.docs.pooltogether.com/v3.0.1/protocol/random-number-generator/blockhash.md)
- [Chainlink VRF](https://v3.docs.pooltogether.com/v3.0.1/protocol/random-number-generator/chainlink-vrf.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.0.1/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.
