# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.altlayer.io/altlayer-documentation/implementation-status/development-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
