> For the complete documentation index, see [llms.txt](https://docs.loopfi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loopfi.xyz/the-protocol/looping-leveraged-restaking/points-apr.md).

# Points APR

Although Points don't have an official APR, we can derive an implied APR by examining what users are willing to pay for Points "yield" in the Pendle & Spectra YT markets. The following formula demonstrates our method for calculating the implied APR for Points:

$$
APR\_{implied} = \text{Looping Multiplier} \times \left(\frac{YT\_{price}}{\text{Points Multiplier} \times \text{DTE}}\right) \times 100 \times 365
$$

### Implied APR Formula Terms Defined:

$$
\text{Looping Multiplier} = \text{Loop Factor} \times \text{Points Multiplier}
$$

$$
YT\_{price} = \text{YT}  Oracle\_{price}
$$

$$
\text{DTE} = \text{YT Days Until Expiry}
$$

By combining the Levered APR stemming from Native Yield and the Points APR, we can calculate the Total Looped APR as follows:

$$
\text{Total Looped APR} = \text{Native Yield APR} + \text{Points APR}
$$

{% hint style="info" %}
To convert APR to APY, apply the continuous compounding formula: $$APY=e^{APR}−1$$
{% endhint %}

### Example Calculation of APR ynETH with EigenLayer Points and Yieldnest Seeds

$$
APR\_{implied} = \text{Looping Multiplier} \times \left(\frac{YT\_{price}}{\text{Points Multiplier} \times \text{DTE}}\right) \times 100 \times 365
$$

ynETH Points Implied Yield is a sum of both EigenLayer Points and Yieldnest Seeds

<table><thead><tr><th width="199">ynETH Vault</th><th width="183">Looping Multiplier</th><th>Points Multiplier</th></tr></thead><tbody><tr><td>ynETH 5x</td><td>15</td><td>3 Yieldnest, 1 EigenLayer</td></tr></tbody></table>

&#x20;


---

# 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.loopfi.xyz/the-protocol/looping-leveraged-restaking/points-apr.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.
