Funding Your Balance
Send a USD stablecoin to your dedicated address. The indexer credits µUSD to your prepaid quota. On-chain receipts are the platform's shared float (gas/energy inventory); the dashboard shows your own remaining quota. BSC, Tron, TON, and Base all land on the same ledger.
Supported rails
- BSC · USDT (18 decimals)
- Tron · USDT TRC-20
- TON · USDT Jetton
- Base · USDC
Simplest path: pick a chain on the Balances page and scan. Each chain has its own address (Base and BSC share one 0x EVM address). Send only the listed token on that chain — wrong chain or token cannot be recovered.
Protocol deposit (Base, optional)
text
to: platform solver (Base USDC only) token: USDC on Base calldata: <transfer-calldata> + 0x012345abcdef<credit-address>012345abcdef
Rules
- Dedicated-address deposits do not require a linked user wallet — quota is tenant-level.
- Each txHash credits exactly once (reorg-safe).
- BSC USDT is scaled from 18 decimals to µUSD; other stables are 6-dec 1:1.
Dev/ops credit entry-point also exists (
POST /api/sponsorship/fund with an explicit amount) for testing and manual reconciliation.