> For the complete documentation index, see [llms.txt](https://docs.stockhero.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stockhero.ai/getting-started/strategy-marketplace/minimum-funding-requirements.md).

# Minimum Funding Requirements

Most strategies in the Marketplace require a minimum level of trading capital to operate effectively. Many strategies also use only a portion of the total Fund Allocation when opening new positions. This is intentional and serves as a risk-management measure, an important aspect of algorithmic trading.

In the **Minimum Funding** column, you will see a value expressed with a multiplier (e.g., **“5×”**). This indicates that the strategy needs at least **five times the stock’s current price** as its minimum required capital.

For example, if a stock is priced at $100, the strategy would require a minimum allocation of $500 (calculated as 5 x $100 = $500). We suggest adding a **20% buffer** to accommodate normal price movements. The **Optimal Allocation** value shown already includes this buffer.

<table><thead><tr><th width="272.2421875">Strategy</th><th>Minimum Funding</th><th>Optimal Allocation</th></tr></thead><tbody><tr><td>All Sigma Series (except MAX)</td><td>5 x</td><td>6 x</td></tr><tr><td>Sigma Series MAX</td><td>7 x</td><td>8 x</td></tr><tr><td>Ultra Scalp</td><td>5 x</td><td>6 x</td></tr><tr><td>Ultra Scalp MAX</td><td>10 x </td><td>10 x</td></tr><tr><td>Market Neutral</td><td>7 x</td><td>7 x</td></tr><tr><td>Market Neutral Aggressive</td><td>6 x </td><td>6 x</td></tr><tr><td>Gamma MAX</td><td>4 x</td><td>4 x</td></tr><tr><td>Swing Strategy</td><td>10 x</td><td>10 x</td></tr><tr><td>Gamma Scalp 100</td><td>1 x</td><td>1 x</td></tr><tr><td>Fishing Rod</td><td>5 x</td><td>5 x</td></tr><tr><td>Agentic AI Pi2 and Pi3</td><td>5x</td><td>6x</td></tr></tbody></table>

**IMPORTANT: We may adjust the Minimum Funding and Optimal Allocation values at any time.**


---

# 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.stockhero.ai/getting-started/strategy-marketplace/minimum-funding-requirements.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.
