UTB Atomic™ · Payment Infrastructure

Move value between any asset and any rail.

UTB Atomic™ is the intermediary between your users' fiat, real-world assets, stablecoins, and digital assets — and the rails that settle them: wire, ACH, RTP, FedNow, stablecoin, and internal transfers. One integration for every direction money moves.

UTB PRISM SENTINEL™ compliance Bank-grade security AI-backed
POST /v1/transfers
// Move a stablecoin balance out over FedNow
{
  "source": {
    "asset": "USDC",
    "type":  "stablecoin"
  },
  "destination": {
    "rail":    "fednow",
    "account": "acct_8f2a…"
  },
  "amount":     25000.00,
  "compliance": "utb_prism_sentinel"
}
202 Accepted · screened by UTB PRISM SENTINEL™ · routing via FedNow
How it works

One intermediary. Every direction money moves.

Bring any form of value in. Settle it on any rail out. UTB Atomic™ handles orchestration, compliance, and settlement in between.

Value in

Fiat currency
Real-world assets
Stablecoins
Digital assets

UTB Atomic™

Orchestration, compliance & settlement

UTB PRISM SENTINEL™ Bank-grade AI-backed

Settled on any rail

Wire transfer
ACH payments
RTP
FedNow
Stablecoin payments
Internal transfers
Built in

Enterprise trust, by default.

Every transfer moves through the same three guarantees — no bolt-ons, no extra integrations.

UTB PRISM SENTINEL™ Compliance

Compliance is woven into every transaction. UTB PRISM SENTINEL™ runs KYC/AML, sanctions screening, and travel-rule checks in real time — so each transfer clears the bar before it moves.

Bank-Grade Security

Funds and data are protected to banking standards: encryption in transit and at rest, segregated accounts, granular access controls, and a full audit trail on every action.

AI-Backed

Intelligence on by default. UTB Atomic™ selects the optimal rail, flags anomalies, and adapts to risk in real time — routing every payment the smart way, automatically.

Coverage

Settle on the rails your business runs on.

Six settlement methods behind a single, consistent API — pick one per transfer or let UTB Atomic™ route for you.

Wire transferDomestic & international bank wires
ACH paymentsLow-cost batch debits & credits
RTPInstant clearing on The Clearing House
FedNow24/7 real-time Federal Reserve settlement
Stablecoin paymentsOn-chain settlement in USDC & more
Internal transfersInstant book transfers between accounts
Under the hood

The life of a transfer.

Every payment follows the same auditable path — five states from request to settlement, with webhook notifications as money moves.

Created

Your request lands on the API and the transfer is accepted for processing.

created

Screened

UTB PRISM SENTINEL™ runs KYC/AML, sanctions, and travel-rule checks in real time.

screening

Routed

UTB Atomic™ validates the rail you chose — or picks the optimal one for you.

routing

Settling

Value moves on the wire, ACH, RTP, FedNow, stablecoin, or book-transfer rail.

settling

Settled

Funds arrive, the ledger updates, and your webhook endpoint hears about it.

settled
1
Unified API
6+
Payment rails
24/7
Real-time settlement
Any
Asset class
Developers

From zero to first transfer.

UTB Atomic™ is a REST API with signed requests and webhooks — if you've integrated a payments API before, you already know the shape of this one.

Get your credentials

Talk to our team about your use case and we'll provision sandbox API keys and signing secrets for your organization.

Build against the sandbox

Create accounts, move test value across every rail, and subscribe to webhooks — the sandbox mirrors production behavior end to end.

Go live

Swap in production credentials and you're done. UTB PRISM SENTINEL™ screens every transfer from the very first one — compliance is on before your launch is.

GET /v1/accounts
# List the accounts you can move value between
curl https://api.utb.com/v1/accounts \
  -H "Authorization: Bearer $ATOMIC_API_KEY" \
  -H "X-Signature: $REQUEST_SIGNATURE"
200 OK · signed request verified · 3 accounts returned

Full endpoint reference, auth guide, and payload schemas live in the documentation.

FAQ

Questions, answered.

What exactly is UTB Atomic™?

UTB Atomic™ is payment infrastructure built by United Texas Bank, N.A. It sits between the assets your users hold — fiat, stablecoins, real-world assets, digital assets — and the rails that settle them: wire, ACH, RTP, FedNow, stablecoin networks, and internal book transfers. You integrate one API; UTB Atomic™ handles orchestration, compliance, and settlement in between.

How is UTB Atomic™ different from a fintech payments API?

UTB Atomic™ is operated by a bank, not layered on top of one. There's no sponsor-bank relationship to negotiate and no middleware between you and the institution moving your funds — the API, the compliance program, and the balance sheet all live under the same roof at United Texas Bank, N.A.

How does compliance screening work?

Every transfer passes through UTB PRISM SENTINEL™, our compliance engine, before it moves. UTB PRISM SENTINEL™ runs KYC/AML, sanctions screening, and travel-rule checks in real time as a built-in stage of the transfer lifecycle — there's no separate integration and no way to skip it.

Do I have to pick a rail for each transfer?

You can, and many clients do. But if you'd rather not, UTB Atomic™'s AI-backed routing picks the optimal rail per transfer based on speed, cost, cut-off windows, and risk — so a payment that misses the wire window can still arrive tonight over FedNow.

How do I find out when a transfer settles?

Register a webhook endpoint and UTB Atomic™ notifies you of new transactions as they happen — no polling required. Events are signed the same way as API responses so you can verify authenticity. See the webhooks guide for setup and payload schemas.

How do I get access?

Contact our team with a note about your use case. We'll walk through your requirements, provision sandbox credentials, and support your integration through to production.

Ready to move money differently?

Read the documentation to start integrating, or talk to our team about your use case.