EdgeStack Currency
Event-Sourced Multi-Currency Execution Spec
📖 Official docs
Live URL of the primary doc: https://garebear99.github.io/EdgeStack_Currency/official/edge_stacking_system_spec.txt
What this is
EdgeStack Currency is part of the ARC Trading Fleet — six public repositories that share a single event-and-receipt doctrine provided by ARC-Core.
- Source code and full README: https://github.com/GareBear99/EdgeStack_Currency
- Architecture notes: docs/ARCHITECTURE.md
- Usage / operator guide: docs/USAGE.md
- Security policy: SECURITY.md
- Contributing: CONTRIBUTING.md
ARC-Core mapping
Every market tick becomes an event; every trade decision becomes a proposal; every fill or outcome becomes a receipt; every risk limit is an authority gate; every backtest is a deterministic replay of the event log. Full per-bot mapping in ECOSYSTEM.md.
Sibling repos in the fleet
| Repo | One-liner | Docs site |
|---|---|---|
| BrokeBot | TRON Funding-Rate Arbitrage (CEX, Python) | https://garebear99.github.io/BrokeBot/ |
| Charm | Uniswap v3 Spot Bot on Base (Node.js) | https://garebear99.github.io/Charm/ |
| Harvest | Multi-Timeframe Crypto Research Platform (Python) | https://garebear99.github.io/Harvest/ |
| One-Shot-Multi-Shot | Binary-Options 3-Hearts Engine (JS) | https://garebear99.github.io/One-Shot-Multi-Shot/ |
| DecaGrid | Capital-Ladder Grid Trading Docs Pack | https://garebear99.github.io/DecaGrid/ |
Upstream
- ARC-Core — the event + receipt spine.
- omnibinary-runtime — any-OS runtime.
- Arc-RAR — archives + rollback.
- Portfolio — full project index.
This page is auto-rendered from docs/index.md on the main branch. The
canonical source of truth is the repository README.