# Using the Yield Matrix

**Step-by-Step Guide**

1. Navigate to the Amply Finance "Markets" page. (LINK)
2. Locate and click the "Best Yields" button.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcl4Ya1Isfnwe4tcinQZGxv0ipAvNdpTACYLCjLV_FH_ae7v4ClBvFNT_ig6O3mZWMeAU0v1h6751Zw8JgtiUMeOfLl7fFmYHZxbqJSGIQe6ozxWy8-lmSqLPB23BQodXarKHvw?key=nW72Yf9ZiTa3-CY0N1fvtw" alt=""><figcaption></figcaption></figure>

3. The "Looping Yield Matrix" card will open, displaying the tool.
4. Locate the leverage slider tool. Drag the slider left or right to adjust the leverage percentage (Maximum of 100%). 100% represents “Maximum Leverage”, the highest amount of leverage based on the respective token’s max LTV ratio

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeV6NwphIACmdugla4E2B3Kc6XY0IgfGlqXplRvwlGunEJol8JPJqCQzt5Dq1Inqh0Eowj807zrkiwSlMjFc6BUZb-gqWI2lZIfnoCNnZ-U9WEFzHWdJznlQXDzgqGrV_sMucTJWw?key=nW72Yf9ZiTa3-CY0N1fvtw" alt=""><figcaption></figcaption></figure>

5. As you adjust the leverage, the Yield Matrix will dynamically update to reflect the new APRs.

**Analyze the Yield Matrix**

* **Token Pairs:** The token pairs with the highest potential APRs for your chosen leverage will be displayed on the left side of the matrix.
* APR Color Coding:
  * **Dark Green:** APR > 20% (High yield)
  * **Light Green:** 0% < APR ≤ 20% (Moderate yield)
  * **Red:** APR < 0% (Negative yield)
* Hover your mouse cursor over an APR value in the matrix.
  * A tooltip will appear, showing a breakdown of the Data Points

**Understand the Data Points**

* **Chosen Leverage:** This represents how many times their initial deposit is effectively being utilized through borrowing and re-supplying.
* **Max Leverage:** The highest leverage possible based on the asset's Loan-to-Value (LTV) ratio.
* **Supply APR:** The annual percentage rate you earn by supplying collateral.
* **Borrow APR:** The annual percentage rate you pay for borrowing assets.
* **Net Looping APR Calculation:** The final effective yield after accounting for leverage, supply, and borrow APR
  * `(leverage * supplyAPR) - [(leverage - 1) * borrowAPR]`

Using the Yield Matrix for Looping

1. **Identify High APR Pairs:** Use the Yield Matrix to find token pairs with high potential APRs (dark green).
2. **Adjust Leverage:** Experiment with different leverage levels to see how they affect the APRs.
3. **Review Data:** Hover over the APRs to understand the breakdown and ensure the strategy aligns with your risk tolerance.
4. **Execute Looping:** If you find a favorable opportunity, execute the looping strategy by supplying collateral, borrowing, and swapping.
5. **Monitor Your Position:** Regularly monitor your position and adjust your strategy as needed based on market conditions.


---

# 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.amply.finance/yield-matrix/using-the-yield-matrix.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.
