Description
Immutable X claims to be the first Layer 2 for NFTs on Ethereum. It promises zero gas fees, instant trades and scalability for games, applications, marketplaces, without compromise.
If you find something wrong on this page you can submit an issue or edit the information.
Risk analysis
State validation
ZK proofs (ST)ZK-STARKS are zero knowledge proofs that ensure state correctness.
Data availability
External (DAC)Proof construction relies fully on data that is NOT published on chain. There exists a data availability committee (DAC) that is tasked with protecting and supplying the data.
Upgradeability
14 days delayThe code that secures the system can be changed arbitrarily but users have some time to react.
Sequencer failure
Force exit to L1The user can force the the sequencer to include their withdrawal transaction by submitting a request through L1. If the sequencer is down, the user can use the exit hatch to withdraw funds.
Validator failure
Escape hatch (MP)Users are able to trustlessly exit by submitting a merkle proof of their assets. NFTs will be minted on L1 on exit.
Technology
Validity proofs ensure state correctness
Each update to the system state must be accompanied by a ZK Proof that ensures that the new state was derived by correctly applying a series of valid user transactions to the previous state. Once the proof is processed on the Ethereum blockchain the L2 block is instantly finalized. The system state is represented using Merkle roots.
Zero knowledge STARK cryptography is used
Despite their production use ZK-STARKs proof systems are still relatively new, complex and they rely on the proper implementation of the polynomial constraints used to check validity of the Execution Trace.
Funds can be lost if the proof system is implemented incorrectly.
Data is not stored on chain
The balances of the users are not published on-chain, but rather sent to several well known and trusted parties, also known as committee members. A state update is valid and accepted on-chain only if at least a quorum of the committee members sign a state update.
Funds can be lost if the external data becomes unavailable (CRITICAL).
Users can be censored if the committee restricts their access to the external data.
Operator
The system has a centralized operator
The operator is the only entity that can propose blocks. A live and trustworthy operator is vital to the health of the system. Typically, the Operator is the hot wallet of the StarkEx service submitting state updates for which proofs have been already submitted and verified.
MEV can be extracted if the operator exploits their centralized position and frontruns user transactions.
Users can force exit the system
Force exit allows the users to escape censorship by withdrawing their funds. The system allows users to force the withdrawal of funds by submitting a request directly to the contract on-chain. The request must be served within a defined time period. If this does not happen, the system will halt regular operation and permit trustless withdrawal of funds.
Users can be censored if the operator refuses to include their transactions. They can still exit the system.
Withdrawals
Regular exit
The user initiates the withdrawal by submitting a transaction on L2. When the block containing that transaction is proven the funds become available for withdrawal on L1. Finally the user submits an L1 transaction to claim the funds. This transaction does not require a merkle proof. When withdrawing NFTs they are minted on L1.
Forced exit
If the user experiences censorship from the operator with regular exit they can submit their withdrawal requests directly on L1. The system is then obliged to service this request. Once the force operation is submitted if the request is serviced the operation follows the flow of a regular exit.
Emergency exit
If enough time passes and the forced exit is still ignored the user can put the system into a frozen state, disallowing further state updates. In that case everybody can withdraw by submitting a merkle proof of their funds with their L1 transaction.
Permissioned Addresses
The system uses the following set of permissioned addresses:
Can upgrade implementation of the system, potentially gaining access to all funds stored in the bridge. Currently there is no delay before the upgrade, so the users will not have time to migrate.
Validity proof must be signed by at least 5 of these addresses to approve state update.
Can upgrade implementation of SHARP Verifier, potentially with code approving fraudulent state. Currently there is no delay before the upgrade, so the users will not have time to migrate.
Allowed to update the state. When the Operator is down the state cannot be updated.
Smart Contracts

The system consists of the following smart contracts:
This contract stores the following tokens: ETH, IMX, USDC, OMI.
Data Availability Committee (DAC) contract verifing data availability claim from DAC Members (via multisig check).
Starkware SHARP verifier used collectively by StarkNet, Sorare, Immutable X and rhino.fi. It receives STARK proofs from the Prover attesting to the integrity of the Execution Trace of these four Programs including correctly computed L2 state root which is part of the Program Output.
The current deployment carries some associated risks:
Funds can be stolen if a contract receives a malicious code upgrade. There is a 14 days delay on code upgrades.
Milestones
IMX Token introduced
2022 Jun 29th
Immutable announce IMX, the native ERC-20 utility token of Immutable X.
Learn moreTrading is live on Immutable X Marketplace
2021 Apr 8th
Immutable has launched the first phase of its Layer 2 scaling protocol.
Learn more