Liquid AVS Token (LAT) is a new asset class within the restaking ecosystem. LAT allows you to hold (re)staked tokens in liquid form while directly supporting specific Autonomous Verifiable Services (AVSs). LAT is part of the Direct Liquid Staking framework.
The main branches we use are:
dev (default)
: The most up-to-date branch, containing the work-in-progress code for upcoming releasestestnet-holesky
: Our current testnet deploymentmain
: Our current Ethereum mainnet deloyment
This repository uses Foundry. See the Foundry docs for more info on installation and usage. If you already have foundry, you can build this project and run tests with these commands:
foundryup
make build
make tests