
Gluon
Website | gluon.networkleverj.io |
---|---|
Social media | @Leverj_ioleverjdiscord.ggblog.leverj.ioleverjyoutube.com |
App | live.leverj.io |
Documentation | leverj.io/assets/documents/Gluon-Layer2.pdf |
Explorer | gluon.leverj.io |
Experimental Stats (7 days)
Inflows | $0.00 (excl. ETH) |
---|---|
Outflows | $684 (excl. ETH) |
News
Description[Edit][Issue]
Gluon aims to be a Layer 2 scalable trading engine built on top of Ethereum, unlocking low fees and high frequency trading.
Risk summary
Funds can be stolen if…
Funds can be lost 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.[Citation needed]
- Funds can be stolen if there is no one that checks the published state. Fraud proofs assume at least one honest and able validator.
Data is not stored on chain[Edit][Issue]
The transaction data is stored on a plasma chain and is not recorded on the Ethereum main chain.[Citation needed]
- Funds can be lost if the external data becomes unavailable.
Operator
The system has a centralized operator[Edit][Issue]
The operator is the only entity that can propose blocks. A live and trustworthy operator is vital to the health of the system.[Citation needed]
- MEV can be extracted if the operator exploits their centralized position and frontruns user transactions.
Users can independently exit the system[Edit][Issue]
Independent exit allows the users to escape censorship by withdrawing their funds. The system allows users to withdraw their funds by submitting a transaction directly to the contract on-chain.[Citation needed]
- Users can be censored if the operator refuses to include their transactions. They can still exit the system.
Withdrawals
Regular exit[Edit][Issue]
The user executes the withdrawal by submitting a transaction on L1 that requires a merkle proof of funds.[Citation needed]
The mass exit problem is unsolved[Edit][Issue]
In case the operator is malicious all users need to exit within a predetermined time frame. Users that do not manage to do this will lose their funds.[Citation needed]
- Funds can be stolen if users are unable to withdraw in a mass exit event.
Smart Contracts[Edit][Issue]
The system consists of the following smart contracts:
- Gluon 0x75AC…67cBThis contract stores the following tokens: ETH, DAI, L2.
- This contract stores the following tokens: DAI, USDT.
- LegacyTokensExtension 0xDA88…2082
The current deployment carries some associated risks:
- Funds can be stolen if a contract receives a malicious code upgrade. There is no delay on code upgrades (CRITICAL).