# Dashboard

<figure><img src="/files/VnQTYcKA38K78gdDIPVU" alt=""><figcaption></figcaption></figure>

<mark style="color:$success;">**( 1 ) Equity:**</mark> Your total balance across all exchanges if you close all positions at the current moment.

<mark style="color:$success;">**( 2 ) Est.Funding:**</mark> Total projected Funding Rate profit for the next period (in real time).\ <mark style="color:$success;">**( 3 ) APY:**</mark> Projected compounded profit with 3 Funding periods per day over 365 days:&#x20;

<mark style="color:blue;">Calculated as:  APY = (1+ (APR/n)^n - 1)</mark>&#x20;

*n: Number of compounding periods per year*

{% hint style="success" %}
APR =  E \* 3 \* 365 / P

*E:* Current funding profit of the position

P: Invested capital for the position
{% endhint %}

<mark style="color:$success;">**( 4 ) Liquidation:**</mark> Table showing which position is closest to the liquidation price on each exchange. One side is long liquidation (remaining downside percentage). The other side is short liquidation (remaining upside percentage).

<mark style="color:$success;">**( 5 ) Spread rate:**</mark> Price spread ratio captured between long and short (positive = advantage, negative = disadvantage).

<mark style="color:$success;">**( 6 ) Unrealized.Pnl:**</mark> This metric is very important — it shows how much unrealized profit your current position is holding and on which exchange. The larger this number is, the less capital-efficient you become, and sometimes you may need to partially close positions to release Unrealized PnL

> *When you open both Long and Short positions simultaneously, as the market moves, the unrealized profit will concentrate on one side (either Long or Short). Only a few exchanges (e.g., Coinex) allow periodic withdrawal of Unrealized PnL to provide you with additional margin for new positions, while most other exchanges do not.*

<mark style="color:$success;">**( 7 ) Dist. to liq:**</mark> Percentage ratio approaching the liquidation price

<mark style="color:$success;">**( 8 ) Funding Rate:**</mark> FundingRate Arbitrage = FeesShort - FeesLong

<mark style="color:$success;">**( 9 ) Est.Reward:**</mark> Estimated profit = Current Diffirent Funding Rate × (Position Volume / 2)

<mark style="color:$success;">**( 10 ) Age:**</mark> Holding Period (the duration from opening the position until it is fully closed).

<mark style="color:$success;">**( 11 ) Total volume =**</mark> (Total Equity \* Average Leverage currently used by the exchange) *(which is also the total value of all current positions).*

{% hint style="info" %}
Some information or specific meanings may not be fully noted, if you have any further questions, please [contact XAPY](/help/contact-us.md).
{% endhint %}


---

# 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.xapy.io/introduction/dashboard.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.
