ƒxyzƒxyz Docs
User Guides

Wallets & Assets

Understand embedded wallets, current wallet routes, and where balances and analytics now live.

The wallet experience in the current app is split across identity and analytics surfaces.

Current Route Model

  • /wallets is no longer the main long-lived destination
  • wallet-linked identity context lives in /profile
  • portfolio and activity analysis live in /portfolio

Related redirects:

  • /wallets -> /profile
  • /wallets/analytics -> /portfolio
  • /wallets/transactions -> /portfolio

Embedded Wallets

The product provisions embedded wallet infrastructure as part of the main app experience, so users can enter the platform without treating wallet setup as a separate first task.

Where To Look

NeedCurrent route
identity-linked wallet context/profile
balances and portfolio analytics/portfolio
finance actions and money movement/finance

Supported Context

The docs and current app both assume multi-chain interaction, with Solana-based certificate/token state plus broader finance and asset surfaces layered around that.

Practical Guidance

If you are documenting or explaining wallet behavior, describe it through:

  1. profile as the identity hub
  2. portfolio as the analytics hub
  3. finance as the action hub

Do not treat the older /wallets route as the main reader-facing destination.

Use Member Home & Identity and App Surface Map together when explaining the current user flow.

On this page