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 value80 store / 82 store_sum / 88 store_multiple_sum
Inspect contents83 peek
Withdraw contents84 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 offer81 peek_trade_locker
List items for sale86 list_lockers_for_sale
Publish sale85 put_for_sale
Buy87 buy
Remove trade locker89 remove_trade_locker