# 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](/master-1/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);
```


---

# 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-1/protocol/prize-pool/stake-prize-pool.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.
