Registration
This is a one-time registration using the fpn binary. It registers Fermah as an AVS for your Prover Node through the Registry Coordinator.
Before registering, make sure:
- You have completed the Machine Secret process
- You have a Mainnet Ethereum Node RPC URL access with your API key (e.g. Alchemy, Infura or private)
- You have set up your configuration files
Substitute the RPC URL with your own and run:
RPC=https://mainnet.infura.io/v3/$API_KEY
prover-node register -r $RPCIf you are already registered in EigenLayer and wish to participate as an EigenLayer operator, add the --el flag to the registration command. Make sure you are using the same private key as your operator identity.
If you change your machine or lose your key, registration needs to be executed again.
Last updated on