Member Home & Identity
How the current app organizes dashboard, profile, personas, settings, and membership-linked identity.
The current member-facing app no longer spreads identity across many disconnected pages. The live experience is centered on a few routes:
/for the member home dashboard/profilefor identity, membership, star state, wallets, and participation/personasfor persona management and identity context/settingsfor account and appearance preferences/notificationsfor activity and action items
The Main Shift
Older docs and old routes can still make the app feel more fragmented than it is. In the live app:
/membershipredirects to/profile/walletsredirects to/profile/sigilredirects to the E8 / identity area inside/profile/dashboardredirects to/
That means profile is now the real identity hub.
Dashboard
The authenticated root route / is the current member home.
It functions as:
- command center
- FX and network overview
- quick action surface
- service status snapshot
- entry point into graph, portfolio, circles, and finance flows
Use it for orientation and monitoring, not as the final location for deep account management.
Profile
/profile is the most important identity route in the app.
It brings together:
- contribution level
- standing
- f(xyz) score
- rites
- celestial / star identity
- membership certificate state
- wallet-linked identity information
- participation breakdown
- domain expertise
If you are documenting “membership” in the current app, document /profile, not a standalone membership route.
Personas
/personas is where identity branches into separate working contexts.
Use it to manage:
- multiple personas
- active persona switching
- persona-specific context
- KYC / KYB alignment where applicable
This matters because many operational and financial flows are persona-aware.
Settings And Notifications
These are now first-class routes:
/settings/notifications
They are no longer aliases hanging off another page.
Documentation Rule
When updating identity-related docs:
- Prefer
/profileover older membership-only phrasing. - Treat
/personasas the live multi-identity workflow. - Mention old routes only when explaining redirects or migration.
This page is the first step in documenting the app one surface at a time from the live navigation model. Next high-value updates should cover finance, circles, and graph explorer.