Products

PaymentsSmart contractsAttributionTokenizationTreasury & walletsComplianceGovernanceSecurity

Solutions

Platforms & marketplacesAgencies & service firmsEnergy & infrastructureAI agents & autonomous commerceReal-world assets

Developers

DocumentationAPI referenceNetwork statusBridge & webhooks

Company

Pricing Company Contact sales Sign in
Sovereign settlement network

Money that arrives already split.

Most payment systems move an amount and leave you to argue about who earned it. XODIAK settles the payment and the split in the same transaction, signs the result with post-quantum cryptography, and hands you a record that holds up years later.

Chain xodiak-1. 887,992 blocks produced since genesis on 2026-04-08, verified 2026-09-01.

887,992blocks produced on xodiak-1
5starget block interval
1,000,000,000XDK genesis supply
24tokenizable asset classes
How it works

Submit the intent. The chain does the arithmetic.

You describe what happened in business terms: a deal closed, a meeting completed, an invoice was paid. XODIAK resolves that against the revenue model in force, computes every party's share, and executes all of the transfers as one atomic state transition.

If it cannot execute all of them, it executes none of them. There is no state in which one party got paid and the other did not.

  • Splits computed from the model, never from a spreadsheet
  • Atomic execution: all legs settle or none do
  • Every transaction QBC-encoded, then ML-DSA-65 signed
  • Written to the chain first, mirrored to your database after
Read the API reference
settle.ts
// A deal closes. Four parties are owed something.
const tx = await xodiak.settle({
  deal: "deal_8fa2c1",
  gross: "50000.00",
  model: "partner_waterfall_v3",
});

tx.legs;
// [
//   { party: "originator", share: 0.0600 },
//   { party: "referrer",   share: 0.0050 },
//   { party: "platform",   share: 0.0100 },
//   { party: "seller",     share: 0.9250 },
// ]

tx.signature;   // ML-DSA-65 (FIPS 204 / Dilithium-3)
tx.blockHeight; // final at commit, not "pending"
Aerial night view of a city grid with lines of light connecting distant clusters, representing a settlement network spanning many counterparties.
Why a chain and not a database

The record has to outlive the relationship.

A row in your database is worth exactly as much as your counterparty's trust in your database. Two years later, when a partner asks why their share was what it was, an application log is an assertion. A hash-linked, independently signed block is evidence.

XODIAK is a purpose-built network, not a smart contract deployed on someone else's. Consensus weights a validator by verified real-world reserves rather than by token holdings, which is the property that matters when the thing being settled is a real obligation.

One network, several businesses

XODIAK is the settlement layer under the Biz Dev App group.

It was built to settle our own attribution and revenue splits first. Everything on this site is infrastructure we run against our own money before anyone else's.

Biz Dev App ROSE NanoRX

Ready to get started?

Create an account instantly, or talk to us about a settlement design for your business.

See what you'll pay

Per-settlement pricing tied to what actually moves. No seat licences, no hidden spread.

Pricing details

Start building

Open an account, sign a transaction, read a block. About ten minutes end to end.

Integration options