Andamio Logo

Home

Welcome to Andamio

Andamio is an open protocol for credential-gated collaboration on Cardano. Create courses that issue verifiable credentials. Launch projects where qualified contributors earn rewards. Build applications that read and write to shared, auditable state.

Build on Open Credentials

  • Issue interoperable credentials via API
  • Cardano is always the source of truth
  • Your users own their credentials; your app just reads them

What Can You Build?

Treasury Governance

Credential-gated access to shared funds. Verified contributors unlock spending and delegation.

Onboarding Platforms

Guide team members through structured learning paths. Issue credentials as they progress.

Coordination Infrastructure

For guilds, collectives, and DAOs. Credentials define permissions and decision-making authority.

Co-op Social Media

Community-owned platforms where credentials control moderation, curation, and governance.

These are just a few ideas. Andamio is built for you to create your own systems and tools. If you want to explore what's possible, join Andamio Pioneers where builders share what they're making.

Developer Guides

GuideDescription
Your First AppBuild a course, enroll a student, submit an assignment
API IntegrationEnvironment URLs, auth headers, request patterns
AuthenticationWallet-based login and JWT flow
TransactionsBuild → sign → submit lifecycle
Error HandlingRecovery patterns for failed transactions

Built-in Access Control

The API separates app identity from user identity:

HeaderPurpose
X-API-KeyIdentifies your app. Used for rate limits and quotas. One key serves all your users.
AuthorizationIdentifies the user. A JWT issued when users sign a challenge with their Cardano wallet.

Users never expose private keys or sign transactions during authentication. They sign a challenge, nothing more. Tokens are valid for 24 hours.

Authentication guide

Reference


Want to Try Andamio First?

Before you build, experience the platform as a user. Mint an access token, take a course, earn a credential. Takes about 2 minutes with a Cardano wallet (Nami, Eternl, or Lace).


Go Deeper