# register

Register an Operator to the AVS

#### Usage

```
otcli operator register [options]
```

#### Options

<mark style="color:blue;">**--l1-chain**</mark> `required`                                                                                                                           &#x20;

**string**

The name of the L1 chain where the AVS contracts will be deployed.

***

<mark style="color:blue;">**--signing-key**</mark> `optional`                                                                                                                   &#x20;

**0x string**

The Consensus private key to use for signing the transaction.

***

<mark style="color:blue;">**--avs-address**</mark> `optional`                                                                                                                  &#x20;

**0x string**

AVS governance contract address

***

<mark style="color:blue;">**--rewards-address**</mark> `optional`                                                                                                        &#x20;

**0x string**

The address to receive rewards

***

<mark style="color:blue;">**--keystore**</mark> `optional`                                                                                                                        &#x20;

**file path**

The path to the keystore file used for signing the transaction.

***

<mark style="color:blue;">**--keystore-password**</mark> `optional`                                                                                                    &#x20;

**file path**

The path to the file containing the keystore password.

***

<mark style="color:blue;">**--silent, --s, --no-prompt**</mark> `optional`                                                                                                    &#x20;

**flag**

Run in non-interactive mode using `.env` and provided arguments, without user prompts.

***

<mark style="color:blue;">**-h, --help**</mark>  `optional`                                                                                                                                    &#x20;

**flag**

Display help information for this command.&#x20;
