Multi-chain · Non-custodial · 0% of volume

Stablecoin payments
without the volume tax

Deposit monitoring, an HD payment gateway, signed webhooks, real-time SSE, and AML/OFAC screening. One API. Flat fee, 0% of payment volume.

Free pilot for the first few merchants, in exchange for feedback. No volume fees, ever.

POST /your/webhook
// HMAC-SHA256 verified · delivered with retries + DLQ
{
  "event": "deposit.confirmed",
  "network": "TRON",
  "asset": "USDT",
  "amount": "1500.00",
  "address": "TLa2f6...9xQk",
  "confirmations": 20,
  "txHash": "9c3f...e71a",
  "screening": { "status": "clear" }
}

▶ See the checkout in action, 60-second demo →

Monitors the chains your customers actually pay on

Tether USDT Ethereum Bitcoin Solana TRON Polygon BNB Chain

Built like infrastructure, priced like software

Six things that make ArgusPulse different from a payment gateway and from a raw node provider.

Truly non-custodial

ArgusPulse never holds, moves, or controls funds. HD addresses derive from your extended public key only. Your private key never leaves your infrastructure, so there is no settlement risk and no counterparty exposure.

Flat fee, 0% of volume

Predictable SaaS pricing, whatever your throughput. Not 0.5% like NOWPayments, not 1 to 2% like Coinbase Commerce or BitPay. High-volume and thin-margin merchants keep every cent.

Multi-chain coverage

EVM networks, TRON with native USDT TRC-20, Solana, and Bitcoin. Reorg-safe persistent cursors and configurable confirmation thresholds on every chain.

Everything in one API

Deposit monitoring, HD payment gateway, HMAC-signed webhooks with DLQ and replay, a real-time SSE stream, and AML/OFAC screening. No stitching together four vendors.

Self-hostable, open-core

Deploy in your own VPC or on-prem for full data sovereignty. Managed SaaS, managed dedicated, or self-hosted. A single Docker image, no microservice sprawl.

AML/OFAC screening built-in

Every detected counterparty is screened automatically against a configurable sanctions and blocklist, with the OFAC SDN seed included. Alerts surface in the dashboard or over webhook, so basic compliance does not need a separate vendor.

How it compares

Blockchain notification infrastructure versus crypto payment gateways. ArgusPulse sits at the intersection.

Capability ArgusPulse Tatum Alchemy / QuickNode NOWPayments Coinbase / BitPay
Signed deposit/withdrawal webhooks HMAC + DLQ ··
Reorg-safe persistent cursor Partial··
HD-address payment gateway ·
Non-custodial Core CustodialCustodial
AML/OFAC screening built-in PartialPartial
Self-host / on-prem
Pricing Flat SaaS, 0% volume CreditsCompute units0.5% of volume1 to 2% of volume
Real-time SSE stream Partial
Multi-language SDKs TS · Python · PHP TS/Py/Java/.NETTS/PyPluginPlugin

Install the SDK

Three official SDKs. Pick your stack and ship in an afternoon.

node 18+
# install
npm install @arguspulse/sdk

// verify a webhook and stream deposits
import { ArgusPulse } from "@arguspulse/sdk";

const argus = new ArgusPulse({ apiKey: process.env.ARGUS_KEY });
argus.webhooks.verify(payload, signature);
for await (const ev of argus.deposits.stream()) console.log(ev);
python 3.9+
# install (sync + async clients included)
pip install arguspulse

# verify a webhook
from arguspulse import ArgusPulse

argus = ArgusPulse(api_key=os.environ["ARGUS_KEY"])
argus.webhooks.verify(payload, signature)
for ev in argus.deposits.stream():
    print(ev)
php 8.1+ · psr-4
# install (Guzzle 7, Laravel example included)
composer require arguspulse/sdk

// verify a webhook
use ArgusPulse\Client;

$argus = new Client(apiKey: getenv("ARGUS_KEY"));
$argus->webhooks()->verify($payload, $signature);

Non-custody as a compliance lever

Because ArgusPulse never holds, controls, or transmits customer funds, it sits outside the definitions that trigger Money Services Business registration or equivalent licensing in most jurisdictions. You integrate an infrastructure API, not a money transmitter.

PCI-DSS: out of scopeNo card or fiat rails, so no PCI burden on your integration.
AML/OFAC screening includedEvery counterparty screened automatically. Alerts in the dashboard or via webhook.
Private key never leaves youHD addresses derive from your xpub only. ArgusPulse cannot spend your funds.
Append-only audit logSecurity-sensitive actions written to a tamper-resistant admin audit log.
RegionFrameworkNon-custody relevance
USAFinCEN MSB / CFTCNon-custodial infrastructure APIs typically outside the MSB definition
EU/EEAMiCA (live Jul 2026)No CASP authorisation required for pure monitoring infrastructure
UKFCA crypto-asset regimeNo funds transmission, so a reduced registration surface
UAEVARA / CBUAENon-custodial analytics and monitoring not classified as VASP activity
GlobalFATF guidanceNon-custodial software not a VASP under the FATF R.15 interpretation

This is informational, not legal advice. Consult qualified counsel for your jurisdiction and use case.

Talk to the founder

Early access is open. The first few merchants get a free pilot in exchange for feedback. You will talk to the person building it.