Skip to main content

Games Namespace

Olymp defines protocol namespaces to isolate concerns:

  • core.*: data packages, registries, anchors, payments, scores.
  • app.*: application registration, permissions, and fee routing.
  • games.*: NFT modules for items and unique assets.

The games namespace introduces optional NFT modules (ERC-1155 and ERC-721) with off-chain metadata pointers. Mint fees are routed to the ProtocolFeeCollector and do not alter core data network rules.

Apps and games can be indexed independently and routed through separate gateways without affecting core PoD consensus.