Skip to main content

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 the config/ directory.
  • You have the password used to encrypt the Lagrange keystore.

Steps

  1. 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'
  1. Run the deregister command
docker compose run --rm worker avs de-register

For any assistance, please reach out to the Lagrange team.