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.
One network, eight surfaces.
Take the whole thing or take one piece. Each surface reads and writes the same ledger, so attribution recorded by one is settled by another without a reconciliation job in between.
Payments
Move money between parties with the split computed before it leaves.
Learn moreSmart contracts
Revenue shares, licences and escrow that execute themselves.
Learn moreAttribution
Who sourced it, who worked it, who gets paid. Recorded on write.
Learn moreTokenization
24 real-world asset classes, backed by vault attestation.
Learn moreTreasury & wallets
Custody, balances, payouts and the XDK unit of account.
Learn moreCompliance
Four KYC tiers enforced in the state machine, not in a policy doc.
Learn moreGovernance
On-chain proposals, weighted voting, automatic execution.
Learn moreSecurity
Post-quantum signatures, geometric cipher, four-tier command authority.
Learn moreSubmit 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
// 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"
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.
Any business where more than one party earns from the same dollar.
Platforms & marketplaces
Pay many sellers out of one inbound payment.
Agencies & service firms
Referral and revenue-share terms that settle themselves.
Energy & infrastructure
Project-level cash waterfalls across many counterparties.
AI agents & autonomous commerce
Give a machine a spend limit and an audit trail.
Real-world assets
Tokenize the thing, attest the reserve, settle the income.
Government & public sector
Grant, benefit and contract disbursement with a public record.
Media, music & IP
Split a royalty across rights holders at the moment it lands.
Professional services
Retainers, milestones and pass-through costs on one ledger.
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 detailsStart building
Open an account, sign a transaction, read a block. About ten minutes end to end.
Integration options
