Deregister
This guide provides step-by-step instructions for deregistering an operator from the Lagrange network.
tip
Before proceeding with deregistration, ensure the following:
- You have previously registered to the AVS and keystore is configured as mentioned in the register documentation.
- The Ethereum keystore (
priv_key.json) generated by the EigenLayer CLI is available and properly configured under theconfig/directory. - You have the password used to encrypt the Lagrange keystore.
Steps
- Export the password used for the Lagrange keystore as an environment variable (AVS__LAGR_PWD). This ensures the deregistration process can access the encrypted Lagrange key.
export AVS__LAGR_PWD='your_lagrange_password'
- Run the deregister command
docker compose run --rm worker avs de-register
For any assistance, please reach out to the Lagrange team.