> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hoox.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Hoox Documentation

> Edge-Native Algorithmic Trading on the Cloudflare Edge

Hoox is a free, open-source, edge-native algorithmic trading framework and automation engine deployed natively to the Cloudflare Edge Network. By utilizing a distributed microservice architecture, Hoox processes trade signals, evaluates risk parameters, executes order routing, and fires Telegram notifications—all within milliseconds and directly from the edge nodes closest to exchange servers.

```mermaid theme={null}
graph TB
    TV[TradingView Alerts] -->|HTTPS Webhook| GW[hoox Gateway]
    GW -->|Service Binding| TW[trade-worker]
    GW -->|Service Binding| TGW[telegram-worker]
    TW -->|Signed API Request| CentralizedEx[Centralized Exchanges: Binance / Bybit / MEXC]
    TW -->|On-Chain Swap| Web3Wallet[DeFi Wallet Execution]
    AW[agent-worker: Cron Risk Monitor] -->|Scale/Kill Switch| TW
```

<Tip>
  Choose your track below. **End User** docs cover trading setup, configuration,
  and operations. **DevOps** docs cover architecture, deployment, and
  infrastructure.
</Tip>

## 📖 Documentation Tracks

<CardGroup cols={2}>
  <Card title="📈 End User" icon="user" href="/docs/enduser">
    Trader-facing documentation — getting started, concepts, guides, tutorials,
    and reference.
  </Card>

  <Card title="🔧 DevOps" icon="terminal" href="/docs/devops">
    Operator-facing documentation — architecture, workers, deployment,
    development, and API.
  </Card>
</CardGroup>

## 🏁 Quick Links

* **[Getting Started](docs/enduser/getting-started/installation.mdx)** — Install prerequisites and bootstrap your project
* **[5-Minute Quick Start](docs/enduser/getting-started/quick-start.mdx)** — Deploy workers and fire your first trade
* **[CLI Commands](docs/enduser/reference/cli-commands.mdx)** — Complete CLI reference
* **[GitHub Repository](https://github.com/jango-blockchained/hoox-setup)** — Source code and contributions
