> For the complete documentation index, see [llms.txt](https://rebel-trading-group.gitbook.io/rebel-trading-group-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rebel-trading-group.gitbook.io/rebel-trading-group-docs/documentation/welcome-to-rebel-trading.md).

# Welcome To Rebel Trading!

Welcome to the front lines. The Rebel Trading framework is a high-velocity, browser-based cryptocurrency prop firm simulation and arcade sandbox designed specifically for active scalpers. Whether you are validating a new intraday strategy on micro perpetuals or pushing your risk management limits against strict evaluation rules, this documentation provides the complete blueprint for your terminal.

At Rebel Trading, we cut through the corporate bloat and technical friction of traditional prop firms to build a streamlined, hyper-responsive playground engineered for pure, high-velocity trading. Founded by veteran market operators who believe that pro-grade tools should minimize friction rather than maximize complexity, we stand for absolute transparency, execution simplicity, and merit-driven progression.&#x20;

We don't believe in trapping scalpers in deceptive rule loops; instead, our browser-based terminal is designed to pressure-test edge, build raw consistency, and reward precise execution with a straightforward path to payouts. We are built by active traders, for active traders, providing the high-fidelity sandbox you need to master order flow aggression, refine strict risk parameters, and trade without limits.

***


---

# 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://rebel-trading-group.gitbook.io/rebel-trading-group-docs/documentation/welcome-to-rebel-trading.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.
