Auth Settings
Use API key to request a short-lived JWT via POST /api/v1/auth. The dashboard stores values in sessionStorage only.
Create Wallet
Import Wallet (Encrypted Backup)
Transfer USDT
Request Transfer Challenge
Balance Lookup
Recommended: Client-Side Signing with TronLink
For production deployments, disable server-side signing by removing the `/transfer` handler and require operators to sign transactions directly using TronLink or a hardware wallet. This eliminates private key exposure from the worker. See the README for migration steps.