# Games Liquidity Pool

House games payout using a liquidity pool provided by users.

* Users can mint GLP tokens by depositing ETH to the Games Liquidity Pool
* Price per GLP = ETH in Pool / GLP Supply
* Users can burn their GLP to claim the corresponding ETH

> Games Liquidity Pool will open when house games are released

#### Fee distribution

Each house game has a specific rake fee that is distributed as follows

<table><thead><tr><th width="178"></th><th></th></tr></thead><tbody><tr><td>90%</td><td>Sent to <a href="/pages/oBi5ygNcEOeDqgJfUvbz#games-liquidity-pool-hlp">Games Liquidity Pool</a></td></tr><tr><td>10%</td><td>Sent to <a href="/pages/oBi5ygNcEOeDqgJfUvbz#distribution-router">Rewards</a></td></tr></tbody></table>


---

# 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://gambex.gitbook.io/gambex/protocol/rewards/games-liquidity-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.
