# README

**Automatic TRON Energy Rental — Reduce Your TRC20 Transaction Fees**

[TronZap.com](https://tronzap.com/) is a non-custodial platform for renting TRON Energy on demand.

By delegating energy to your wallet, TronZap lets you execute USDT (TRC20) transfers and other smart contract operations at a fraction of the usual cost — no staking required.

TronZap is a member of the [TRON Builders League](https://trondao.org/) (TRON DAO).

***

## Get Started

| Path                                                        | Description                                            |
| ----------------------------------------------------------- | ------------------------------------------------------ |
| [What is TronZap](/tronzap/introduction/what-is-tronzap.md) | Platform overview and key benefits                     |
| [Quick Start](/tronzap/introduction/quick-start.md)         | Rent energy via the website or Telegram bot in minutes |

## For Developers

| Resource                                                      | Link                                                                                |
| ------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [Tron Energy API](/tronzap/for-developers/tron-energy-api.md) | API overview, SDKs, and integration guide                                           |
| API Reference                                                 | [docs.tronzap.com](https://docs.tronzap.com/)                                       |
| Postman Collection                                            | [postman.com/tron-energy](https://www.postman.com/tron-energy/tronzap-com/overview) |
| GitHub                                                        | [github.com/tron-energy-market](https://github.com/tron-energy-market)              |

### Official SDKs

| Language | Install                                               | Repository                                                         |
| -------- | ----------------------------------------------------- | ------------------------------------------------------------------ |
| PHP      | `composer require tron-energy-market/tronzap-sdk-php` | [GitHub](https://github.com/tron-energy-market/tronzap-sdk-php)    |
| Node.js  | `npm install tronzap-sdk`                             | [GitHub](https://github.com/tron-energy-market/tronzap-sdk-nodejs) |
| Python   | `pip install tronzap-sdk`                             | [GitHub](https://github.com/tron-energy-market/tronzap-sdk-python) |

## Learning Hub

Understand the TRON concepts behind energy rental:

* [About TRON Blockchain](/tronzap/learning-hub/about-tron-blockchain.md)
* [Staking TRX](/tronzap/learning-hub/staking-trx.md)
* [Voting for Super Representatives](/tronzap/learning-hub/voting-for-super-representatives.md)
* [Claiming Voting Rewards](/tronzap/learning-hub/claiming-voting-rewards.md)
* [TRON Resource Model](/tronzap/learning-hub/tron-resource-model.md)
* [Resource Delegation](/tronzap/learning-hub/resource-delegation.md)

***

* **Website:** [tronzap.com](https://tronzap.com/)
* **Dashboard:** [dash.tronzap.com](https://dash.tronzap.com/)
* **Telegram Bot:** [@tronzap\_bot](https://t.me/tronzap_bot)
* **24/7 Support Team:** [@tronzap\_support\_bot](https://t.me/tronzap_support_bot)


---

# 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://tron-energy.gitbook.io/tronzap/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.
