MORY is a fixed-supply, immutable ERC-20 on Polygon — the shared layer for access, rewards, membership and proof across the whole ecosystem. One identity, one balance, every app.
MORY token
$MORY
Symbol
MORY
Standard
ERC-20 · immutable
Network
Polygon
Supply
2,000,000,000 · fixed
Admin keys
None
MoryToken is a utility token — not an investment, not a security, not a means of payment. It is introduced carefully, country by country, after legal review. Nothing on this site is financial advice.
What it does
Most tokens ask you to speculate. MoryToken does a job: it connects identity, rewards and access so anything Morylen builds works together from day one.
One balance unlocks gated features, releases and member surfaces across every Morylen product — no per-app accounts.
Earn for real participation. Mory Point accrues off-chain first, then bridges to on-chain MORY where it adds value.
Tiered membership and perks recognised everywhere in the ecosystem, tied to one identity instead of scattered logins.
On-chain proof of contribution, ownership and badges — portable, verifiable and owned by the holder, not the platform.
How it rolls out
No airdrop hype, no premature listing. Products begin with off-chain points; the on-chain token arrives one careful step at a time.
Products launch with Mory Point — a non-transferable reward credit. No wallet needed, no speculation.
Holders link a self-custody wallet to carry identity and balance between products.
Contribution and badges are written on-chain as portable, verifiable proof.
MORY itself powers access and rewards — introduced country by country, after legal review.
NFT badges and community governance for ecosystem decisions.
Tokenomics
Two billion MORY, minted once, never inflated. A 70 / 20 / 10 allocation weighted toward the people who actually use and build the ecosystem.
Participation rewards, liquidity for utility, and grants for solutions built on MoryToken.
Long-term engineering, audits and operations — vested, never a quick unlock.
Conservative reserve held for resilience and country-by-country rollout.
Built on MoryToken
Real products that use MORY for access, membership and proof — your wallet is the key, not a payment. MoryCodec is the first.
A wallet-bound media codec — encrypted, seekable audio and video that play only for the wallets you choose. Access by wallet ownership and on-chain entitlement, never payment.
Permissioned secure file transfer — files only the intended wallets can decrypt, with on-chain access control and revocation. Standard cryptography, no custom crypto.
MORY is permissionless infrastructure: read a balance, check membership, write proof. Build your own MORY-powered solution on the same primitives every product uses.
For builders
MoryToken is permissionless infrastructure. Read a balance, check membership, or write proof — the same primitives every Morylen product uses, available to you.
import { mory } from "@morylen/sdk";
// one balance, every product
const bal = await mory.balanceOf(address);
const tier = await mory.membership(address);
if (tier >= mory.Tier.Member) {
unlock(feature); // access, anywhere
}FAQ
No. MoryToken is a utility token that provides access, rewards, membership and proof inside Morylen products. It is not a security, not an investment product, and not a means of payment. Nothing here is financial advice.
MORY is an ERC-20 on Polygon — low fees, fast finality and a mature toolchain — so on-chain actions stay cheap enough for everyday product use.
No. The contract is immutable: no minting, no pause, no admin keys. Supply is fixed and the rules cannot be changed after deployment.
Mory Point is an internal, non-transferable reward credit products use today. It bridges to on-chain MORY only where the token genuinely adds value, and only after legal review.
Carefully and incrementally. Token utility is enabled country by country after legal review — many surfaces start with points-only and never require a wallet.
The full developer and policy reference — what it is, how it works, and how to integrate.