Plain meaning
Start with the shortest useful explanation before going deeper.
An Entity Component System (ECS) framework by MagicBlock for building on-chain games on Solana. Bolt separates game data (Components stored in accounts) from logic (Systems as programs). This modular architecture enables composable, upgradeable game logic where different programs can operate on shared game state.