Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.67 KB

File metadata and controls

41 lines (26 loc) · 1.67 KB

Liquid AVS Token

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.

Getting Started

Basics

Branching

The main branches we use are:

  • dev (default): The most up-to-date branch, containing the work-in-progress code for upcoming releases
  • testnet-holesky: Our current testnet deployment
  • main: Our current Ethereum mainnet deloyment

Technical Documentation

Building and Running Tests

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

Deployments