An automated payout pipeline that does not lose money quietly.
Deposit monitoring and payout dispatch on TRON and EVM chains, USDT and USDC.
Reconciliation: every on-chain movement matched against your own ledger, with discrepancies surfaced rather than absorbed.
Exact arithmetic throughout - amounts are BigInt and decimal strings end to end. No floating point anywhere near a balance.
A failed node call raises a typed error with the real status. It never becomes a balance of zero - the failure mode that makes an operator act on a number that was never read.
Idempotent dispatch: a timeout never sends the same payout twice.
Structured operation log with transaction hashes, receipts and fees, secrets redacted before anything is written.
A test suite that covers the failure paths, not just the happy path.
Delivered with acceptance criteria agreed before I start, and a manual checklist for everything automated tests cannot reach - live counterparties, production infrastructure, and whether the deployed system is running the artifact you reviewed.
My open-source TRC-20 deployment bot, built to the same standard, is on my profile: 134/134 tests passing.