> 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/getting-started/why-tronsave.md).

# Why TronSave?

## For buyers

* **Save up to \~70%** on TRON transaction fees by renting Energy instead of burning TRX.
* **Rent in seconds** — individuals and projects alike get a simple flow on web, Telegram, and API.
* **Pay only for what you need** — choose the [amount, duration, and price tier](/concepts/order-types.md) per order.
* **Automate it** — integrate the [API](/developers/quickstart.md) or the [SDK](/developers/sdk.md) (TypeScript, Rust, Python, Java, PHP), so your app tops up resources programmatically.

## For providers (sellers)

* **Monetize idle resources** — rent out the Energy from your staked TRX at competitive market rates.
* **Earn \~18% APY** (varies with market) by sharing your staked TRX's Energy.
* **Keep full custody** — you keep control of your staked TRX while earning; see [Permission](/guides/sell/permission.md) for the exact delegation scope.
* **Stable, passive income** — set [Auto Sell](/guides/sell/auto-sell.md) and let the market match your supply.

{% hint style="info" %}
APY figures move with the market. See [Pricing & APY](/concepts/pricing-and-apy.md) for how returns are calculated and where to check the live rate.
{% endhint %}

## Next steps

* [How It Works](/getting-started/how-it-works.md)
* [Quickstart](/getting-started/quickstart.md) (buyers) · [Sell / Provider](/guides/sell.md) (providers)


---

# 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.tronsave.io/getting-started/why-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.
