> 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.2.0/protocol/prize-pool/stake-prize-pool.md).

# Stake Prize Pool

The Stake Prize Pool is a prize pool that uses an ERC-20 compatible token as the underlying asset.

Users's can stake their tokens to become eligible for whatever prize is defined as the prize strategy for that pool.

This is particularly useful for protocols that are sitting inactively in users's wallets - why not stake them in a pool and become eligible for rewards?

The returned [ticket](/v3.2.0/protocol/tokens/ticket.md) can be thought of as a "proof-of-liquidity".

### Retrieving the Underlying ERC-20

The underlying staked asset can be retrieved by calling:

```javascript
function token() returns (address);
```
