Institutional treasury flow, end-to-end
Fiat in → mint → transfer → redeem. Each step commits a signed, hash-linked record — the provable trail runs the full lifecycle, not a monthly reconciliation.
Run the flow
Live commitAt this amount the transfer crosses the dual-control threshold and will require a second signature — the flow pauses for approval, exactly as policy dictates.
Position
Derived from ledgerMint · burn · transfer
Every operation is an authorized, signed, committed record. Policy is enforced before commit — an operation that violates backing, velocity, or authorization never reaches the ledger.
Mint
IssueRequires attested reserves ≥ resulting supply × ratio, and a paired proof-of-backing record.
Transfer
MoveBurn
RedeemLast committed record
Signed & hash-linkedGoverned asset conversion
Milicore is not the liquidity venue. It governs who may swap, which assets and rails are permitted, what quote was authorized, and what settlement instruction was committed.
Build swap instruction
Cross-asset · cross-railMilicore controls
Before executionLast swap authorization
Provable instructionEnforced multi-party authorization
Dual-control, made cryptographic. Initiator and approver each sign the operation itself — the approval authority is a signature on the committed record, not a line in a log you have to trust.
Policy
Enforced & committedPending approvals
0 queuedTwo-signature record anatomy
What "provable approval" looks likeProvable reserves
Reserve evidence is committed alongside issuance. Every mint links to a custodian-signed reserve record, so the represented backing ratio and authorization history can be verified on demand rather than reconstructed from a periodic report.
Solvency
LiveAttestation vs. the monthly PDF
ContrastPoint-in-time. Signed by a person, not a key you can check. Stale between reports. You trust the issuer's word on the reserve balance.
Per-mint. The custodian's key signs each reserve-evidence record, and anyone can recompute the represented backing ratio from the ledger at any time. The ledger proves the committed evidence and authorization; independent verification of the underlying cash depends on the reserve source.
Reserve attestation ledger
Custodian-signed| Seq | Event | Δ Reserve | Attestor | Record hash |
|---|
Settlement
The operation settles on your chosen chain, while the Milicore ledger remains the canonical governance and audit record. Authorization, policy evidence and reserve evidence are committed independently of the settlement rail, so the control history remains portable across chains.
Select an operation
From the committed ledgerSettlement reflection
One chain · one truthThe reference is a deterministic SHA-256 of the ledger record hash and the chain identifier — a real, reproducible pointer, not a simulated on-chain transaction. Switch the settlement chain in the top bar and the ledger hash above does not move; only the settlement pointer does.
Create a self-custody wallet
A cryptographically secure private key is generated in your browser and never sent to a server. Chain-native addresses are derived for the supported settlement rails, creating the self-custodied authority that authorizes and receives governed operations.
Generate wallet
Loading libraries…🔒 Key generation runs locally with audited @noble/* primitives. secp256k1 and Ed25519 addresses are derived in-browser; close the tab and the private key is gone.
Wallet
Self-custodiedWhat the auditor sees
Every mint, burn, transfer, and approval as a signed, hash-linked record — independently verifiable from public keys alone. This is the whole ledger. Try to change one number and watch the chain reject it.
Ledger
| Seq | Type | Detail | Signers | prevHash | bodyHash | Status |
|---|---|---|---|---|---|---|
| Empty ledger. Run operations to populate. | ||||||
Tamper test
Break it on purposeMutable log vs. this ledger
The claimA row in a database. An admin, a bug, or an incident can change it silently. The regulator takes your word that it wasn't touched.
Each record seals the one before it. Any change breaks a signature or a link, visibly, forever. The regulator verifies instead of trusting.