ƒxyzƒxyz Docs
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

  • /finance is the live action hub
  • older bridge overview routes redirect into it
  • /portfolio complements 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:

  • /portfolio for analytics and balances-over-time
  • /invest for investment workflows
  • /vouchers for voucher-centric flows
  • /network/tokenomics for 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:

  1. describe /finance as the live operational money hub
  2. describe /portfolio as the analytics view
  3. 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.

On this page