Registration
Registration into Fermah AVS as a Prover Node
The registration is a one-time action handled via the fpn
binary, and the correct CLI argument must be used for registration. Our registration process calls into our Registry Coordinator and attempts to register Fermah as an AVS for your Prover Node.
Prerequisites
You must complete Machine Secret and get whitelisted.
A Sepolia Ethereum Node RPC URL access with your API key (e.g. Alchemy, Infura or private)
Configuration files setup through Configuration.
When running the following command, make sure you replace:
RPC
with a Sepolia RPC URL (Infura here as an example)In case you are registered in EigenLayer and want to participate in our network as an EigenLayer operator, you would need to add
--el
flag to the following command. You need to make sure that you are importing and using the same private key as for your operator identity.
If you change your machine or lose your key, registration needs to be executed again.
Last updated
Was this helpful?