Genesis Dev Details

GenesisLRT is implemented as a collection of smart contracts, both Genesis and third-party (EigenLayer).

GenesisLRT supports ETH as the input asset to stake it to Beacon Chain and enable restaking mechanics using EigenLayer to produce extra rewards to the users.

Requirements

Restake

  • Min restake — 100 Wei (0.0000000000000001 ETH).

  • Max restake — depends on the max TVL; currently, all users combined cannot restake more than 400 ETH.

Unstake

  • Min unstake amount — 100 Wei (0.0000000000000001 genETH).

  • Min unbond period for an unstake —at least 8 days (16 on average) before the funds are released to the user.

Smart Contracts

Genesis

  1. FeeCollector (Node Operator MEV Pools) — a contract that receives MEV tips, which are later distributed across the Restaker contract instances.

  2. genETH — the liquid restaking token (LRT) of GenesisLRT.

  3. GenesisTimeLock — implementation of the contract update tracking feature.

  4. ProtocolConfig — stores protocol variables.

  5. RatioFeed — stores ratio for the genETH–ETH pair.

  6. RestakingPool — the pool that implements the LRT (liquid restaking token) logic.

  7. RestakerDeployer — a contract that deploys instances of the Retaker contract.

  8. Restaker — proxy contract of EigenPod, Restaker features transferable ownership.

  9. rNFT — ERC721 contract that represents separated pair of a validator with their EigenPods, i.e., a holder of rNFT is the owner of a specific Ethereum validator and an EignePod.

EigenLayer

  1. EigenPod — a contract that serves as the withdrawal credentials for one or more Beacon Chain validators controlled by a Staker. The primary role is to validate Beacon Chain proofs for each of the Restaker’s validators.

  2. EigenPodManager — entry point for EigenPod.

  3. DelegationManager — a contract that manages delegations to one of EigenLayer Node Operators, where the operators are legal entities who offer to run actively validated services software modules on the stakers' behalf.

Addresses

Testnet Addresses (Holesky)

Last updated