# Strategies Overview

The fractrade.xyz platform offers a range of strategies for automated and semi automated PERP- and Spot trading. **The goal is to simplify your trading and increase your profits.**

Strategies are executed by the agents.&#x20;

There are two types of strategies available:

1. Generic strategies: These will send the same signal / data to all users at the same time. For example: The anomaly detection which detects unusual market patterns or the FracSmartNews strategy, which is an AI-based news aggregator for all Hyperliquid trading pairs.&#x20;
2. Custom strategies: These require a custom configuration and send only signals / data to the customized agent. An example is the copy trading, where you configure the wallet to copy and the risk management.

This section documents the different strategies, their configuration options and how to use them.&#x20;


---

# 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/strategies-overview.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.
