User Guides
Finance Hub
Use the current finance surface for transfers, money movement, portfolio follow-through, and Bridge-linked actions.
The current money-movement center in the app is /finance.
This is where the older bridge-oriented routes were consolidated. If you are documenting deposits, withdrawals, linked rails, or regulated transfer actions, this is the route to describe first.
Current Route Model
/financeis the live action hub- older bridge overview routes redirect into it
/portfoliocomplements finance with analytics rather than replacing it
What Lives Here
- move-money actions
- transfer initiation
- Bridge-linked capability checks
- KYC-gated action handling
- identity-aware financial workflows
What Does Not Live Here
Not everything financial belongs on /finance.
Use:
/portfoliofor analytics and balances-over-time/investfor investment workflows/vouchersfor voucher-centric flows/network/tokenomicsfor token model and supply/distribution context
Consolidation Notes
Legacy routes that redirect into the current finance model:
/bridge/bridge/payments/bridge/virtual-accounts
This is why older docs that talk about a separate “Bridge section” are now misleading.
Documentation Rule
When writing user-facing docs:
- describe
/financeas the live operational money hub - describe
/portfolioas the analytics view - treat older
/bridge/*app routes as historical aliases
The API still has Bridge route families under /api/bridge/*. The app surface is consolidated even though the backend route family remains separate.