> For the complete documentation index, see [llms.txt](https://docs.maicrotrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maicrotrader.com/5.-the-strategy-builder/5.1-builder-modes.md).

# 5.1 Builder Modes

The Strategy Builder offers three progressive depth modes. Users start at the level that matches their experience and move deeper as needed.

**Mode A: Template**

Select from a curated set of maicrotrader-built STAs with proven live capital track records. No configuration required. Choose a template, name the STA, set deposit size, review the mandatory backtest preview, and deploy. Each template card displays: live Sharpe ratio, maximum drawdown, and the number of months the strategy has operated under real capital.

The core discipline: every template ships with a track record from the platform's own capital, not a synthetic backtest. There are no unverified presets.

**Mode B: Guided Widget Form**

Structured configuration per agent. Each sub-agent, Quant, Portfolio, Risk, and Execution, has its own configuration panel with labeled sliders, dropdowns, and number fields. No free-text prompts. No LLM-generated strategy code.

Two complexity levels within Mode B: Simple (three to four essential parameters per agent, safe defaults everywhere else) and Advanced (full parameter set exposed). The interface defaults to Simple. A live risk preview updates as parameters change: "At this drawdown limit with this leverage cap, your estimated maximum loss on a $50K deposit is $7,500."

**Mode C: Policy DSL (V1.1+)**

A structured, constrained scripting interface for users who need to express logic that widget forms cannot capture, including agent hand-off conditions, composite signal rules, and custom rebalance triggers. Token-gated at the \[TBC] $MAICRO staking tier.

Mode C is deliberately deferred to V1.1. The rationale: widget users will reveal the specific friction points they cannot navigate through sliders and dropdowns. Mode C is designed around those observed gaps, not hypothetical power-user needs.

#### Pre-Deploy Backtest Gate

The backtest is not optional. Every STA must clear it before deployment. The output shows: cumulative return, Sharpe ratio, maximum drawdown, regime-by-regime breakdown (including known stress periods), estimated fee and funding rate drag, and a plain-English risk summary. Results below configurable thresholds route back to the configuration step with specific parameter suggestions.

#### Deploy Confirmation

At deployment, the STA policy is hashed and recorded on-chain. A plain-English summary describes exactly what the vault will do. A seven-day cooldown applies to policy changes after initial deployment. This prevents mid-cycle interference with open positions.


---

# 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.maicrotrader.com/5.-the-strategy-builder/5.1-builder-modes.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.
