Contracts
Draft. Overview of Akkadia’s Gno contracts: structure and responsibility boundaries.
Structure (repo)
Contracts live under contracts/ and are split by domain:
contracts/admin: ops/admin policies (permissions/fees, etc.)contracts/acr: ACR token (GRC20)contracts/block: blocks/actions/storage (fundamental unit)contracts/chunk: chunk/world-level data and permissionscontracts/personal_world: personal world / Realm logiccontracts/user: user types and user data
Draft: The exact responsibility boundaries will be hardened in
architecture.
Contract Reference
| Contract | Purpose |
|---|---|
| Admin | Governance roles and protocol configuration |
| ACR Token | Community engagement token (GRC20) |
| User | Player identity and profiles |
| Chunk | System worlds and land ownership (GRC721) |
| Personal World | Private Realms for players |
| Block | Building content and inventory (GRC1155) |
Concepts
Last updated on