
Fuel v1
Website | fuel.sh |
---|---|
Social media | discord.gg@fuellabs_ |
Documentation | docs.fuel.sh |
Explorer | mainnet.fuel.sh/network |
Source code | github.com/FuelLabs/fuel-v1-contracts |
News
Description[Edit][Issue]
Fuel aims to be a complete optimistic rollup with low transaction costs, high speed and high throughput.
Risk summary
Funds can be stolen if…
Users can be censored if…
MEV can be extracted if…
Technology
Fraud proofs ensure state correctness[Edit][Issue]
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.[1]
- 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 data required for proofs is published on chain[Edit][Issue]
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.[1]
Operator
The system has a centralized sequencer[Edit][Issue]
While proposing blocks is open to anyone the system employs a privileged sequencer that has priority for submitting transaction batches and ordering transactions.[2][3]
- MEV can be extracted if the operator exploits their centralized position and frontruns user transactions.
Users can force any transaction[Edit][Issue]
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.[2]
- Users can be censored if the operator refuses to include their transactions and users lack resources to propose blocks themselves.
Withdrawals
Regular exit[Edit][Issue]
The user initiates the withdrawal by submitting a transaction on L2. 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.[4]
Smart Contracts[Edit][Issue]
The system consists of the following smart contracts:
- Fuel 0x6880…fD72This contract stores the following tokens: DAI, USDC, USDT.