Search for projects by name
Fuel v1 is the first Optimistic Rollup live on Ethereum, supporting payments.
Fuel v1 is the first Optimistic Rollup live on Ethereum, supporting payments.
Fuel v1 is live on Mainnet
2020 Dec 31st
First trustless Optimistic Rollup is live on Mainnet.
Fraud proofs allow actors watching the chain to prove that the state is incorrect. Single round proofs (1R) only require a single transaction to resolve.
Users can exit funds at any time because contracts are not upgradeable.
After some period of time, the published state root is assumed to be correct. For a certain time period, usually one week anyone can submit a fraud proof that shows that the state was incorrect.
Funds can be stolen if there is no one that checks the published state. Fraud proofs assume at least one honest and able validator.
All the data that is used to construct the system state is published on chain in the form of cheap calldata. This ensures that it will always be available when needed.
The data format details are documented in the Data Structure subsection here.
While forcing transaction is open to anyone the system employs a privileged sequencer that has priority for submitting transaction batches and ordering transactions.
MEV can be extracted if the operator exploits their centralized position and frontruns user transactions.
Because the block production is open to anyone if users experience censorship from the operator they can propose their own blocks which would include their transactions.
Users can be censored if the operator refuses to include their transactions and users lack resources to propose blocks themselves.
The user initiates the withdrawal by submitting a regular transaction on this chain. When the block containing that transaction is finalized the funds become available for withdrawal on L1. The process of block finalization usually takes several days to complete. Finally the user submits an L1 transaction to claim the funds. This transaction requires a merkle proof.