> For the complete documentation index, see [llms.txt](https://tron-energy.gitbook.io/tronzap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tron-energy.gitbook.io/tronzap/introduction/what-is-tronzap.md).

# What is TronZap

TronZap is an automatic TRON Energy leasing platform that reduces TRC20 transaction fees. It enables users to obtain delegated Energy on demand without burning TRX, making USDT and other TRC20 transfers significantly cheaper and more reliable.

## Key Value Proposition

* **Save up to \~85% on USDT transfer fees** compared to paying with TRX directly
* **Avoid OUT\_OF\_ENERGY errors** without burning your own TRX
* **Non-custodial**: Users never share private keys; the service works with any TRON wallet
* **24/7 automated operation** with no intermediaries
* **Instant delegation**: Energy is delegated from a staked TRX pool and delivered to your wallet within seconds

## How It Works

TronZap maintains a pool of TRX staked for Energy. When you need Energy for a TRC20 transfer, you pay a small fee in TRX. TronZap delegates Energy from its pool to your wallet address. You then execute your transfer using the delegated Energy instead of burning TRX. Your TRX balance remains intact.

```mermaid
sequenceDiagram
    participant User
    participant TronZap
    participant TRON_Network

    User->>TronZap: Pays TRX (leasing fee)
    TronZap->>TronZap: Receives payment
    TronZap->>TRON_Network: Delegates Energy from staked TRX pool
    TRON_Network->>User: User's wallet receives Energy
    User->>TRON_Network: Executes TRC20 transfer (no TRX burned)
```

## Supported Wallets

TronZap works with any TRON-compatible wallet. Commonly used options include:

* TronLink
* Trust Wallet
* TokenPocket
* MetaMask (with TRON support)
* Ledger
* Tangem
* OneKey
* OKX Wallet
* imToken
* MathWallet
* SafePal

## Access Points

| Channel      | URL                                          |
| ------------ | -------------------------------------------- |
| Website      | [tronzap.com](https://tronzap.com)           |
| Dashboard    | [dash.tronzap.com](https://dash.tronzap.com) |
| Telegram Bot | [@tronzap\_bot](https://t.me/tronzap_bot)    |
| API          | [api.tronzap.com](https://api.tronzap.com)   |

## TRON Builders League

TronZap is a member of the **TRON Builders League** (TRON DAO), supporting the TRON ecosystem with infrastructure for affordable and reliable TRC20 transactions.

***

Next: [Quick Start](/tronzap/introduction/quick-start.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://tron-energy.gitbook.io/tronzap/introduction/what-is-tronzap.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.
