# Prizes

<figure><img src="/files/kEkBqaxNMdHi0icWe81p" alt=""><figcaption></figcaption></figure>

When a Station is full, it pays out prizes.  80% of the Station's balance goes towards the prize pool, and 20% goes towards the rolling Jackpot.  Each Station has 3 prizes:

* 1st - 50%
* 2nd - 30%
* Most Pumps - 20%

1st and 2nd place winners are randomly selected, but the "most pumps" award is given to the player with the most cumulative pumps.  The three prize winners have an exclusive chance at the rolling Jackpot...


---

# 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://gaspumpgames.gitbook.io/drip-station/prizes.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.
