# Tron

## Introduction

[**TRON**](https://tron.network/) is an open source public blockchain platform that supports smart contracts. TRON is compatible with Ethereum, which means that you can migrate smart contracts on Ethereum to TRON directly or with minor modifications. TRON relies on a unique consensus mechanism to realize the high TPS of the TRON network that is far beyond Ethereum, bringing developers a good experience of a faster transaction.

### **Chain Information**

{% embed url="<https://developers.tron.network/>" %}
Official Documentation
{% endembed %}

| chainId (int) | chainName (string) | EVM Chains   |
| ------------- | ------------------ | ------------ |
| 728126428     | tron               | Tron Mainnet |
| 2494104990    | tron               | Tron Shasta  |
| 3448148188    | tron               | Tron Nile    |


---

# 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://wallet-docs.broearn.com/overview/available-networks/tron.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.
