The token

Utility

What MoryToken (and Mory Point in the early phases) actually does inside Morylen products.

Use cases

  • Content access — unlock premium articles, behind-the-scenes and educational content.
  • Creator support — support artists and educators directly (a gift, never a revenue share).
  • Rewards — earn points for reviews, contributions and participation.
  • Membership — premium profiles and community access.
  • Proof — verifiable badges and on-chain activity proofs.
  • Governance — later: vote on community priorities (never company finances).

Checking a balance

In the early phases, balances are Mory Point (off-chain). The illustrative API below shows the shape (the developer API is in active development).

GET /v1/points/balance
curl https://api.moryaudio.com/v1/points/balance \
  -H "Authorization: Bearer <session-token>"

# 200 OK
{
  "userId": "usr_8f2c…",
  "balance": 1240,
  "locked": 0,
  "unit": "MORY_POINT"
}

Support is a gift

Supporting a creator never grants revenue sharing, equity or any financial return — only thanks, badges and access. Reward points are non-transferable in the early phases.