# Check Node Stats with Auto-Reply Bot in SendingMe App

Welcome to the SendingNetwork Node Inquiry Guide! Our convenient auto-reply bot makes it easy to check your testnet mining statistics. Simply follow this guide to add the bot to your SendingMe chat app and view your node's earnings. SendingMe is an all-in-one web3 instant messaging app developed on top of SendingNetwork.

## **Step 1: Download and Sign in to SendingMe**

* Head over to the official site: <https://www.sending.me/>
* Click “Launch App” to enter the SendingMe app.
* Link your whitelisted Edge node wallet address or your WatchDog license NFT  wallet and sign-in. The invitation code is shared within our [community](https://t.me/SendingNetworkOfficial/1).

{% hint style="info" %}
Make sure that the wallet you use to log in matches the address used to deploy your node.
{% endhint %}

For more details, please see the [login instructions](https://sendingme.gitbook.io/sending.me/user-manual/login).

## **Step 2: Search and Add the Bot as a Friend**

After signing into SendingMe, search for and add the official bot:

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

* Hit “Create New Chat”.
* Tap on “Add Friend”.
* Search for “**0xf8406920244692eb237304b4beed95a52dc214c9**” in the input box.
* Click on "**NodeService | SendingNetwork Assistant**" to proceed.
* Click on "Send Request" to add the bot as a friend.
* Wait a moment, then you’ll see the bot in your chat list.

{% hint style="warning" %}
Make sure to verify the bot's address to avoid any phishing attempts. Remember, our official team will **NEVER** request your private key, mnemonic phrase or ask for any kind of transfer.
{% endhint %}

## **Step 3: Inquiry Commands**

### **Check SendingNetwork Experience Points (SXP)**

After deploying your node, you should be able to see points in around 15 minutes.

Type `sxp` in the chat and press Enter to view your SXP balance and detailed node statistics:

* Total SXP: Total SendingNetwork Experience Points earned from mining.
* Total Edge Nodes Checked: Number of unique Edge nodes checked by your WatchDog agent (if any).
* Total Volume: Volume of all messages relayed by your Edge node (if any).
* Total Nodes: Number of all Watchdog and Edge nodes.
* Details per Node: Specific data for each node including node IP and location.

### **To check leaderboard stats**

Type `leaderboard` and press Enter to see the top 10 SXP earners.&#x20;

### **Node Status**

Enter `status` to display the online/offline status of each node, excluding ignored ones

### **Offline Notifications**

* **Enable**: Type `alerts on` to receive notifications for any node going offline, excluding ignored ones.
* **Disable**: Type `alerts off` to stop offline notifications.

### **Node Ignoring and Resuming**

* **Ignore a Node**: Type `ignore [Node ID]` to exclude a node from monitoring. Example: `ignore 12D3KooWExhvnTGTZ6XCAj000001154mMTDTiA4FJ4f9HKcPGzhL`.
* **Unignore a Node**: Type `unignore [Node ID]` to resume monitoring. Example: `unignore 12D3KooWExhvnTGTZ6XCAj000001154mMTDTiA4FJ4f9HKcPGzhL`.
* **List Ignored Nodes**: Type `ignore` to view all nodes currently ignored.

### **Help**

Type `help` to view a complete list of available commands.

{% hint style="info" %}
Should you encounter any issues or have questions, don't hesitate to seek support from the SendingNetwork [community](https://t.me/SendingNetworkOfficial/1).
{% 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://sending-network.gitbook.io/sending.network/edge-node/check-node-stats-with-auto-reply-bot-in-sendingme-app.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.
