Onboarding checklist
Receive credentials
Musubi provisions:
- Canton Party ID — your identity on the settlement network
- JWT signing credentials — for API and console authentication
- Network connectivity details — TLS certificates and endpoint references (if you run your own backend)
Confirm custodian readiness
Check with your custodian that they have:
- Connected their node to the settlement network
- Set up your institutional custody account
- Whitelisted the Musubi settlement address
- Sufficient stablecoin balance for your expected volumes
KYC/AML reference
Obtain a KYC/AML clearance reference (UUID) from your compliance team. This references your existing KYC verification of your own customers / counterparties and is required on every order you create. The reference is recorded on the FXOrder; the actual KYC data stays in your existing system.
(Optional) Deploy your backend
Institutions with custom treasury automation may deploy their own Musubi backend:
- Configure with your Party ID and JWT credentials
- Connect to your PostgreSQL instance
- Establish TLS connectivity to the settlement network
Connectivity test
GET /health— backend is running and connected to the networkGET /whoami— confirms your Party ID and role- Create a test order on testnet and verify it reaches SETTLED
Testnet validation
Scenarios to run before production:- Happy path — create order → receive quote → accept → verify SETTLED status
- Cost guard — set
source_amount_maxbelow the expected quoted amount → verifySLIPPAGErejection - Expiry — create order with short
expires_at→ no quotes accepted → verify EXPIRED - Cancellation — create order → cancel before quote acceptance → verify cancellation
- Reconciliation — match
transaction_hash,settled_at, and amounts across your accounting system - Statement export — once you’ve settled a few testnet orders, run your first statement download and confirm the fields line up with your general ledger
Next steps
- Daily operation — your treasury team uses the Console
- Reconciliation — Statements feeds accounting and compliance
- Custom integration — Programmatic Access for TMS/ERP