# Bot Capabilities/Limitations

## Capabilities

* Register your wax wallet and telegram user id to link your telegram identity with a wax wallet. (Essential)
* Check varied metrics on the WAX blockchain to moderate access to certain bot commands. This can be more commonly, fetching atomicassets NFT holdings or transfers but may extend to Liquidity Pool Positions, Smart Contract Table reading, etc.
* Send NFT's and FT's from the collection wallets to your wallet.

## Limitations

* You can't sign WAX transactions through telegram interface, therefore, to deposit NFTs into the games, you need to use AtomicHub, NFThive, or any other UI that facilitates atomicassets NFT Transfers.
* Bots are not constantly fetching blockchain updates, therefore, if you want any bot to acknowledge or verify something on-chain, you should use the respective command to make it happen.

&#x20;


---

# 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://pixeltycoonswax.gitbook.io/pt/pixel-tycoons-games/our-games/bot-capabilities-limitations.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.
