Change Consensus Key

The Othentic CLI allows you to easily change the Consensus or BLS key used to sign off-chain attestations. This guide covers the commands and key configurations needed.

Read More

Prerequisites

  1. Othentic CLI installed

  2. Operator account registered to an AVS

  3. AVS Attestation Center address


Before running the command, make sure you have the raw key as outlined in this guide.

1

Run the command

otcli operator bls update
2

Enter the Controller key

Make sure to input the raw 32-byte private key that controls the Operator Account, without leading 0x.

3

Enter the Attestation Center contract address

4

Enter your new Consensus key

Make sure to input the raw 32-byte Consensus key, without leading 0x.

Last updated