> For the complete documentation index, see [llms.txt](https://docs.thorswap.finance/thorswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thorswap.finance/thorswap/thoryield/thoryield-webapp.md).

# Web Dashboard

## What is THORYield?

THORYield is **your Home** to track everything on THORChain, the dashboard includes the most important MCCN Analytics;

* **Volume (24 hours)**
* **Active bond**
* **MCCN Liquidity**
* **Top Tokens**
* **Top Pairs**
* **Liquidity APY**
* **Synth Dashboard**

**Top Tokens** & **Top Pairs** will be the leaderboard of Top tokens on MCCN ChaosNet based on Volume (24 hours) and Liquidity Added.

THORYield V2 also offer **open-high-low-close charts (OHLC)** using TradingView, This new tool will provide a **PRO** User Experience to **Traders** on THORSwap with specific charts and various Timeframes available, an example:

![](/files/z2mcYYxpA2ymLY7nDamG)

Users can now track various stats of a specific pair on THORSwap with the addition of **(OHLC) Charts.**

#### Total Liquidity, Volume (24 hrs) and Fees (24 hrs) now have a **daily percentage change.**

The **OHLC** **Chart** has **3** different timeframes: **Weekly, Monthly, All.**\
You can also view the exact number of tokens in the LP!

## **Top Pools on THORSwap**

![](/files/7qH8m7EHh5GwIKcKzegw)

Every liquidity pool on **THORSwap** is paired with RUNE, the native token of THORChain.\
in this new dashboard you can check the **current Liquidity, Volume (24hrs), Volume (7d), fees Earned** in the past 24 hours and current **APY** in a specific Liquidity Pool.

## LP Accounts

![](/files/gWhW08JR3SHqxNpFnGZV)

You can now save your Addresses in the Accounts page, simply input your Addresses in the relevant field, add an **Account Name** and then **Save.**

If you provide a name for the Account, it will be automatically saved, with **“Load Details”** you can open the Liquidity Pools UI and track your yield on THORChain.

![](/files/EnJJJRHXzjx5CYpT3WUx)

Once a THOR Address is saved in the Accounts page, you will get a summary of your LP positions on THORChain.

## LP Positions summary

![](/files/YewoXLaAFX2uzqhF95j5)

You can easily Add, Remove liquidity accessing THORSwap through the THORYield V2 UI and also view a summary of your current LP Positions.

## $THOR Staking Rewards Tracker <a href="#e3ae" id="e3ae"></a>

![](/files/P7dCvn8dSMhDEugxZG8E)

You can track your **$THOR Staking rewards**, the staking account is a separated account from the LP Account, simply load up your ETH Address to track your rewards, now with **Rewards Value (USD)** and **$THOR Price** in the same UI.

### THORYield Calculations Description

| Name                      | Description                                                                                                                                                                                                                                                               |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **ADDED/WITHDRAWN VALUE** | **ADDED/WITHDRAWN VALUE** Is now calculated using the price of each asset at the time of when you add/withdraw liquidity.                                                                                                                                                 |
| **CURRENT VALUE**         | **CURRENT VALUE** is calculated using the latest price of each asset.                                                                                                                                                                                                     |
| **GAIN/LOSS**             | **GAIN/LOSS** = TOTAL POOL - ADDED VALUE, where TOTAL POOL = CURRENT VALUE + WITHDRAWN VALUE; % = (TOTAL POOL - ADDED VALUE)/ ADDED VALUE \* 100.                                                                                                                         |
| **LP vs HOLD**            | **LP vs HOLD** = TOTAL POOL USD - Total Liquidity Added USD, where TOTAL POOL USD = CURRENT VALUE USD + Total combine withdraw USD; % = (TOTAL POOL USD - Total Liquidity Added USD) / Total Liquidity Added USD \* 100; USD = current BUSD price of both RUNE and ASSET. |
| **LP vs HOLD APY**        | **LP vs HODL APY** is a period-based APY. APY = (1 + LP vs HODL % / period) ^ Max period -1 Select APY on each pool for detail.                                                                                                                                           |


---

# 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:

```
GET https://docs.thorswap.finance/thorswap/thoryield/thoryield-webapp.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.
