# Telegram Bot Commands Reference

This page lists all available commands for interacting with Ryno AI via our Telegram bot. These commands allow you to trade, analyze, automate, and manage your AI agents directly from your Telegram interface.

### Wallet & Settings Commands

| Command      | Description                                                                                  |
| ------------ | -------------------------------------------------------------------------------------------- |
| `/setwallet` | Securely create or connect an Ethereum wallet to your Ryno AI account.                       |
| `/getwallet` | Display your connected wallet address and current ETH balance.                               |
| `/settings`  | Access an interactive menu to configure your trading filters, limits, and strategies.        |
| `/status`    | View your current Ryno AI configuration and active trading mode (e.g., Simulation, Mainnet). |
| `/verify`    | Verify your wallet to unlock token-holder perks and advanced features.                       |
| `/help`      | Get a full list of commands and a usage guide.                                               |

### Trading & Execution Commands

| Command                          | Description                                                                           |
| -------------------------------- | ------------------------------------------------------------------------------------- |
| `/trade [address] [amount]`      | Execute a trade using your current config (Take Profit/Stop Loss, filters, strategy). |
| `/snipe [address] [amount]`      | Perform a precision buy with custom parameters for rapid entry.                       |
| `/psnipe [address] [amount]`     | Execute a stealth token acquisition via private routing.                              |
| `/supersnipe [address] [amount]` | Adaptive sniper with retry and fallback logic for optimal execution.                  |
| `/quote [address]`               | Get live token price, liquidity, and estimated slippage.                              |
| `/check [address]`               | Conduct an in-depth token analysis, including holders, score, and contract safety.    |
| `/watch [address]`               | Live monitor transactions for a specific token.                                       |
| `/predict [address]`             | Get AI-powered trend analysis and short-term price predictions.                       |

### Strategy & Autotrade Commands

| Command            | Description                                                                            |
| ------------------ | -------------------------------------------------------------------------------------- |
| `/strategy [name]` | Choose and activate a predefined trading style (e.g., momentum, degen, safe).          |
| `/autotrade`       | Toggle between Simulation Mode (risk-free testing) and Mainnet Mode (real ETH trades). |
| `/startsniper`     | Activate sniper mode for incoming signals.                                             |
| `/stopsniper`      | Deactivate sniper mode.                                                                |
| `/mytrade`         | View the status of your latest automated trade.                                        |
| `/exit`            | Force-sell an open automated trade position.                                           |
| `/pnl`             | View your historical profit and loss performance from automated trades.                |

### AI Agent Management Commands

| Command             | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| `/deployagent`      | Deploy a new Ryno AI Agent with your current configuration.    |
| `/viewcrew`         | Show all your currently deployed AI agents.                    |
| `/viewagent [id]`   | View the detailed configuration of a specific agent by its ID. |
| `/loadagent [id]`   | Load and review the setup of an existing agent.                |
| `/startagent [id]`  | Activate a specific agent to begin trading.                    |
| `/stopagent [id]`   | Pause a specific agent temporarily.                            |
| `/deleteagent [id]` | Permanently delete a selected agent.                           |
| `/agentpositions`   | See what positions your agents are currently holding.          |
| `/agentperf`        | View performance metrics for all your deployed agents.         |

### Market Discovery Commands

| Command            | Description                                                                  |
| ------------------ | ---------------------------------------------------------------------------- |
| `/trends`          | Discover tokens currently trending across the Ethereum blockchain.           |
| `/lookfor [token]` | Perform an advanced search for tokens by name, symbol, or specific criteria. |
| `/lastsnipes`      | Review recent snipe transactions (both your own and global activity).        |


---

# 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://ryno-ai.gitbook.io/ryno-ai/how-it-works-core-technology/telegram-bot-commands-reference.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.
