# Overview

TRON is a Layer 1 blockchain platform designed for decentralized applications (dApps) and smart contracts, offering fast transaction speeds and low fees through its Delegated Proof of Stake (DPoS) consensus mechanism with `TRX` as its native token.

You can find a block explorer for Tron mainnet at: <https://tronscan.org/>

Tron's own Developer Documentation is here: <https://developers.tron.network/reference/full-node-api-overview>

## Network Support

| Network | Full Node HTTP API | JSON-RPC API | Solidity HTTP API |
| ------- | ------------------ | ------------ | ----------------- |
| Mainnet | ✅                  | ✅            | ✅                 |


---

# 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.validationcloud.io/v1/tron/overview.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.
