# Vultisig Bot

The Vultisig Telegram bot enables users to register vaults for the VULT token airdrop and track their positions.

**Bot**: [@VultisigBot](https://t.me/VultisigBot)

***

## Features

### Airdrop Registration

Register your Vultisig vault addresses to participate in the VULT token airdrop. The bot tracks:

* Vault balance over time
* Position in airdrop rankings
* Estimated airdrop allocation

### Balance Tracking

Monitor your registered vault balances without opening the app. The bot provides periodic updates on:

* Total vault value (USD)
* Individual chain balances
* Balance changes over time

***

## Getting Started

1. Open Telegram and search for [@VultisigBot](https://t.me/VultisigBot)
2. Start the bot with `/start`
3. Follow prompts to register your vault addresses
4. Verify ownership by signing a message in Vultisig

***

## Commands

| Command     | Description                       |
| ----------- | --------------------------------- |
| `/start`    | Initialize bot and see options    |
| `/register` | Register a new vault address      |
| `/status`   | Check your current airdrop status |
| `/balance`  | View registered vault balances    |
| `/help`     | Display available commands        |

***

## Privacy

The bot only tracks publicly visible on-chain data. No private keys, vault shares, or sensitive information is collected or stored.

***

## Related

* [FAQ](/help-and-legal/faq.md) — Common questions
* [Security](/help-and-legal/security.md) — Security practices


---

# 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.vultisig.com/help-and-legal/vultisig-bot.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.
