# Treasury

Gambex protocol generates a treasury fund over time through different methods that are all pooled together in a balanced fund that is distributed to contributors based on their work.

### Fund distribution

<table><thead><tr><th width="122.5"></th><th></th></tr></thead><tbody><tr><td>50%</td><td>Stablecoins</td></tr><tr><td>50%</td><td>GBE</td></tr></tbody></table>

* ETH is collected from [bonding](/gambex/protocol/bonds.md), [protocol fees](/gambex/protocol/rewards.md), or [community sale](broken://pages/nB6cr8p47xKufr7IwMsa).
* ETH is converted to Stablecoins if Stablecoins are < 50% of the Treasury.
* Excess ETH is used to buy GBE at the market price while rebalancing the fund.
* GBE is only sold by the Treasury in [bonding ](/gambex/protocol/bonds.md)with a vested schedule


---

# 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/treasury.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.
