# README

**TronSave** is a marketplace for renting and managing **TRON Energy & Bandwidth**. Pay a fraction of the burn-TRX cost for transactions like USDT (TRC‑20) transfers, or earn yield by renting out the resources from your staked TRX.

Built on TRON **Stake 2.0**. Top 3 — TRON Hackathon S4 · 1st‑place Builder — S5.

{% hint style="info" %}
**New here?** Buy your first Energy in under 10 minutes → [Quickstart](/getting-started/quickstart.md). **Integrating?** Jump to the [Developer Quickstart](/developers/quickstart.md).
{% endhint %}

## Choose your path

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🚀 Get Started</strong></td><td>Understand TronSave and buy your first Energy.</td><td><a href="/pages/7lhKH2oC4hkb7SUz1TH0">/pages/7lhKH2oC4hkb7SUz1TH0</a></td></tr><tr><td><strong>🧩 Integrate (API)</strong></td><td>Authenticate, estimate, buy and extend via REST or SDK.</td><td><a href="/pages/3YtB7zm6wh28LLuuYQBL">/pages/3YtB7zm6wh28LLuuYQBL</a></td></tr><tr><td><strong>📖 Concepts</strong></td><td>Energy, Bandwidth, order types, and the rental model.</td><td><a href="/pages/K1XzW8GctRRO2IHmYtcT">/pages/K1XzW8GctRRO2IHmYtcT</a></td></tr><tr><td><strong>💰 Sell / Earn</strong></td><td>Provide resources from staked TRX and earn APY.</td><td><a href="/pages/TXUwAsgNqCPgR9fflSfT">/pages/TXUwAsgNqCPgR9fflSfT</a></td></tr></tbody></table>

## What you can do with TronSave

* **Buy resources** on the website, on Telegram, or via the API — with [Normal, Pending, Smart, ZapBuy, Auto Buy](/concepts/order-types.md) order types.
* **Integrate** energy purchasing into your dApp or backend with the [REST API](/developers/api-reference.md) or the [SDK](/developers/sdk.md) (TypeScript, Rust, Python, Java, PHP).
* **Sell / provide** Energy from your staked TRX and [earn APY](/concepts/pricing-and-apy.md).
* **Manage** orders, extend rentals, and run bulk operations from the [Tools](/guides/tools.md).

## Networks

<table><thead><tr><th width="168"></th><th>Production</th><th>Testnet (Nile)</th></tr></thead><tbody><tr><td>Website</td><td><code>https://tronsave.io</code></td><td><code>https://testnet.tronsave.io</code></td></tr><tr><td>API</td><td><code>https://api.tronsave.io</code></td><td><code>https://api-dev.tronsave.io</code></td></tr></tbody></table>

See [Environments & Networks](/developers/environments.md) for details.

***

*Need help? Reach out on* [*Telegram*](https://t.me/wantingtrx) *or read the* [*FAQ*](/resources/faq.md)*.*


---

# 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/readme.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.
