Operator FAQ

The EigenLayer Operator installation guide is available herearrow-up-right.

How do I get whitelisted to run an operator?

To get whitelisted, you need to fill out the form available herearrow-up-right and wait for the Aligned team to approve your request.

What Strategies Tokens are supported in Mainnet?

The list of supported strategies can be found here.

What RPC should I use?

We suggest you use your own nodes for better performance and reliability. Note that the node must support HTTP and WebSockets.

We also recommend the following RPC providers:

Two RPCs are used, one as the main one, and the other one as a fallback in case one node is working unreliably.

Default configurations is set up to use the same public node in both scenarios.

triangle-exclamation

Most of the actions will pass through the main RPC unless there is a problem with it. Events are fetched from both nodes.

How can I check if the version I'm using is the latest one?

You can check the latest version available on the releases' pagearrow-up-right.

How do I check the operator version registered on the Aligned version tracking system?

You can get the registered version of your operator by running the following command:

  • Mainnet:

  • Holesky:

Replace <operator_address> with your operator address.

Also, you can check the operator version in the Explorer:

How do I check the operator version locally?

To see the operator version, run:

You have to be in the root aligned-layer directory to run this command.

This will show the version of the operator you have built in your filesystem.

How do I get the ID of the operator?

You can get the ID of the operator by running the following command:

  • Mainnet:

  • Holesky

Note: You need to have installed Foundryarrow-up-right

This will return the operator ID if the operator is registered, otherwise it will return 0x.

Last updated