For institutions wiring Musubi into a TMS or ERP (Kyriba, SAP, Oracle) or automating order initiation behind a custom workflow, see Programmatic Access.
Who uses the console
Typical treasury team mapping:
Role-based access maps to your existing JWT claims; your IdP decides who can initiate vs. approve vs. read-only.
Create an order
The order creation form captures the fields required to broadcast to market makers:
On submit, the order lands in
PENDING status and an anonymized RFQ goes out to market makers. Market makers see the currency pair and amounts but not your identity.
Quote inbox
Market makers submit competing quotes over the next few seconds. The console shows them side-by-side:- FX rate, source amount, target amount
- Validity window (each quote has its own expiry, typically 30 seconds)
- Whether each quote satisfies the cost guard (green if within, red if over)
- Comparison against mid-market rate for best-ex documentation
Accept a quote
Selecting a quote triggers acceptance. Your acceptance alone doesn’t move assets — your custodian’s co-signature is also required, which they provide from their custodian console. The institution console surfaces this: the order showsQUOTED — awaiting custodian co-sign until both signatures are in.
Once co-signed, settlement proceeds automatically. The order transitions QUOTED → EXECUTING → SETTLED over roughly four seconds.
Settlement tracking
The console shows order status in real time. Typical progression:PENDING— awaiting quotes (up toexpires_at)QUOTED— quote accepted, awaiting final settlementEXECUTING— atomic DvP in progressSETTLED— complete, withtransaction_hashand final amounts
Dashboard
The home dashboard shows:Cancelling or rejecting
If something changes after creation but before acceptance, the initiator can cancel aPENDING or QUOTED order from the order detail view. Once settlement is in progress (EXECUTING) or complete (SETTLED), the order is immutable.
Next steps
- Reconciliation into your accounting — see Statements
- Conceptual view of the whole trade lifecycle — see Settlement Flow
- Custom treasury automation — see Programmatic Access