# 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.


---

# 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://selen-ai.gitbook.io/selen-ai/automated-buys-and-sells.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.
