Economy
Draft. How value flows through Akkadia - currencies, fees, and revenue distribution.
Currencies
Akkadia uses two currencies:
| Currency | Type | Purpose |
|---|---|---|
| GNOT | Native | Payments for world creation, expansion, block minting, block usage |
| ACR | GRC20 | Community engagement token earned through activities |
Revenue Streams
Personal World Creation & Expansion
When players create or expand personal worlds, fees are distributed:
| Recipient | Share | Role |
|---|---|---|
| Fee Collector | 5% (default) | Operational costs |
| Protocol | 95% (default) | Protocol development |
- First world with default biome is free
- Expansion costs increase with size level
- Biome price multiplier affects costs
Block Minting
When players mint (purchase) user-created blocks:
| Recipient | Share | Role |
|---|---|---|
| Creator | 40% (default) | Block template creator |
| Operator | 60% (default) | Protocol operations |
- Creator share is configurable by admin (
creatorBPS) - System blocks have different rules (managed off-chain)
Block Usage
When players interact with installed blocks:
| Recipient | Share | Role |
|---|---|---|
| Installer | Configurable | Who installed the block |
| Operator | Remainder | Protocol operations |
- Installer share is set per-block template (
installerBPS) - Creates passive income for builders
Fee Recipients
Configured in the Admin contract:
| Role | Address | Receives From |
|---|---|---|
| Fee Collector | Configurable | World creation/expansion (5%) |
| Protocol | Configurable | World creation/expansion (95%) |
| Operator | Configurable | Block minting (60%), block usage (remainder) |
| Creator | Per-block | Block minting (40%) |
| Installer | Per-installation | Block usage (configurable %) |
ACR Token
ACR (Akkadia Community Rune) is the community engagement token:
- Earned through gameplay activities (criteria TBD)
- Minted on-chain by operator based on off-chain activity tracking
- Leaderboards track balance and lifetime earnings
- See ACR Token for details
On-Chain vs Off-Chain
| On-Chain | Off-Chain |
|---|---|
| Fee distribution and transfers | Activity tracking |
| Token balances (GNOT, ACR) | Earning criteria calculation |
| Mint/usage records | System block inventory |
| Leaderboard indexes | Analytics and reporting |
Related
- Admin - Fee recipient configuration
- ACR Token - Community token details
- Block - Creator and installer economics
- Personal World - World creation costs
Last updated on