# Operator management

{% embed url="<https://youtu.be/4Kt4rpxKuDo>" %}

## Operator whitelisting

You can select the operators you wish to whitelist and submit a transaction to add them to the operator whitelist.&#x20;

<figure><img src="/files/aCismC5JQza7TZC9uagE" alt=""><figcaption></figcaption></figure>

Once you have whitelisted the operator, you can contact the various operators to ask them to host the operator. Please note that you will need to provide operator setup and instruction, e.g., dockerFile, to the operators.&#x20;

## Aggregator endpoint

Your operator (for a BLS-based service manager) will need to connect to an aggregator to aggregate the signatures and submit them on the chain.&#x20;

The endpoint can be easily found in the "Manage AVS" UI.

<figure><img src="/files/t4k1apECyb4NKEqgDPZ5" alt=""><figcaption></figcaption></figure>

## Checkng operator status

You can hover over a particular operator to check its status, such as whether it is whitelisted or registered. You can also eject or terminate the operator if it is already registered and running.&#x20;

<figure><img src="/files/amdkZFHxNBQj1EY9Hqzq" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/gU7H5NgoRW6CUN8wDO6d" alt=""><figcaption></figcaption></figure>

## Activating AltLayer Hosted Operator (Gated feature)&#x20;

**Please note this feature is in the closed alpha phase and is currently available to selected developers.**&#x20;

Click "Activate Hosted Operator" and select the quorum and strategies you wish to use. Click "Register" to proceed to the next step.&#x20;

<figure><img src="/files/d2aLoZMwgchXozTKrau5" alt=""><figcaption></figcaption></figure>

Fill in the code you received from AltLayer team and click on "Launch" to proceed.&#x20;

<figure><img src="/files/ScbuGHa6ZzbtxlWeWuDL" alt=""><figcaption></figcaption></figure>

Once activated, your operator will start running.&#x20;

<figure><img src="/files/sOXRFyULEwBNZTYeUG54" alt=""><figcaption></figcaption></figure>

You can hover over the operator and click "Credentials" to access your operator endpoint information.&#x20;

<figure><img src="/files/QOR97T1pTvlFqWsdRSa4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/6H1CE5SyVOPOjKaPuPKd" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
We will be providing the operator API information in the near future.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.altlayer.io/altlayer-documentation/wizard/operator-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
