Membership
Understand the current membership flow, on-chain certificate state, and where membership now lives in the app.
Membership in the current app is centered on identity and profile state, not on a separate long-lived /membership workflow.
Current Rule
Use /profile as the main membership surface.
The old /membership route now redirects there.
What Membership Includes
- on-chain membership certificate state
- contribution level
- standing
- rites
- star / celestial identity context
- linked identity and persona state
Membership Certificate
The membership certificate is represented through the Solana-based membership flow and is treated as identity-linked, not as a generic transferable asset.
Where Related Actions Live
| Task | Current route |
|---|---|
| View core identity + membership state | /profile |
| Manage personas | /personas |
| Start finance / KYC-adjacent flows | /finance and /personas |
| View portfolio and related analytics | /portfolio |
Contribution Levels
The current member-level language is:
- OBSERVER
- INITIATE
- EXPLORER
- NAVIGATOR
- FOUNDER
This should be understood separately from lifecycle standing.
Standing
Standing tracks lifecycle state such as:
- GUEST
- ACTIVE
- INACTIVE
- SUSPENDED
- REVOKED
- BANNED
That separation is important because older docs often mixed level and standing together.
Suggested First Pass
Open /profile
This is the current center of truth for membership-linked state.
Review your identity state
Check contribution level, standing, score, rites, and linked persona context.
Continue into personas or finance
Use /personas for identity branching and /finance when you need regulated money-movement capabilities.
For the live route model behind this guide, use App Surface Map.