# Development Status

### Sequencers:

* [x] Decentralized sequencing with consensus
* [x] MEV protection
* [x] Shared sequencer set
* [x] Beacon Layer as shared sequencer network
* [x] Selection & assignment of Beacon Layer nodes for rollup sequencing
* [x] Proof of Validity (PoV) of State Transition Function (STF)
* [x] Verification of PoV of STF
* [ ] Slashing of malicious or faulty sequencers
* [ ] Cross-rollup atomic messages

### Runtime:

* [x] WASM
* [x] EVM
* [ ] Sealevel (Solana VM)
* [ ] Move VM

### Verifiers & Challengers:

* [x] Fraud proof via bisection protocol on an Ethereum private testnet
* [x] Fraud proof via bisection protocol on an Ethereum testnet
* [ ] Fraud proof via bisection protocol on Ethereum mainnet

### Multi-chain Support:

* [x] Ethereum
* [x] Polygon PoS
* [x] BNB Chain
* [x] Arbitrum
* [x] Optimism
* [ ] Solana

### Frontends:

* [x] Dashboard for flash layer deployment
* [x] Asset rollup and settlement on L1
* [x] ChatGPT integration for flash layer deployment and contract development
* [x] Bridge frontend
* [x] Staking frontend

### SDK:

* [ ] Rollup SDK
