-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Cedric Decoster edited this page Jun 19, 2025
·
7 revisions
Welcome to the official SAGE wiki!
SAGE (Substrate Asset Game Engine) is an on-chain, generic asset-state and transition framework built as a Substrate pallet. It gives blockchain developers a declarative way to define:
- Asset schemas (“what data does an asset carry?”)
- State transitions (“what are the allowed moves?”)
- Rule-sets that gate those transitions
In short: SAGE turns custom game mechanics into a reusable, auditable state machine that lives directly on-chain.