LEZ Running as a Sovereign Zone
Estimated Delivery Date March 2026
Resources Required
- 2.5 Engineers
- Server for LEZ sequencer
Risks
- New configuration that hasn’t been tested previously
- Without dedicated support from infrastructure, we may run into problems with networking and server deployments.
Deliverables
Sequencer
Owner: David Rusu
Feature: FURPS
The LEZ Sequencer follows and publishes to Blockchain, managing the full lifecycle of sovereign zone operations.
FURPS:
- F23. LEZ Sequencer accepts transactions from users, orders them and posts them to Logos Blockchain
- F24. Sequencer manages pending vs. safe vs. confirmed transactions
- F25. Sequencer maintains funds to pay for blockchain transactions
Checklist:
- Sequencer publishes blocks to Blockchain
- Transaction lifecycle management (pending/safe/confirmed)
- Automatic funding management for blockchain transactions
Indexer
Owner: David Rusu
Feature: FURPS
The Indexer follows the LEZ channel in Blockchain and maintains local state.
FURPS:
- F26. Indexer follows LEZ channel in blockchain
- F27. Indexer validates messages in the channel, skips invalid messages
- F28. Indexer parses messages as blocks and applies blocks to local state
- F29. Indexer maintains state history
- F30. Indexer provides RPC endpoints for querying LEZ state
Checklist:
- Channel following operational
- Message validation
- Block parsing and state application
- RPC endpoints available
Block Explorer
Owner: David Rusu
Feature: FURPS
Block Explorer connecting to Indexer for visibility into LEZ operations.
FURPS:
- U11. Block Explorer displays LEZ blocks and transactions
Checklist:
- Block Explorer connected to Indexer
- Transaction and block visibility