Testnet
The code for the Imua network has been open-sourced and is available at Imua GitHub repository.
Imua is designed to support the restaking of tokens from all supported chains to various AVSs. To achieve this, the fundamental architecture framework and the main business logic of the core modules has been developed and implemented. A cluster of nodes has been deployed to serve as Imua network validators and integrated with Ethereum Sepolia testnet as the first client chain.
As the primary accounting system for restaking, the most complex logic is maintained within the Imua network. This approach is designed to enable rapid expansion to new client chains while minimizing the risks associated with smart contract code during the integration process with new chains.
Imua Testnet will be released in three different phases:
Phase 1 - Operators
Imua network running with external operators
Restaking with native ETH support
AVS integration features added
Phase 2 - Restakers
Imua network running on public nodes
Client-chain smart contracts deployed
Restaking Dapp with LST support and the following modules:
Deposit
Withdrawal
Delegate
Undelegate
Explorer live
Phase 3 - AVSs
AVS onboarding with slashing conditions
To facilitate connections between the client chain and AVSs, and to accurately record corresponding statuses, such as asset and operator information, the following modules have been developed and released in Imua Testnet phase 1:
Deposit
Withdrawal
Delegation
Undelegation
Last updated