# Commands Glossary

`/start`

* Initialize the bot and start interaction

`/wallet`

* View your spot wallet balances

`/spot`

* Start the spot trading flow

`/spottransfer`

* Transfer assets within your spot wallet

`/orders`

* View your open orders

`/leaderboard`

* View the leaderboard of top traders

`/analyze`

* Analyze a specific rank OR wallet address

`/copy`

* Copy trade from the leaderboard

`/perp`

* Start the perpetual trading flow

`/clearinghouse`

* View and manage your perpetual positions

`/transferaccounts`

* Tansfer funds between spot and perpetual accounts

`/privatekey`

* Reveal your private key (use with caution)

`/bridge`

* Bridge assets from Arbitrum to HyperLiquid L1

`/withdraw`

* Withdraw assets to Arbitrum address


---

# 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://hyperquant.gitbook.io/hyperquant/hyperquant-telegram-bot/commands-glossary.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.
