> For the complete documentation index, see [llms.txt](https://docs.primeautomation.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primeautomation.ai/primeautomation/my-first-crypto-bot.md).

# My First Crypto Bot

Welcome to PrimeAutomation! This guide will help you set up your **first automated crypto trading bot** in just a few steps.

***

{% stepper %}
{% step %}

### 🧠 Choose Your Strategy

> 🔗 **Navigate to** `New Bot` in the navigation bar\
> ⚙️ **Click** `Algo Bots, AI Bots or Grid Bots - we suggest starting with Algo Bots`

If you clicked Algo Bots, you'll see a list of **curated strategies** by PrimeAutomation.

<figure><img src="/files/e9a86c900f18e40fb84e3cd9e0642e20e1250b82" alt=""><figcaption></figcaption></figure>

All strategies are thoroughly backtested and come with key data points to help you decide.

#### 📊 Strategy Data Shown

* **Trading Pair** – e.g., `AVAX/USDT`, `PEPE/USDT`
* **Description** – e.g., `"30m DeLo Bot"` or `"4h Swing Partials"` (timeframe and strategy type)
* **Total PNL (%)** – Net profit/loss since strategy inception
* **Start Date** – When the bot began tracking data
* **Performance Over Time** – Metrics over:
  * 1 month
  * 2 months
  * 3 months
  * 6 months

#### 💡 AI-powered strategies

These are marked with an AI icon. They use machine learning to optimize entries/exits and may provide a performance edge. Learn more about the PrimeAutomation AI strategies in the video below:<br>

{% embed url="<https://youtu.be/o48qeAUDtQM>" %}

**AI Advantages**

{% stepper %}
{% step %}

### Adaptive Intelligence

Our AI models learn from vast amounts of historical and live market data. They don't rely on fixed rules — instead, they **adapt to changing market conditions**, making them more robust during volatility.
{% endstep %}

{% step %}

### Data-Driven Precision

Unlike emotional or gut-based decisions, our AI strategies are built on **statistical models and pattern recognition**, leading to more consistent performance across different asset classes and timeframes.
{% endstep %}

{% step %}

### Speed & Scale

Our AI systems can analyze **thousands of assets, indicators, and timeframes simultaneously** — far faster than any human. This allows them to detect and act on opportunities in milliseconds.
{% endstep %}

{% step %}

### Backtesting & Optimization

Our machine learning models can be trained on **millions of data points** and fine-tuned for optimal performance using techniques like cross-validation, genetic algorithms, and reinforcement learning.
{% endstep %}

{% step %}

### Noise Filtering

Our AI excels at identifying **real signals** in noisy markets by using deep learning or statistical filters. It can detect subtle shifts that traditional technical indicators might miss.
{% endstep %}
{% endstepper %}
{% endstep %}

{% step %}

### 🤖 Pick & Copy a Bot

> 🎯 **Select a bot** that matches either:
>
> * The asset you like to trade
> * A performance history you're comfortable with

🙋‍♂️ Not sure what to pick?\
👉 Watch this helpful video

{% embed url="<https://youtu.be/OYD8UUueHco>" %}

Once decided:

> ✅ Click **Subscribe** next to your chosen strategy.
> {% endstep %}

{% step %}

### 🔑 Link Your Exchange

> **Select the exchange** where you want the bot to trade.

<figure><img src="/files/32850ef186dd2d89a47d951d307f8216f267323a" alt=""><figcaption></figcaption></figure>

Example:

* If you want to trade via your **BloFin account**, choose your **connected BloFin key** from the dropdown.
  {% endstep %}

{% step %}

### 💰 Set Your Investment Amount

Choose **how much you want the bot to trade with**:

* A fixed dollar amount (e.g., $200), **OR**
* A **percentage of your balance** (recommended ✅)

<figure><img src="/files/7e2758dc6908d6bb2234f56fac5736e4920acd2d" alt=""><figcaption></figcaption></figure>

> ⚠️ All bots are set to **3x leverage by default**, optimized by PrimeAutomation's backtests.\
> 📈 Using a **% of your balance** allows your position size to **scale dynamically** as your account grows.
> {% endstep %}

{% step %}

### 🔑 Set Leverage

Finally we need to set our leverage. This by default is set to 3 for most strategies. \
\
⚠️The higher the leverage the higher the potential profits but also the higher the risk.&#x20;

<figure><img src="/files/TKKO2HaUgzvTttrUUrpe" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}

***

## 🎉 All Set – You're Now an Automated Trader!

> 🚀 **Navigate to** `Dashboard` from the navigation bar to:
>
> * View your live bots
> * Track PNL
> * Monitor trades in real-time


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.primeautomation.ai/primeautomation/my-first-crypto-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
