Documentation

Technical documentation and resources for developers and users integrating with Tether USD on the TRON blockchain.

📚

Whitepaper

Comprehensive technical document covering architecture, token economics, security model, and governance framework.

Read Whitepaper

🔗

Smart Contract

View the verified smart contract source code, ABI, and transaction history on TronScan.

View on TronScan

Quick Integration Guide

Tether USD follows the standard TRC-20 token interface. Integration requires no special libraries beyond standard TronWeb.

// Initialize TronWeb
const tronWeb = new TronWeb({
  fullHost: 'https://api.trongrid.io',
  privateKey: 'your_private_key'
});

// Get token contract
const contract = await tronWeb.contract().at('CONTRACT_ADDRESS');

// Check balance
const balance = await contract.balanceOf(address).call();

// Transfer tokens
await contract.transfer(recipientAddress, amount).send();

Contract Specifications

PropertyValue
StandardTRC-20
CompilerSolidity 0.4.26
Decimals6
Total Supply9,823,456,789.127364
MintableNo (Ownership Renounced)
BurnableNo (Ownership Renounced)
PausableNo (Ownership Renounced)
Owner0x0 (Permanently Renounced)

Supported Wallets

Tether USD is compatible with all wallets that support the TRC-20 token standard: