> 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/concepts/pricing-and-apy.md).

# Pricing & APY

## How buyers are priced

Rental price is set per order via `unitPrice` (SUN per resource unit) — either a fixed number or a tier (`SLOW` / `MEDIUM` / `FAST`). The market's live order book determines what a given tier resolves to. See [The Rental Model](/concepts/rental-model.md#the-price-tiers) for the exact tier rules.

* **1 TRX = 1,000,000 SUN.**
* Always [estimate](broken://pages/qSPR7nGa8LyjgLyYINRR) before ordering to see the current price and available supply.

## How provider APY is calculated

A provider's return combines the rental income (APR) compounded, plus TRON voting rewards (VR):

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

<table><thead><tr><th width="234">Symbol</th><th>Meaning</th></tr></thead><tbody><tr><td><strong>AP</strong></td><td>Average Price of the 200 nearest matched orders (SUN)</td></tr><tr><td><strong>FR</strong></td><td>Freeze Rate on the TRON network (SUN per staked TRX)</td></tr><tr><td><strong>PS</strong></td><td>Profit Share of the provider on TronSave = <strong>0.75</strong></td></tr><tr><td>1,000,000</td><td>SUN per TRX</td></tr></tbody></table>

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

* **VR** (Vote Rate): potential voting reward, \~**4%** — check at [tronscan.org](https://tronscan.org/#/sr/votes).

### Worked example

If **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 and VR all move with market conditions, so live APY varies. Use the formula above with current values, or check the figure shown in the TronSave app.
{% endhint %}

## Next steps

* [Staking 2.0](/concepts/staking-2.0.md) · [Sell / Provider](/guides/sell.md) · [Calculate APY (FAQ)](/resources/faq.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tronsave.io/concepts/pricing-and-apy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
