Product
Influx CTO provides cryptocurrency payments infrastructure for merchants with existing order systems. We launch on TRON with common tokens such as USDT and plan additional networks over time.
Dedicated deposit addresses
Unique on-chain addresses per payment (or user) tie chain activity to business orders for audit and reconciliation.
Token whitelist
Configure supported symbols and contracts; amounts use decimal strings and smallest-unit integers—no floating-point money.
Settlement detection
Sequential block scanning parses Transfer events, applies confirmation policies, and handles chain reorganizations.
Webhooks
After settlement, we deliver payment.paid to your notifyUrl with signature verification; delivery history is available through your operations channel.
Treasury sweeps
Token balances on child addresses sweep to your configured treasury; signing runs on a private network service, not on the public API.
Merchant API
REST endpoints to create and query payments with HMAC authentication. See the developer docs for details.