DecaGrid

April 22, 2026 · View on GitHub

License: MIT Status: Docs-first Built on ARC-Core

DecaGrid is a documentation-first specification of a capital-ladder grid trading system. It bundles the whitepaper, runbook, architecture, scoring model (DecaScore), execution + risk controls, tradable universe, simulator notes, records protocol, and compliance language into a single offline-ready docs pack.

What's in this repo

The repository is organised around the docs package:

DecaGrid_Docs_Package_v1 5/
├── index.html                       # entry point, offline-ready
├── pages/
│   ├── overview.html                # system summary
│   ├── architecture.html            # component layout + flow
│   ├── decascore.html               # DecaScore scoring model
│   ├── ladder.html                  # capital ladder progression
│   ├── execution.html               # order execution + risk
│   ├── universe.html                # tradable universe definition
│   ├── simulator.html               # simulation methodology
│   ├── records.html                 # record-keeping protocol
│   └── compliance.html              # copy + compliance language
├── exports/
│   ├── DecaGrid_Whitepaper.pdf      # full whitepaper
│   ├── DecaGrid_Runbook.pdf         # operator runbook
│   ├── decagrid_config_template.json
│   ├── sample_trade_receipt.json
│   └── sample_daily_log.json
└── assets/                          # images, styles, scripts

How to read it

  1. Open DecaGrid_Docs_Package_v1 5/index.html directly in any browser — no server required.
  2. Start with pages/overview.html, then architecture.html, then decascore.html.
  3. For operating procedure, see exports/DecaGrid_Runbook.pdf.
  4. For a formal treatment, see exports/DecaGrid_Whitepaper.pdf.

Deploying as a GitHub Pages site

The index.html entry point is static-only and works on GitHub Pages out of the box. Enable it under Settings → Pages → Branch: main → /(root) and the docs pack will be browsable at https://garebear99.github.io/DecaGrid/DecaGrid_Docs_Package_v1%205/.

Part of the ARC ecosystem

DecaGrid specifies the policy; execution hosts such as BrokeBot / Harvest supply the actuator; ARC-Core supplies the governed event spine that records every decision.

Status

  • Docs: complete v1.5 pack (HTML + PDFs).
  • Reference implementation: out of scope for this repo — reference implementations live in sibling bot repos.

Keywords

grid trading · capital ladder · quantitative finance · trading strategy whitepaper · risk management · algorithmic trading docs · simulator methodology · decagrid · trading system specification

License

MIT — see LICENSE. The documentation is educational and is not financial advice.


📖 Official docs

Open the rendered official docs → https://garebear99.github.io/DecaGrid/official/pack/index.html

Also available under docs/official/ in-tree, and through the Pages landing at https://garebear99.github.io/DecaGrid/.

🧭 ARC Trading Fleet

Six sibling repositories. Same ARC event-and-receipt doctrine. Each has its own live GitHub Pages docs site, source, and README.

RepoOne-linerSourceDocs site
BrokeBotTRON Funding-Rate Arbitrage (CEX, Python)sourcehttps://garebear99.github.io/BrokeBot/
CharmUniswap v3 Spot Bot on Base (Node.js)sourcehttps://garebear99.github.io/Charm/
HarvestMulti-Timeframe Crypto Research Platform (Python)sourcehttps://garebear99.github.io/Harvest/
One-Shot-Multi-ShotBinary-Options 3-Hearts Engine (JS)sourcehttps://garebear99.github.io/One-Shot-Multi-Shot/
DecaGrid (you are here)Capital-Ladder Grid Trading Docs Packsourcehttps://garebear99.github.io/DecaGrid/
EdgeStack CurrencyEvent-Sourced Multi-Currency Execution Specsourcehttps://garebear99.github.io/EdgeStack_Currency/

Upstream + meta

  • ARC-Core — governed event + receipt spine the fleet plugs into.
  • omnibinary-runtime + Arc-RAR — any-OS portability for deployment.
  • Portfolio — full project index (audio plugins, games, simulators, AI runtimes, robotics, trading).

💖 Support the fleet

If this repo helps you, the maintainer runs the entire ARC ecosystem solo. Any of the following keep the lights on:

Sponsor Buy Me a Coffee Ko-fi

Every dollar funds hardening across ARC-Core + the 15 consumer repos + the four roadmap repos. One author, one funding pool.