# Register to EigenLayer

The Othentic CLI allows you to register as an Operator on EigenLayer.&#x20;

### Prerequisites

1. Operator [Controller Key](https://docs.othentic.xyz/main/learn/advanced-concepts/key-management#controller-key)
2. [Othentic CLI installed](https://docs.othentic.xyz/main/welcome/getting-started/install-othentic-cli)
3. Sufficient funds to cover gas costs

### Run the registration command

Run the following command:

```
otcli operator register-eigenlayer
```

Then follow the steps as prompted.

{% stepper %}
{% step %}

### Enter your private key

{% hint style="info" %}
Make sure to input the raw 32-byte private key that controls the Operator Account, **without** leading `0x`.
{% endhint %}
{% endstep %}

{% step %}

### Enter operator metadata (optional)

You will be prompted to enter the following details:

1. Operator name
2. Operator description
3. Operator website
4. Operator logo URL&#x20;
5. Operator X / Twitter profile URL
   {% endstep %}
   {% endstepper %}
