# Bot Configuration and Customization

Ryno AI's autonomous trading agents are designed to be highly customizable, allowing users to fine-tune their behavior to match individual trading styles, risk appetites, and market conditions. This comprehensive configuration system ensures that your AI agent trades exactly how you want it to, maximizing performance and control.

### Getting Started with the Ryno AI Bot

Welcome to Ryno AI! Follow this guide to quickly set up your wallet, configure your settings, and start trading.

#### 🛠 Step 1: Join the Telegram Bot

Start by opening our Telegram bot:\
👉 <https://t.me/RynoAI\\_bot>

You’ll interact with Ryno AI directly through this bot using text or voice commands.

#### 🔐 Step 2: Connect or Create Your Wallet

Use the command: `/setwallet`\
Choose to either:

* Create a new Ethereum wallet
* Link an existing wallet

To check your wallet and balance, use: `/getwallet`

#### ⚙️ Step 3: Adjust Your Trading Settings

Use the command: `/settings`\
This lets you customize:

* Gas boost and slippage
* AutoBuy amount and filters
* Stop loss, auto-sell, and trading rules

#### 🧪 Step 4: Try Simulation Mode (Optional)

Use simulation mode to test strategies with zero risk.\
Command: `/strategy [name]` to select a strategy, then use `/autotrade` to toggle into Simulation Mode.

This allows you to simulate trades using live data without spending ETH.

#### 🚀 Step 5: Start Trading on Mainnet

Once you’re ready, switch to live mode and trade on-chain.\
Make sure:

* You meet the required tier eligibility (refer to the "The RYNO Token" section for tier details)
* Your settings are correct
* You monitor trades via `/status`

💡 **Pro Tips:**

* Use `/status` to verify current strategy, filters, and wallet.
* Upgrade your tier to unlock advanced features.
* Refer to the Telegram Bot Commands Reference for a full list of commands.

### Key Configuration Parameters

Users can adjust a wide range of settings to personalize their Ryno AI trading experience. These parameters are typically accessible through intuitive commands in the Telegram interface (as detailed in the Telegram Bot Commands Reference) or via the advanced settings panel in the upcoming web terminal.

1. **Trading Amount Settings:**
   * **AutoBuy Amount:** Define the amount of ETH (or other base currency) your agent should spend per trade. This allows for precise capital allocation and risk management per position.
   * **Max Spend per Token:** Set a maximum total investment for any single token to prevent overexposure.
2. **Slippage Control:**
   * **Slippage Tolerance:** Configure the maximum acceptable price impact for your trades. This protects against significant price fluctuations during execution, ensuring your orders are filled close to the expected price. A lower slippage tolerance means fewer trades but better price execution, while a higher tolerance allows more trades but with potentially worse prices.
3. **Gas Management:**
   * **Gas Boost (%):** Set a percentage increase over the recommended gas price to prioritize your transactions during periods of network congestion. This helps ensure faster confirmation times for critical trades like snipes.
   * **Max Gas Price (Gwei):** Define an upper limit for gas prices your agent will pay, preventing trades from executing if network fees become prohibitively expensive.
4. **Risk Management Parameters:**
   * **Stop Loss (%):** Automatically sell a token if its price drops by a predefined percentage from your entry point. This is a crucial tool for capital preservation.
   * **Take Profit (%):** Automatically sell a token if its price increases by a predefined percentage, allowing you to lock in gains.
   * **Trailing Stop Loss:** An advanced feature where the stop-loss price dynamically adjusts upwards as the token's price rises, protecting profits while allowing for further upside.
5. **Market Filtering and Strategy Refinement:**
   * **Market Cap Filters:** Set minimum and maximum market capitalization thresholds for tokens your agent will consider trading. This helps focus on specific market segments (e.g., micro-caps, mid-caps).
   * **Volume Filters:** Define minimum daily trading volume requirements to ensure sufficient liquidity for entry and exit.
   * **Score Filters:** Leverage Ryno AI's internal token scoring system to filter for tokens meeting specific quality or potential criteria.
   * **Liquidity Filters:** Ensure a minimum amount of liquidity is present in a token's pool before trading.

**Strategy Configuration:**

Beyond individual parameters, users can activate and customize broader trading strategies:

* **Pre-Built Strategies:** Ryno AI offers optimized profiles like "Momentum" (price action-based), "Degen" (fast flips on volatile microcaps), and "Safe" (low-risk entry points). These strategies come with pre-configured settings that can be further tweaked.
* **Custom Strategy Builder:** For advanced users, the platform provides tools to build and save entirely custom strategies, combining various filters and parameters to create unique trading approaches.

**Simulation Mode:**

A critical aspect of configuration is the ability to test strategies in a risk-free environment. Ryno AI offers a robust simulation mode where users can deploy and test their configured agents against real-time and historical market data without using actual capital. This allows for iterative refinement and validation of strategies before live deployment.

By providing such granular control and flexible strategy options, Ryno AI empowers users to tailor their automated trading experience precisely to their needs, ensuring optimal performance and alignment with their financial objectives.


---

# 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/bot-configuration-and-customization.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.
