# PAYE Graph

To incentivize borrowers to use liquidity from our ecosystem to generate as high yield as possible, Stella utilizes a model where the higher the annualized yield, the lower amount to be shared to lenders, and only yields from the leveraged portion are used to calculate the cut.

$$
\text{cut} = 0.25 + \frac{0.75}{\left(1+\frac{\text{Yield}\_{\text{APR}}}{0.25}\right)^2}
$$

Below is a graph illustrating the range of share cuts (Y-axis), which can vary from 25% to 100%, based on the yields generated by leveragoors (X-axis). To navigate through the graph, click [here](https://www.desmos.com/calculator/t2uvixzuw5?embed).

<figure><img src="/files/ANwaaNWfcCgT01NEv3jF" alt="" width="563"><figcaption><p>Yield shared to lenders based on a leveragoor's generated yield.  Note that the graph excludes protocol fee deductions from yield shared to lenders.</p></figcaption></figure>

<table><thead><tr><th width="204">Annualized Yield (%)</th><th width="137">% Shared</th><th>To Leveragoors (%)</th><th>To Lenders (%)</th></tr></thead><tbody><tr><td>0</td><td>100</td><td>0</td><td>0</td></tr><tr><td>10</td><td>63.27</td><td>3.67</td><td>6.33</td></tr><tr><td>20</td><td>48.15</td><td>10.37</td><td>9.63</td></tr><tr><td>50</td><td>33.33</td><td>33.33</td><td>16.67</td></tr><tr><td>100</td><td>28.00</td><td>72.00</td><td>28.00</td></tr><tr><td>150</td><td>26.53</td><td>110.20</td><td>39.80</td></tr></tbody></table>

<br>


---

# 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://docs.stellaxyz.io/stella-doc/stella-yield/yield-calculation/paye-graph.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.
