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
/walletsis 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
| Need | Current 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:
- profile as the identity hub
- portfolio as the analytics hub
- 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.