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.
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
- Open
DecaGrid_Docs_Package_v1 5/index.htmldirectly in any browser — no server required. - Start with
pages/overview.html, thenarchitecture.html, thendecascore.html. - For operating procedure, see
exports/DecaGrid_Runbook.pdf. - For a formal treatment, see
exports/DecaGrid_Whitepaper.pdf.
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/.
DecaGrid specifies the policy; execution hosts such as BrokeBot / Harvest supply the actuator; ARC-Core supplies the governed event spine that records every decision.
- ARC-Core
- omnibinary-runtime + Arc-RAR — any-OS portability.
- Portfolio — full project index.
- Docs: complete v1.5 pack (HTML + PDFs).
- Reference implementation: out of scope for this repo — reference implementations live in sibling bot repos.
grid trading · capital ladder · quantitative finance · trading strategy whitepaper · risk management · algorithmic trading docs ·
simulator methodology · decagrid · trading system specification
MIT — see LICENSE. The documentation is educational and is not financial
advice.
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/.
Six sibling repositories. Same ARC event-and-receipt doctrine. Each has its own live GitHub Pages docs site, source, and README.
| Repo | One-liner | Source | Docs site |
|---|---|---|---|
| BrokeBot | TRON Funding-Rate Arbitrage (CEX, Python) | source | https://garebear99.github.io/BrokeBot/ |
| Charm | Uniswap v3 Spot Bot on Base (Node.js) | source | https://garebear99.github.io/Charm/ |
| Harvest | Multi-Timeframe Crypto Research Platform (Python) | source | https://garebear99.github.io/Harvest/ |
| One-Shot-Multi-Shot | Binary-Options 3-Hearts Engine (JS) | source | https://garebear99.github.io/One-Shot-Multi-Shot/ |
| DecaGrid (you are here) | Capital-Ladder Grid Trading Docs Pack | source | https://garebear99.github.io/DecaGrid/ |
| EdgeStack Currency | Event-Sourced Multi-Currency Execution Spec | source | https://garebear99.github.io/EdgeStack_Currency/ |
- 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).
If this repo helps you, the maintainer runs the entire ARC ecosystem solo. Any of the following keep the lights on:
- GitHub Sponsors: https://github.com/sponsors/GareBear99
- Buy Me a Coffee: https://www.buymeacoffee.com/garebear99
- Ko-fi: https://ko-fi.com/garebear99
Every dollar funds hardening across ARC-Core + the 15 consumer repos + the four roadmap repos. One author, one funding pool.