> For the complete documentation index, see [llms.txt](https://docs.tronsave.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tronsave.io/chinese/concepts/pricing-and-apy.md).

# 定价与 APY

## 买家如何定价

租赁价格按每个订单通过 `unitPrice`（每资源单位的 SUN）设定 —— 既可以是固定数值，也可以是某个档位（`SLOW` / `MEDIUM` / `FAST`）。市场的实时订单簿决定某个档位最终对应的价格。关于具体的档位规则，请参阅 [租赁模型](/chinese/concepts/rental-model.md#the-price-tiers)。

* **1 TRX = 1,000,000 SUN。**
* 下单前请始终先进行[预估](broken://pages/sgNfEWCRfinn74vpkq9A)，以查看当前价格和可用供应量。

## 供应商 APY 如何计算

供应商的收益由复利计算的租赁收入（APR）加上 TRON 投票奖励（VR）组成：

$$
APR\_{tronsave} = \frac{AP \times FR}{1{,}000{,}000} \times PS \times 365
$$

<table><thead><tr><th width="230">符号</th><th>含义</th></tr></thead><tbody><tr><td><strong>AP</strong></td><td>最接近的 200 笔已匹配订单的平均价格（SUN）</td></tr><tr><td><strong>FR</strong></td><td>TRON 网络上的冻结率（每质押 1 TRX 对应的 SUN）</td></tr><tr><td><strong>PS</strong></td><td>供应商在 TronSave 上的利润分成 = <strong>0.75</strong></td></tr><tr><td>1,000,000</td><td>每 TRX 对应的 SUN</td></tr></tbody></table>

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

* **VR**（投票率）：潜在的投票奖励，约 **4%** —— 可在 [tronscan.org](https://tronscan.org/#/sr/votes) 查询。

### 计算示例

如果 **AP = 30 SUN**、**FR = 16.5**、**VR = 4%**：

$$
APR\_{tronsave} = \frac{30 \times 16.5}{1{,}000{,}000} \times 0.75 \times 365 \approx 0.1355 = 13.55%
$$

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

{% hint style="info" %}
AP、FR 和 VR 都会随市场状况变动，因此实时 APY 会有所不同。请使用上述公式结合当前数值进行计算，或查看 TronSave 应用中显示的数字。
{% endhint %}

## 后续步骤

* [质押 2.0](/chinese/concepts/staking-2.0.md) · [出售 / 供应商](/chinese/guides/sell.md) · [计算 APY（常见问题）](/chinese/resources/faq.md)
