Live on Tempo mainnet

Compliance health of Tempo, watched live.

A running view of the stablecoins moving on Tempo mainnet right now — token names come straight from Tempo's own data, so newly launched assets (like OUSD, once it deploys here) appear automatically. Screened against the same free Chainalysis sanctions oracle that powers the OnchainDiligence API.

Loading…
Transfers per minute (observed)
Addresses seen (sample)
Screened, this refresh
Currently sanctioned
Powered by Tempo's public API and the Chainalysis on-chain sanctions oracle — both free, keyless, public data sources.
Check a specific address

Want to screen one wallet yourself?

This dashboard is an aggregate sample. To run a real, signed, single-address check — the same one this page's numbers are built from — use the live widget on the homepage.

Run a live check

Connect a wallet, screen an address, ENS name, or company — get back a signed attestation you can verify yourself.

Try it live
Build on this

Everything here runs on one API call.

This dashboard is a thin view over the same OnchainDiligence screening engine you can call directly — per address, with a signed attestation, from your own app or agent.

TypeScript SDK

@onchaindiligence/sdk

Typed client, handles the 402 payment flow, verifies attestations locally.

$ npm install @onchaindiligence/sdk

// screen an address, then verify the signature yourself
const r = await od.screen(address)
const v = await od.verifyAttestation(r)