TRX
TRON
LiveHigh-throughput chain with massive USDT adoption. #1 chain for stablecoin transfers globally.
Network ID
tron:mainnet
Speed
~3 sec
Avg Fee
<$1
Family
TRON
Capabilities
Features
#1 USDT chain
High throughput
Low fees
Global adoption
Assets
Supported Tokens
USDT
Tether USD (TRC-20)
TRC-20
Contract Address
TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t
Integration
Code Example
TypeScript — TRON Integration
import { ExactTronClient } from '@t402/tron/exact/client';
const client = new ExactTronClient({
tronWeb: window.tronWeb
});
// Sign TRC-20 transfer for TRON
const payload = await client.createPaymentPayload({
scheme: 'exact',
network: 'tron:mainnet',
amount: '10000', // $0.01 USDT
payTo: recipientAddress,
asset: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'
});Resources
Explore Further
Start Building on TRON
Accept USDT payments on TRON with the T402 SDK. Zero protocol fees, instant settlement.