Skip to main content
A stablecoin transfer on Ethereum moves value. Musubi moves value and the compliance record that regulators require for that value to be moved — in one atomic contract. Public chains can’t collapse those two planes without exposing PII; Canton’s sub-transaction privacy is what makes the collapse possible. The reference case throughout this page: VASP A sends 1,000,000 USDC on Ethereum to VASP B.

What’s On-Chain

ArtifactUSDC on EthereumMusubi FXOrder
On-chain recordOne Transfer(from, to, amount) event on the ERC-20 contractFull FXOrder: originator + beneficiary + VASPs + KYC (status/provider/expiry) + sanctions (status/list version/freshness) + jurisdictions + purpose code + consent + settlement legs
Party identityHex addresses (pseudonymous)Canton party identities + IVMS 101 legal persons, observer-visible only to entitled parties
Compliance evidenceNone on-chainSignatory-bound on the same contract as the settlement
On Ethereum, the Transfer event fires regardless of whether any compliance step was completed. Everything that makes the transfer lawful lives in systems the blockchain never touches.

Where Compliance Lives

One USDC/ETH VASP-to-VASP transfer produces artifacts across seven separate systems:
SideSystemWhat it records
Originator VASPKYC vendor (Persona, Sumsub, Jumio)Originator identity
Originator VASPSanctions vendor (Chainalysis, Elliptic, TRM)Screening result
Originator VASPTravel Rule provider (Notabene, TRUST, Sygna, CODE, VerifyVASP)IVMS 101 message sent
Beneficiary VASPKYC vendorBeneficiary identity
Beneficiary VASPSanctions vendorScreening result
Beneficiary VASPTravel Rule receive queueIVMS 101 message received
PublicEthereumTransfer event
None of these share a cryptographic root of trust with the Transfer event. The linkage is “we both agree this Travel Rule message is about tx 0xabc…” — an assertion, not a proof. On Musubi, every compliance field and every settlement leg is on the same FXOrder contract, signed by the same parties.

Atomicity of Enforcement

ScenarioUSDC on EthereumMusubi
Travel Rule message not sentTransfer settles anywayExecuteSettlement has the IVMS 101 fields on the FXOrder — can’t settle without them
KYC expired between screening and transferTransfer settles anywayExecuteSettlement rejects expired KYC
Sanctions list stale at screening timeTransfer settles anywayRejected against sanctionsFreshnessWindow
Beneficiary VASP not whitelistedTransfer settles anywayRejected without active RegisteredVASP attestation
BLOCK-severity AML alert unresolvedTransfer settles anywayComplianceClearance gate refuses to settle
“Settles anyway” is the default on Ethereum — compliance is best-effort, audit-after. On Musubi, compliance is a pre-condition enforced by the smart contract.

What the Regulator Sees

Ask: “show me everything about the transfer of 1M on 2026-01-15.”
Assemble, across organizations and vendors:
  • On-chain tx data (Etherscan)
  • Originator’s KYC vendor record
  • Originator’s sanctions screening record
  • Originator’s Travel Rule provider sent-message log
  • Beneficiary VASP’s matching KYC, sanctions, and Travel Rule receive records
  • Possibly defunct vendors, archived systems, deprecated APIs
Response time: weeks. Some records may not exist because a vendor was acquired, changed schema, or archived to cold storage.
JP and KR regulators reconciling both sides of a cross-border transfer face this problem twice on Ethereum. On Musubi, each regulator becomes a Canton observer on the same FXOrder — the two sides are the same record.

Non-Repudiation

SignatureUSDC on EthereumMusubi
Value movementHot wallet ECDSA signatureOperator + sender custodian + market maker + receiver custodian Canton signatures
KYC attestationRow in a SaaS database (no cryptographic signature)Field on a contract signed by operator + custodian
Sanctions attestationAPI response stored in a vendor portalField on the same signed contract
Travel Rule messageTravel Rule API-key signature by VASP A’s service accountIVMS 101 fields on the same signed FXOrder
Binding between themConvention — tx hash referenced in eachSingle contract, single signature chain
A custodian can plausibly claim a KYC record wasn’t for a given Ethereum tx — the KYC record doesn’t cryptographically commit to the tx. On Musubi, the KYC field and the settlement legs are on the same contract; you can’t disavow one without disavowing the other.

Integrity Through Time

Compliance vendor landscapes churn. Persona gets acquired. Chainalysis revises their alert schema. CODE or VerifyVASP pivot. Any one of those disrupts the linkage between yesterday’s on-chain transfer and today’s audit. Musubi snapshots the vendor name, list version, and timestamp on the FXOrder at the moment of the intent, and retains the record for ten years. An auditor inspecting a 2026 settlement in 2036 sees the same record they would have seen at the time.

What You Give Up

Musubi isn’t strictly better — it’s a different trade.
USDC on EthereumMusubi
Liquidity$30B+ daily global volume, thousands of counterpartiesClosed counterparty set (approved participants on a Canton network)
ComposabilityTx can atomically interact with DeFi, bridges, wrapped instrumentsPurpose-built for regulated cross-border FX; no general composability
AccessPermissionless — any address can transactPermissioned — you must join the network as a known participant
AudienceAny use case that wants USD-stable on-chainLicensed VASPs with cross-border obligations
Musubi buys atomic compliance binding at the cost of open access. For VASP-to-VASP regulated flows, that’s the trade regulators already require off-chain; Musubi just makes it on-chain with cryptographic enforcement.

The Structural Point

Public chains pushed compliance off-chain because putting PII on a public ledger is unacceptable. Canton’s sub-transaction privacy lets the FXOrder carry IVMS 101 + KYC + sanctions + consent fully on-ledger without any of it being publicly visible — only parties entitled to see each field do. USDC-on-Ethereum is “the ledger tracks value; seven other systems track whether anyone was allowed to move it.” Musubi is one ledger, one record, one signature chain — compliance is a pre-condition to settlement, not a post-hoc audit.
This page compares the operational and regulatory shape, not the technical merits of EVM vs. Canton as such. Ethereum remains the correct choice for permissionless access and DeFi composability. Musubi is the correct choice for regulated cross-border FX between known VASPs.