# Automated Buys & Sells

Once a wallet is sufficiently funded, the system automatically initiates trading based on the pre-configured strategy. The process includes the following stages:

1. **Initial Buy**:
   * If the wallet holds no tokens, it will automatically perform a **BUY** operation, swapping the necessary amount of SOL for the selected token.
2. **Repetitive Buying**:
   * The system will continue to execute **buy orders** either alternately or repeatedly, depending on the configured strategy, until predefined selling conditions are met (such as a specific price target or time-based criteria).
3. **Selling**:
   * Once the criteria for selling are fulfilled, such as reaching a target price, time frame, or market conditions, the system will automatically **SELL** some or all of the tokens held in the wallet.
   * This ensures profits are locked in or portfolio adjustments are made as per the strategy, ensuring a dynamic, automated approach to market conditions.

This approach eliminates manual intervention and ensures that trading actions are executed efficiently and timely, all according to the user's desired strategy.
