> For the complete documentation index, see [llms.txt](https://v3.docs.pooltogether.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v3.docs.pooltogether.com/v3.3.0/protocol/prize-pool/yield-source-prize-pool.md).

# Yield Source Prize Pool

The Yield Source Prize Pool uses a yield source contract to generate prizes.  Funds that are deposited into the prize pool are then deposited into a yield source.

## Retrieving the Yield Source

You can access the yield source contract by using this function:

```javascript
function yieldSource() public view returns (IYieldSource);
```

See the [IYieldSource](/v3.3.0/protocol/yield-sources.md#yield-source-interface) interface for more information on the yield source.
