Opt-in and Opt-out Services

Opting In Services

After registering as an operator, you are now ready to join a service. To do this, you can run the following transaction:

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

Where:

  • [operator-id] is the ID of your operator.

  • [service-id] is the ID of the service you want to join.

Opting Out Services

If you ever want to leave a joined service, you can run the following command:

milkywayd tx restaking operator leave-service [opearator-id] [service-id]

Where:

  • [operator-id] is the ID of your operator.

  • [service-id] is the ID of the service you want to leave.

Last updated