Skip to main content
You already know how to custody stablecoins — key management, whitelisting, multisig, on-chain settlement. Musubi adds something new: you’re an active co-signer in a multi-party FX settlement workflow, not just a send/receive operator.

What’s Different from Your Usual Custody

Typical Crypto Custody (EVM/UTXO)Musubi (Canton/DAML)
IdentityWallet addresses (0x…)Party IDs (DisplayName::fingerprint) — tied to your org, not a key pair
Asset modelERC-20 balances, UTXO outputsDAML Holding contracts — you’re the sole signatory on each holding
Transfersapprove + transferFrom, or sign a txExercise a Transfer choice on the Holding contract
AuthorizationThreshold multisig (2-of-3, 3-of-5)4-party rolling approval — named parties, not threshold
VisibilityEverything on-chain is public (Etherscan)Sub-transaction privacy — you see only contracts you’re party to
Your role in settlementSign and broadcast, then wait for confirmationsActive co-signer in atomic 4-leg DvP — your signature is one of four required
Quote visibilityNot applicableYou see competing MM quotes and participate in best execution selection

Two Distinct Roles

What’s new for you: You’re not just holding and releasing assets — you’re an active participant in an FX workflow.
  • See order proposals from your institutional clients and accept/reject them
  • Review competing market maker quotes — this is unusual for a custodian, but you’re the authorization gate for best execution
  • Co-sign the best quote alongside the institution (dual authorization)
  • Your co-signature is one of four required for the atomic DvP settlement
The biggest shift: on EVM/UTXO chains, you sign transactions and they’re public. On Canton, you co-sign settlement contracts with sub-transaction privacy — other participants can’t see your holdings, and you can’t see theirs.

Guide Structure

Authorization Workflow

How multi-party DvP co-signing works, quote review, and how this differs from standard multisig.

Settlement & Safekeeping

Atomic DvP mechanics, Canton Holding model vs ERC-20, asset movements, and reconciliation.

Compliance

Whitelist model, audit trail, KYC cross-referencing, and regulatory reporting.

Security

Signing authority, Canton privacy vs public chain transparency, and data isolation.

Integration Guide

Architecture, onboarding, institution relationships, and monitoring.

API Reference

Endpoints, accept quote examples, SSE events, and order lifecycle.