Skip to main content
Every FX order on Musubi is a complete, immutable regulatory record. From the moment an institution submits a payment intent through atomic settlement, every event is timestamped and linked to a single cryptographic settlement proof.

The FX Order as Audit Record

Each order captures the full lifecycle with immutable timestamps:
EventFieldWhat It Proves
Order initiatedcreated_atWhen the sender authorized the payment intent
Order expiry deadlineexpires_atMaximum window for the trade
Quote submittedquote_submitted_atWhen the market maker offered a rate
Quote acceptedquote_accepted_atWhen the institution + custodian authorized the trade
Quote validityquote_valid_untilHow long the offered rate was valid
Settlement completedsettled_atWhen the atomic DvP finalized
The settled order is a single record containing all of these timestamps plus the trade details. No need to reconstruct from multiple systems, message logs, or correspondent confirmations.

Compliance Fields

FieldPurposeRegulatory Relevance
sender_party_idSender identityOriginator identification (FATF Recommendation 16)
receiver_party_idReceiver identityBeneficiary identification (FATF Recommendation 16)
sender_custodian_party_idSender’s custodianCustodian identification, authorization chain
receiver_custodian_party_idReceiver’s custodianCustodian identification, delivery confirmation
market_maker_party_idLiquidity providerCounterparty identification
jurisdiction_senderSender jurisdiction (ISO 3166)FSA reporting scope (Japan)
jurisdiction_receiverReceiver jurisdiction (ISO 3166)FSC reporting scope (Korea)
kyc_aml_refKYC/AML clearance UUIDLinks to external KYC verification record
intent_signatureSender’s cryptographic signatureProves sender authorization (verifiable off-chain)
fx_rateExecuted exchange rateBest execution documentation
target_amount / source_amount_actualTrade amountsTransaction value for threshold reporting
transaction_hashSettlement proofAtomic execution evidence — single hash covering all 4 DvP legs

Transaction Proof

Every settled trade produces a single transaction_hash — a cryptographic proof covering all four legs of the atomic DvP settlement. This hash:
  • Proves that both currency legs settled simultaneously (no partial settlement)
  • Covers the complete transaction: sender’s release, market maker’s delivery, receiver’s receipt, market maker’s payment
  • Is independently verifiable by any party to the trade
  • Serves as the definitive settlement reference for reconciliation and regulatory reporting
TradFi comparison: In correspondent banking, you receive separate SWIFT confirmations at each hop. On Musubi, one hash proves the entire end-to-end settlement.

Dual-Jurisdiction Reporting

Musubi operates across two regulatory jurisdictions:
JurisdictionRegulatorKey RequirementsThreshold
JapanFinancial Services Agency (FSA)PSLMA compliance, JAFIC notificationJPY 2,000,000
South KoreaFinancial Services Commission (FSC)VASP Act compliance, KoFIU reportingKRW 10,000,000
InternationalFATFTravel Rule (Recommendation 16)USD 1,000
The jurisdiction_sender and jurisdiction_receiver fields on every order enable routing to the correct reporting regime. Both Japanese and Korean regulators receive the full FX order record for their respective requirements.

Off-Chain Signature Verification

The intent_signature field enables regulators to verify sender authorization without accessing the settlement network:
  1. Regulator receives the FX order record (via your compliance system)
  2. Regulator verifies intent_signature against the sender institution’s public key
  3. Verification proves the sender authorized the exact order details (amount, currency, receiver)
This is analogous to verifying an authorized signatory on a payment instruction — but cryptographically enforceable and tamper-evident.

Record Retention

Settlement records should be retained according to jurisdictional requirements:
JurisdictionMinimum RetentionRegulation
Japan5 yearsPSLMA Article 63-14
South Korea10 yearsVASP Act
The transaction_hash and settled order data provide the complete record needed for regulatory examination. Regulatory requests should be serviced within 72 hours per standard compliance SLAs.

Planned Enhancements

The following capabilities are on the roadmap for production readiness:
EnhancementRegulatory DriverStatus
Travel Rule fields (originator/beneficiary name, account, address)FATF R.16, Japan PSLMA Art. 62-4, Korea VASP Act Art. 7Planned
Sanctions screening gate before settlementJapan FEFTA, Korea Foreign Transactions ActPlanned
AML transaction monitoring with threshold alertsJapan PSLMA Art. 62-3, Korea KoFIU reportingPlanned
Fee decomposition (spread, commission, mid-market rate)Japan FSA fee disclosure, Korea FSC transparencyPlanned
Record retention enforcement at database levelJapan PSLMA Art. 63-14, Korea VASP ActPlanned
Audit trail hash integrity (SHA-256 chain)Tamper detection for regulatory examinationPlanned
These enhancements are required before production licensing. Musubi is currently deployed on testnet for POC validation. Contact your Musubi integration manager for the production compliance timeline.