# 1. Intro

Perpbot is an automation layer for decentralized perpetual futures trading that lets anyone run professional-grade strategies with a few clicks.

Instead of manually staring at charts and placing orders, users:

* Connect their Aster account securely
* Choose a backtested Perpbot preset strategy (e.g. **Aster X1 Low**)
* Or plug in their own TradingView strategy via webhooks
* Let the Perpbot engine execute trades consistently, 24/7

Perpbot’s long-term vision is to become the **automation hub for perps and DeFi**, combining:

* **Algorithmic trading** (preset & custom strategies)
* **On-chain capital** (PERP token economy, buyback & burn, revenue sharing of bot profits)
* **Off-chain liquidity & execution** (Aster Perpetual DEX)

> ⚠️ **Risk disclaimer**\
> Perpbot uses leveraged futures. You can lose money, including your entire account balance. Nothing here is financial advice. Only trade with capital you can afford to lose.


---

# 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://docs.perpbot.io/whitepaper/intro.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.
