> For the complete documentation index, see [llms.txt](https://docs.binloops.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.binloops.xyz/introduction.md).

# Introduction

## Welcome to Binloops

**What is Binloops**

Binloops is an automated trading platform built on top of Polymarket's crypto UP/DOWN markets. You build strategies using technical indicators, the platform trades them automatically, and in that time your personal ML models  are forever learning from your own trade history to get sharper with every loop. <br>

* **You design the logic.** Pick from a growing library of technical indicators, set your own voting rules and thresholds, and backtest against two years of real market data. Every trade the bot makes follows rules you wrote.
* **ML that learns from your data.** Train personal trading agents on your own indicator history. The more data it collects over time, the sharper it gets.
* **Paper trading built in.** Every strategy starts in paper mode with no real money at risk. Watch it trade, study the win rate, and go live when you're ready.&#x20;
* **Real execution on Polymarket.** When you go live, trades execute against Polymarket's CLOB through a dedicated trading wallet with fill-or-kill orders and kill switches that block bad entries before they happen.

#### &#x20; **Explore & Create → Paper Trade → Train Models → Go Live → Loop & Repeat.**<br>


---

# 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.binloops.xyz/introduction.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.
