# Step 3c: Assign Keys to the Sentry Wallet

Wallets containing Sentry Keys must be assigned to the Sentry Wallet in order to accrue node rewards. Below are steps to complete this requirement.

{% tabs %}
{% tab title="Desktop App" %}

1. Go to Sentry Wallet in the Xai Sentry Node desktop app.

<div align="center"><figure><img src="https://content.gitbook.com/content/neke8a6D4Ybg9dkRA2GD/blobs/XXF6ARPoHCEzX6U8j0XO/image.png" alt="" width="185"><figcaption></figcaption></figure></div>

2. Click "Assign keys from new wallet"

<div align="center"><figure><img src="https://content.gitbook.com/content/neke8a6D4Ybg9dkRA2GD/blobs/FbHgSMzNCruyjGoW8IWG/image.png" alt="" width="563"><figcaption></figcaption></figure></div>

3. More details coming soon!
   {% endtab %}

{% tab title="CLI (command line interface)" %}
When using the CLI, you do not need to assign your wallets with Keys to the Operator; when you use the `boot-operator` command, each wallet containing a Key serves as the Operator by default. However, if you would like to designate a specific wallet to serve as the Operator, you may follow the steps below.

1. Type the command `add-operator` into the CLI.
2. Type in the public address of the wallet you want to designate as the operator.
3. Type in the private key of the wallet that purchased the Sentry Key.

It should look something like this:

<figure><img src="https://content.gitbook.com/content/neke8a6D4Ybg9dkRA2GD/blobs/yggN8NbzcWaYHXjBvSRZ/image.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you want to designate a specific wallet to be the Operator, you need to run this function only once, regardless of the number of Keys in the assigned wallet.
{% endhint %}
{% endtab %}
{% endtabs %}
