🎨 Protocol Design
EVM:
Evm is the main execution layer of our Appchain. Evm can be programmed with solidity which is the most developer friendly smart contract language and with the most support available.
Fraud Proofs:
This layer of our system is for dispute resolution. Fraud proofs are being conducted on optimistic manner. And they require the prover to submit proof of malicious act, and then the network can dispute over this proof.
There is an economic incentive and punishment for prover as well. As it requires computation to resolve the dispute. For fraud proof as settlement layer we’ll be using Ethereum.
DA Layer
For DA layer we can be modular. We can either use EigenDA, Celestia or ETH and extend the consensus. After the arrival of Blobs, ETH has become DA friendly.
Eigen AVS:
In order to bootstrap our system with economic security, we’ll be using Eigen AVS. This will also enable our own token to be used in quorum process.
Last updated