Inviting Operators to Join Your Service

After setting up your service, you can invite operators to join and confirm they will run your binary file and validate your service. To help them get started, send them this guide: Opt-in and Opt-out Services.

By default, any operator that has your service ID will be able to join and take part to the rewards distribution. However, if you want to limit which operators are allowed to join you can do so by using a list of allowed operators.

Adding an operator to the allow list

To add an operator to your service's allow list, you will have to know its ID. Once you have that, you can run the following transaction:

milkywayd tx restaking service allow-operator [service-id] [operator-id]

Where:

  • [service-id] is the unique ID of your service.

  • [operator-id] is the unique ID of the operator you want to add to the allow list.

Removing an operator from the allow list

If you want to remove an operator from the allow list of your service, you can do so by running the following command:

milkywayd tx restaking service remove-allowed-operator [service-id] [operator-id]

Where:

  • [service-id] is the unique ID of your service.

  • [operator-id] is the unique ID of the operator you want to remove from the allow list.

Last updated