# 计算 TronSave 的年化收益率 (APY)

## 计算 TronSave 的年化收益率 (APY) 公式

$$
APR\_{tronsave} = (AP*FR)/1000000*PS\*365
$$

* **AP**（平均价格）：最近200个匹配订单的平均价格（SUN）。
* **FR**（冻结率）：Tron网络中的冻结率。查看当前冻结率（SUN 每个 staked TRX）。
* **1000000**：每 1 TRX 等于的 SUN 数量。
* **PS**（利润分成）：TronSave 中提供者的利润分成比例，PS = 0.75。

$$
APY\_{total} =  (1 + APR\_{tronsave}/12)^{12}-1 + VR
$$

* **VR**（投票率）：可能的投票收益率。VR≈4%VR \approx 4\\%VR≈4%。查看[这里](https://tronscan.org/#/sr/votes)。

## **示例**：

如果 **AP** = 30 SUN, **FR** = 16.5, **VR**=4%. 那么&#x20;

$$
APR\_{tronsave} = (30*16.5)/1000000*0.75\*365 \approx 0.1355 = 13.55%
$$

$$
APY\_{total} =  (1 + 0.1355/12)^{12}-1 + 4 %  \approx 18.4 %
$$


---

# 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.tronsave.io/chinese/faq/calculate-apy-in-tronsave.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.
