# Introduction

[![PoolTogether Brand](https://github.com/pooltogether/pooltogether--brand-assets/blob/977e03604c49c63314450b5d432fe57d34747c66/logo/pooltogether-logo--purple-gradient.png?raw=true)](https://github.com/pooltogether/pooltogether--brand-assets)

## ✨ Introduction

PoolTogether is a protocol for no-loss prize games on the Ethereum blockchain. The protocol:

**1) Enables developers to build their own no-loss prize games**\
**2)** **Offers governance-managed no-loss prize games**

Prize games are pools of funds whose accrued interest is distributed as prizes. The concept is well-established and otherwise known as "[no loss lotteries](http://beniverson.org/papers/MaMa.pdf)" or "[prize savings accounts](https://en.wikipedia.org/wiki/Prize-linked_savings_account)". All prize games created by the protocol share the same key characteristics:

* No loss of deposited funds
* Ability to withdraw at any time
* Fair prize distribution according to a prize strategy

Prize games can be differentiated in the following ways:

* The yield source the prize pool uses to generate no loss return
* The prize strategy used to determine frequency and distribution of prizes&#x20;
* The additional rewards offered by the prize pool
* The asset type the prize pool accepts for deposits&#x20;
* The fairness parameters&#x20;

### Governance

The PoolTogether Protocol governance serves two primary functions.

* Governing the prize pool creation tools
* Governing a sub-set of prize pools

The protocol governed prize pools appear on the official [PoolTogether App](https://app-v3.pooltogether.com). Governance is currently the core PoolTogether team, but very soon governance control will be distributed amongst protocol stakeholders.


---

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