Target chain smart contracts
Deposit Contract: This contract is responsible for taking user deposits on the supported chain and minting the representative token. Depending on the asset deposited the shares are minted and the asset is deployed to respective strategy
nETH Contract: This is the native ETH contract present on the supported chains that mints the nETH token
Messaging L2 Contract: This contract is responsible for sending message from all supported chains to the Ethereum L1. It uses LayerZero and other messaging protocol to do so. The Messaging Contract looks like this:
Last updated