> For the complete documentation index, see [llms.txt](https://docs.gable.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gable.finance/v1-flashloan-pool/staking-liquidity/pay-out-scheme.md).

# Pay-out Scheme

The resources that the supplier is entitled to can be divided into two categories: (1) staking rewards and (2) Interest earnings

### Staking rewards

Gable validator node charges a 100% fee on staking rewards earned by participants. However, instead of keeping this fee, the protocol facilitates the direct deposit of staking rewards into the liquidity pool. As a result, the effective staking fee for suppliers becomes 0%, as they can retrieve their staking rewards from the liquidity pool. This setup enables suppliers to participate in the staking process without incurring any direct fees, allowing them to fully benefit from the rewards generated by their staked assets. It aligns the interests of the protocol and the suppliers, creating a fair and transparent system for liquidity provision and staking participation.

### Interest earnings

You may wonder, how does Gable earn revenue? Gable generates revenue through the issuance of lending products to borrowers. The funds for these products are financed by the staking rewards contributed by our suppliers. The interest earnings generated from the lending activities are then divided equally between the suppliers and the protocol. This means that both parties receive an equal share of the interest earnings, providing a fair and balanced distribution of the generated profits. By sharing the rewards in this manner, we incentivize suppliers to contribute their assets and participate in the liquidity pool, fostering a mutually beneficial ecosystem for all stakeholders involved.

The following table illustrates the composition of earnings:

|                   | Supplier | Gable |
| ----------------- | -------- | ----- |
| Staking rewards   | 100%     | 0%    |
| Interest Earnings | 50%      | 50%   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gable.finance/v1-flashloan-pool/staking-liquidity/pay-out-scheme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
