> For the complete documentation index, see [llms.txt](https://chain-services.l0vd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chain-services.l0vd.com/testnets/empower/wallet-bot.md).

# Wallet bot

<https://t.me/L0vdBot>

## Telegram Bot

The bot does several useful things.

1. Automatically adds validators you staked in to your watch list
2. Bot which will be useful for people who are using mobile devices and don't have access to Keplr to check the amount of tokens they have in differenet states (Delegated, Unbonding, Rewards, etc.)
3. Aggregates MPWR token info and provides brief highlights regarding the token.
4. Shows all active validators, their comission and stake.
5. Shows latest proposals with current status.

To get started, add your wallet address. After that, you will be able to see the number of tokens in different states. In addition, the bot will automatically add validators that you delegated your tokens earlier to the Watchlist.

**Here is the full list of available commands:**\
/start - start working with bot\
/menu - call menu buttons\
/help - list of commands

**List of available buttons in the menu:**\
💎 Token Info - Highlights of MPWR token\
💰 Balances - Shows the number of tokens for watchlist accounts\
➕ Add - Add account or validator to watchlist\
➖ Delete - Delete account or validator from watchlist\
🔍 Watchlist - List of your accounts and validators\
👷 Validators - List of active validators\
📢 Proposals - List of proposals\
📂 Help - List of commands\
📚 Menu - Call menu buttons

## Screenshots

**Start**\
![Screenshot](https://github.com/L0vd/screenshots/blob/main/ollo/start.png?raw=true)\
**Token Info**\
![Screenshot](https://github.com/L0vd/screenshots/blob/main/ollo/token_info.png?raw=true)\
**Balance Mode**\
![Screenshot](https://github.com/L0vd/screenshots/blob/main/ollo/balance.png?raw=true)\
**Validators Mode**\
![Screenshot](https://github.com/L0vd/screenshots/blob/main/ollo/validators.png?raw=true)\
**Proposals Mode**\
![Screenshot](https://github.com/L0vd/screenshots/blob/main/ollo/proposals.png?raw=true)\
**Help**\
![Screenshot](https://github.com/L0vd/screenshots/blob/main/ollo/help.png?raw=true)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://chain-services.l0vd.com/testnets/empower/wallet-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
