LogoLogo
DevnetSeek
  • Introduction
    • Overview
    • Why Fermah?
    • Supported Proof Systems
    • Key Terms and Concepts
    • On Zero-Knowledge Proofs
  • Network
    • Components
  • Testnet
    • Overview
    • For Prover Nodes
      • Installation
      • Provers
      • Configuration
      • Machine Secret
      • Registration
      • Telemetry
      • Starting a Node
  • Resources
    • GPG
    • Support
    • Website
    • Github
    • X
    • Discord
Powered by GitBook
LogoLogo

© 2025 Fermah

On this page

Was this helpful?

  1. Testnet
  2. For Prover Nodes

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.

RPC=https://sepolia.infura.io/v3/$API_KEY

fpn register -r $RPC

If you change your machine or lose your key, registration needs to be executed again.

PreviousMachine SecretNextTelemetry

Last updated 27 days ago

Was this helpful?