KYT engine for DEXPACE

X-chain Address Oversight & Control

XAOC scores and monitors every address and wallet on the DEXPACE blockchain in real time — classifying risk, surfacing illicit flows, and blocking transactions before they settle. Institutional-grade AML, embedded at the protocol layer.

IP owned & developed by XEU LABS Pte. Ltd. — Singapore
LIVE TRANSACTION MONITOR · DEXPACE TESTNET
SCREENED 0 FLAGGED 0 BLOCKED 0
TIMEADDRESSVALUERISKVERDICT
01 Capabilities

Transaction oversight, built into the chain

XAOC turns compliance from an after-the-fact audit into an automated control that runs on every transaction. Six core functions, one risk engine.

Address risk scoring

Every address receives a continuous risk score from on-chain behavior, exposure paths, and counterparty history.

REAL-TIME

Sanctions screening

Wallets matched against OFAC, EU, UN and custom watchlists, with cluster-level attribution for obfuscated flows.

WATCHLISTS

Flow tracing

Trace source-of-funds and source-of-wealth across hops to expose mixers, bridges, and high-risk origins.

GRAPH ANALYSIS

Policy-driven blocking

Define rules once; XAOC restricts, holds, or blocks matching flows automatically before settlement.

CONFIGURABLE

Travel Rule

Originator and beneficiary data exchanged between VASPs in line with FATF Recommendation 16.

FATF R.16

Audit & reporting

Every decision logged with an immutable rationale, ready for regulator review and SAR/STR filing.

IMMUTABLE LOG
02 How it works

From transaction to verdict in milliseconds

XAOC sits in the path of every DEXPACE transaction. Four stages run before a transfer is allowed to settle.

STAGE 01

Ingest

A pending transaction is intercepted and its addresses, value, and metadata are parsed.

STAGE 02

Resolve

Addresses are matched to clusters, labels, watchlists, and historical exposure.

STAGE 03

Score

The risk engine returns a 0–100 score and a verdict against active policy.

STAGE 04

Act

Clear, hold, or block — with the decision written to the audit log.

<200ms
Median scoring latency
100%
Of transactions screened on-chain
3+
Global sanctions sources
24/7
Continuous wallet monitoring
03 Integrate

One call between intent and settlement

Wire XAOC into your exchange, custody, or node infrastructure. Query a verdict before you broadcast — no transaction settles unscreened.

  • REST & gRPC APIsSynchronous screening or streaming webhooks for monitored wallets.
  • On-chain enforcementOptional smart-contract hooks let policy execute natively on DEXPACE.
  • Policy as configurationVersion, test, and roll back rule sets without redeploying.
screen.ts
// Screen a transfer before broadcast
const verdict = await xaoc.screen({
  chain:   "dexpace-testnet",
  from:    "dxp1q9f…7k2a",
  to:      "dxp1z3m…p8x0",
  value:   14250,
  policy:  "vasp-standard"
});

if (verdict.action === "BLOCK") {
  // halt — log written automatically
  throw new BlockedFlowError(verdict.reason);
}

// verdict.risk → 0–100  ·  verdict.id → audit ref
broadcast(tx);

Bring compliance to the protocol layer

XAOC is rolling out to exchanges, custodians, and regulated institutions building on DEXPACE. Request access for an architecture walkthrough and a sandbox key.