Onboarding
The single transaction every Andamio participant runs first — minting an access token.
Every Andamio journey starts here. Before you can create or join a course or project, you mint an access token tied to a unique alias — your on-chain identity for the protocol.
Onboarding — mint an access token
Minting an access token is the entry point for all participation in Andamio. Any user who wants to interact with courses, projects, or any other on-chain feature must first mint an access token tied to a unique alias.
Step 1
Mint Access Token
- Actor
- Any user
- On-chain effect
Validator action.
global_state: MintLocalStateToken Δ. Mints the Access Token (a local-state NFT) tied to a unique alias. The alias is enforced unique across the protocol by the on-chain linked list.
- Resulting state
- The user holds an access token under a unique alias, recorded on-chain. They can now create courses or projects and join either as a participant.
- Build endpoint
POST /api/v2/tx/general/mint-access-token
Step 1
Mint Access Token
- Actor
- Any user
- On-chain effect
Validator action.
global_state: MintLocalStateToken Δ. Mints the Access Token (a local-state NFT) tied to a unique alias. The alias is enforced unique across the protocol by the on-chain linked list.
- Resulting state
- The user holds an access token under a unique alias, recorded on-chain. They can now create courses or projects and join either as a participant.
- Build endpoint
POST /api/v2/tx/general/mint-access-token