> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/send/tron.md).

# Send Tron

TRX and TRC-20, and the fee limit.

Open **Tron** under *Other networks*, then **Send**.

{% stepper %}
{% step %}

### Recipient and amount

Enter the **Recipient Tron address** (`T…`). The wallet checks its checksum: *that Tron address fails its checksum* means a character is wrong. Choose TRX or a TRC-20 token.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-11948110cccf3ffb96f31b4fa0aa7b16685bba00%2F01-send-trx.png?alt=media" alt="send trx"><figcaption><p>The Tron send form.</p></figcaption></figure>
{% endstep %}

{% step %}

### Fee limit

For token sends, the **Fee limit** is the most TRX the network may burn. It is *burned even on failure*. The default is sensible; do not raise it because a site asks.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-dfcb557839e2cea2844dd7b2e51f97eace141965%2F02-fee-limit.png?alt=media" alt="fee limit"><figcaption><p>The fee limit.</p></figcaption></figure>
{% endstep %}

{% step %}

### Review and sign

Then the QR loop. *Tokens outside the wallet's verified list are still signed, but your vault shows a raw amount for them rather than a scaled one.*

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-dfb629efea688dfe1482e0cddb2bcd37a032bb35%2F03-review.png?alt=media" alt="review"><figcaption><p>Review.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

## Learn more

* [Tron review screen (Vault)](/vault/sign-a-transaction/tron.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://doc.lockerprotocol.com/browser-extension/send/tron.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.
