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