# Demo Trader v1

### Overview <a href="#overview" id="overview"></a>

The Demo Trader V1 is a simple demo trading agent that trades BTC-PERPS on Hyperliquid. It is a generic strategy that trades on Hyperliquid. The idea is just to generate some random trading signals to test the platform, the agents and the telegram notifications.

### Setup <a href="#setup" id="setup"></a>

To use the strategy, you need to create a new agent and select the `Demo Trader V1` strategy. You can then see the signals in the UI, on the websockets and can subscribe to them with the Telegram Bot.


---

# 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://fractrade.gitbook.io/fractrade/strategies/demo-trader-v1.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.
