# Your Position Summary

**Net APY**\
\
**Net APY** represents the net return from your **supply** and **borrow** positions on Root Finance. It is calculated as the **weighted average** of the APY (Annual Percentage Yield) from your supply positions, minus the weighted average of the APY from your borrow positions.

This value gives you a complete picture of how your overall position is performing. If you want to check the individual returns on each of your positions, you can look directly below in the **Your Supplies** and **Your Borrows** sections.

**Formula for calculating Net APY:**

***Net APY = (Sum of (Supply Balance \* Supply APY) / Total Supplies) - (Sum of (Borrow Balance \* Borrow APY) / Total Supplies)***

* **Supply Balance**: The balance of each asset you have deposited.
* **Supply APY**: The interest rate for each asset you have deposited.
* **Borrow Balance**: The balance of each asset you have borrowed.
* **Borrow APY**: The interest rate for each asset you have borrowed.
* **Total Supplies**: The total amount of all the assets you have deposited.
* **Total Borrows**: The total amount of all the assets you have borrowed.

***

#### **Your Tot Supplies**

**Your Tot Supplies** represents the total value of the assets you have deposited into the protocol. This amount reflects how much capital you have supplied, not the returns you have earned.

***

#### **Your Tot Borrows**

**Your Tot Borrows** represents the total value of the assets you have borrowed from the protocol. This amount reflects how much capital you have borrowed, not the cost of borrowing.

***


---

# 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.rootfinance.xyz/your-position-summary.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.
