Developer Resources

Integrate TBUSD into your application

Contract Information

Base Mainnet

TBUSD Token:

Token Details:

Integration

Adding TBUSD to Your App

TBUSD is a standard ERC-20 token. You can interact with it using any Web3 library.

// Example: ethers.js const TBUSD_ADDRESS = "0x0d02E2E2a7ADaF2372ca0c69845c8b159a24a595"; const TBUSD_ABI = ["function balanceOf(address) view returns (uint256)"]; const tbusd = new ethers.Contract(TBUSD_ADDRESS, TBUSD_ABI, provider); const balance = await tbusd.balanceOf(userAddress);

Wallet Integration

To add TBUSD to MetaMask or other wallets:

  1. Click "Import tokens"
  2. Select "Custom token"
  3. Enter the TBUSD contract address
  4. Symbol and decimals should auto-fill

API Access

For programmatic minting/burning or fiat integration, contact us to discuss API access through our infrastructure partner.

Brale API

Our infrastructure partner provides APIs for stablecoin operations.

docs.brale.xyz

Contact Us

For integration questions or partnership inquiries.

[email protected]

Resources

Whitepaper

Technical overview of TBUSD architecture

Read Whitepaper

Infrastructure

Learn about our regulated infrastructure

View Details

Block Explorer

View TBUSD on BaseScan

basescan.org

Status

Current system status

View Status