Omni Account is an account model powered by EIP-4337 and ZKP tech. This model enables seamless multi-chain expansion through cross-chain protocols, transforming it into a truly Omni Account. ZKP ganrantees the correctness of the omni user balance state.
High-level Description of the Omni AA (Account Abstraction) Protocol Mechanics:
The original EIP-4337 reveals that the abstract account's nonce, signature verifcation, gas refund etc. all of them are maintained in smart contract, which results much higher gas cost than the EOA account.
In our Omini Account Abstraction model, all variants above are maintainted in the computation of ZK Proofs, by leveraging some cross chain infracture(eg. LayerZero), bundle sequencer can collect users intent transaction from various Layer2 Networks.
SP1 for Zero-Knowledge Proofs The core ZK circuit was built with SP1 zkvm sdk
Bundle Sequencer: Services as EIP-4337 bundler,aggregating and relaying user operation from various Layer2 Networks
Smart Contracts: Extended from an open-source library, with streamlined modules and added cross-chain functionality using LayerZero V2 and ZK verification.