Operator Wallet Setup

Overview

As an operator in SatLayer, you will need at least two different addresses to complete the Operator setup guide.

  • The first address is the main operator wallet which represents your operator entity on-chain

  • The second address belongs to an approver, which must sign and approve delegation requests from stakers.

Setup wallets using Babylon CLI

Before you begin, please setup the babylond command by following the instructions in this guide. It is required for the below.

The below will create 2 wallets, one to be used as your main operator wallet, and the other as the delegation approver wallet.

babylond keys add my-operator
babylond keys add my-approver
babylond keys list

Test SatLayer CLI

Before you begin, please install the satlayer-cli command by following the instructions in this guide. It is required for the below.

The SatLayer CLI tool uses the same keystore that Babylon CLI uses. This means that developers do not need to constantly import and export keys between Babylon's and SatLayer's tools, making it easier and more secure for developers.

Last updated