Architecture overview of the Liquid AVS Token (LAT) smart contracts
LiquidToken
LiquidToken
contract. Exchange rates are fetched from the TokenRegistry
, which is updated by the TokenRegistryOracle
. Based on these rates, LiquidToken
mints LATs (Liquid AVS Tokens) that represent the user’s staked position.
LATs can be transferred, traded, or redeemed by the user at any time, enabling liquidity and flexibility.
LiquidTokenManager
serves as the execution layer for restaking.
It:
EE Re-staking Manager
StakerNode
is a smart contract that holds a portion of the total delegated capital. These nodes:
Staker Node Coordinator
manages the entire set of nodes, routing deposits and rebalancing assets across them. It abstracts complex delegation logic and ensures optimal capital distribution.
StakerNode
are deposited into registered EigenLayer strategies. These strategies secure various AVSs and generate rewards that flow back to LAT holders.