This page describes the console workflow. For custodians with custom compliance rails that need to automate the authorization step programmatically, see Programmatic Access.
Who uses the console
Typical custodian team mapping:| Role in your org | What they do in the console |
|---|---|
| Authorizer (treasury / ops lead) | Accepts or rejects order proposals; co-signs quote acceptance |
| Reviewer (compliance / risk) | Cross-checks KYC references, reviews orders for unusual patterns before authorization |
| Observer (finance / reconciliation) | Watches settled volume and reconciles against the accounting system |
Inbox — pending proposals
When an institutional client creates an FX order referencing your Party ID, it appears in the Inbox as a pending proposal with:- Target currency and amount
- Receiver institution + their custodian
- Source of funds, purpose code, jurisdictions
- KYC / sanctions references (cross-check against your internal records)
- Cost guard (
source_amount_max) if the sender specified one
Quote review
After acceptance, market makers submit competing quotes. 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
Co-signature
When the institution selects a quote, the console surfaces a co-signature action. Clicking co-sign:- Verifies the quote is still within its validity window
- Confirms cost-guard compliance
- Adds your cryptographic signature to the quote acceptance
- Transitions the order to
QUOTED
Dashboards
The Home dashboard shows:| Panel | What it tells you |
|---|---|
| Orders by status | How many orders are PENDING / QUOTED / EXECUTING / SETTLED / FAILED / EXPIRED right now |
| Settled volume | Daily / weekly / monthly settled volume by currency pair |
| Recent settlements | Last N settlements with transaction_hash, settled_at, amounts |
| Alerts | PENDING accumulating, FAILED spikes, quote-response latency |
Veto at each step
Your authorizer can refuse at any of three points:| Action | Effect |
|---|---|
| Reject proposal | Order cancelled immediately. No quotes solicited. |
| Ignore all quotes | Order remains PENDING until another quote is accepted or it expires. |
| Refuse to co-sign | Quote acceptance fails. Order remains PENDING. |