# Strategy Lab

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

### General

Strategy Lab is a no-code environment for designing, configuring, and executing on-chain strategies. Built for users who want more than simple trade execution, Strategy Lab provides an intuitive graphical interface where you can construct automated behaviors such as limit orders, multi-component DCA schedules, laddered accumulation plans, or downside-protection hedges. Every strategy is built from modular components, enabling you to combine timing logic, price conditions, asset movements, and multi-protocol interactions without touching smart-contract code or writing automation scripts.

Under the hood, Strategy Lab translates these visual configurations into robust, on-chain strategy definitions. Once a strategy is deployed, the system manages execution transparently—handling triggers, monitoring market conditions, and performing actions according to the user’s parameters. The result is a powerful automation layer that supports both routine trades and sophisticated multi-step strategies, allowing users to personalize their trading flows while maintaining full control and on-chain transparency.


---

# 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.sherpa.trade/sherpa-trade-automation/strategy-lab.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.
