Locker Services Overview (Group 8)
The live locker and trade-locker surface for escrow-like storage, inspection, transfer, sale listing, and withdrawal.
Overview
Group 8 is broader than the older three-command locker model. The live audited set includes direct download/store flows, trade-locker inspection and removal, sale-oriented commands, and multi-sum storage variants.
Per-command pages: 8 download, 80 store, 81 peek_trade_locker, 82 store_sum, 83 peek, 84 remove, 85 put_for_sale, 86 list_lockers_for_sale, 87 buy, 88 store_multiple_sum, and 89 remove_trade_locker.
Standard lockers
The core developer workflow remains familiar: store value, peek to inspect it, and remove or download when it is time to redeem. The live command set just adds more specialized entry points around that model.
| Core action | Live command |
|---|---|
| Store value | 80 store / 82 store_sum / 88 store_multiple_sum |
| Inspect contents | 83 peek |
| Withdraw contents | 84 remove / 8 download |
Trade lockers and sale flows
The live surface also includes locker-based commerce commands. These are distinct from ordinary peer-to-peer escrow and should be documented as first-class Group 8 operations.
| Trade action | Live command |
|---|---|
| Inspect trade offer | 81 peek_trade_locker |
| List items for sale | 86 list_lockers_for_sale |
| Publish sale | 85 put_for_sale |
| Buy | 87 buy |
| Remove trade locker | 89 remove_trade_locker |