The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Decker listing page.
Rules trade, LLMs explain. Live, non-custodial, with receipts.
Open the app · Telegram bot · Kakao channel · API docs
GO / WATCH / HOLD + progress_pct (0–100% lifecycle) + entry / stop / target."Where are we in the current structural cycle — and what's the next optimal move?"
| Path | Best for | Start |
|---|---|---|
| 📱 Web app | Most people — full dashboard, mock trading, KRX watchlist | decker-ai.com — sign up free |
| 🤖 Telegram bot | Quick signal checks on your phone | @deckerclawbot — /start |
| 💛 Kakao channel | 한국 사용자, KRX 시그널 알림 | pf.kakao.com/_RxlxjVX |
| 🧠 MCP server | Claude / Cursor / Codex users | decker-ai.com/mcp — 2-min setup |
| 🛠 REST API | Developers building bots & apps | DEVELOPER_README.md |
Free tier is generous (30 calls/day on the API; Web + Telegram included). During Beta, signed-up users get PRO access for free.
Start here — 30 seconds. No signup, no key.
▶️ Play — MCP journey demo (30s) · One live session, all 13 tools: explore a market → set your risk profile → decide → execute → manage — zero LLM in the signal path.
Shorter cut with the response and the plain-language takeaway shown together on every call (no separate captions needed): Play — Shorts cut (35s)
▶️ Play — the live cockpit (16s) · Every signal traces to a structural cause: progress_pct + operation_gate + entry / stop / target.
▶️ Play — non-custodial execution (16s) · Click Order · wallet-sign · custody 0. Decker relays your signature only (revocable agent wallet, EIP-712). For information only — not investment advice.
▶️ Play: web hub (10s) · Telegram (6s)
Every morning (08:00 KST): the engine's view per symbol — baseline, what winning and losing look like, and a pick you can answer. Evening: the same view scored against what actually happened — hits and misses alike, on the record. We stamp our wrong calls too.
Web hub: decker-ai.com/briefing · Subscribe: @deckerclawbot → /briefing
▶️ Play — KRX (16s) · Same deterministic engine on KOSPI + KOSDAQ. Portfolio states — ADD / HOLD / REDUCE / EXIT, not buy/sell. Daily closing-bell checkup at 16:30 KST · @krxdeckerbot.
1. progress_pct — every signal has a lifecycle.
A signal at 25% progress is a different trade than the same signal at 80%. Most tools just say "BUY"; Decker tells you where in the move you are.
2. GO / WATCH / HOLD — three gates, not binary.
| Gate | Meaning |
|---|---|
| GO | Structure confirmed — entry conditions met |
| WATCH | Signal forming — monitor, no entry yet |
| HOLD | Active position — no new entry signal |
WATCHis the gate most tools skip. It's why users enter too early.
3. Deterministic + traceable. LLM explains, doesn't decide.
| Typical AI signal | Decker | |
|---|---|---|
| Source | ML / LLM price prediction | Deterministic state machine |
| Output | BUY / SELL | progress_pct + operation_gate + ranked choices |
| LLM role | Makes the call | Explains the structural state |
| Auditability | ❌ Black box | ✅ Every signal has a trace_id |
| Cost per signal | High | $0 on the rules path |
| Reproducibility | ❌ | ✅ Same input → same output, always |
| Tier | Price | Daily API limit | MCP | Auto-trade |
|---|---|---|---|---|
| FREE | $0 forever | 30 calls/day | read-only (1d cache) | ❌ |
| PRO | $20 / mo · 7-day trial | 1,000 / day | full (13 tools) | virtual + real |
| ENTERPRISE | Contact us | 100,000+ / day · custom | full + per-org skill catalog | + custom integration |
Beta (now): all authenticated users get PRO for free via
BETA_TIER_OVERRIDE=PRO. No payment required.
Web sign-up and Telegram bot are always free for the basics.
Building a bot, app, or agent on top of Decker? Everything you need — REST endpoints, MCP server (Claude / Cursor / Codex), Python SDK, OpenClaw skill, self-host — lives in one place:
Prefer a runnable file? → examples/quickstart.py — zero dependencies (stdlib only), no key, prints the composed view + receipts in one run. Wrapping Decker for an agent crew: examples/langgraph_decker_tool.py. More in examples/.
The demo returns the composed view — the same card our daily briefing sends:
Add to Claude Desktop / Cursor (MCP): guided 2-minute setup with per-client config → decker-ai.com/mcp.
Cursor (~/.cursor/mcp.json) takes a remote server directly:
⚠ Endpoint is
/api/v1/mcp(stateless Streamable HTTP) — an old/ssesuffix now returns405 Method Not Allowed.
Claude Desktop / Codex reach it through the mcp-remote bridge (needs Node/npx) — see decker-ai.com/mcp or DEVELOPER_README.md (endpoints · auth · rate limits · MCP tools · SDK · OpenClaw · self-host).
Running a multi-agent crew (TradingAgents / LangGraph / AutoGen)? Give your analysts one deterministic market-state instrument — with receipts — instead of re-deriving structure per prompt: → docs/integrations/multi-agent-frameworks.md
No price prediction. No black box. Every output traces to a formal structural cause.
Deep dives: Sequence Engine · Labeling Algorithm · Market State Theory
Crypto (GA): BTCUSDT · ETHUSDT · SOLUSDT · BNBUSDT · XRPUSDT · DOGEUSDT — timeframes 30m, 1h, 4h, 1d.
KRX (Beta, free): KOSPI 948 + KOSDAQ 1,822 = 2,770 tickers. Universe = top 200 by trading value ∪ user watchlist ∪ momentum spike ∪ volume spike. Timeframe 1d only (1w expanding). Daily evaluation at 16:30 KST.
KRX details: docs/krx/KRX_BUSINESS_MODEL_AND_ROADMAP_2026-05-09.md.
We don't publish a headline win rate. Backtest numbers without method and sample size are marketing, not evidence — and easy to cherry-pick.
What we stand on instead:
provenance (composer + the versioned
rulebook contract) and traces back to the exact engine emit. The full
RULES.yaml is open, so you can re-derive any verdict yourself.Method and rulebook are open: Model & Algorithm · Operation Rules (YAML) · Signal Performance.
For information only. Not investment advice.
| DEVELOPER_README.md | API · MCP · SDK · OpenClaw · self-host — start here if you're building |
| Quick Start | 5-minute path picker — Telegram / MCP / REST / SDK |
| API Guide | Full field-level endpoint reference + error codes |
| Docs by persona | Trader / Builder / Curious about the engine / Evaluating claims |
| Architecture | Pipeline, state engine, modules |
| Model & Algorithm | How the signal engine works |
| Operation Rules | Open YAML rulebook (v2.4.7+) |
| Article Series (1–15) | Deep dives on Medium |
| Roadmap | What's next |
| llms.txt | LLM / AI agent discovery manifest |
| Web app | https://decker-ai.com |
| API docs | https://api.decker-ai.com/docs |
| Telegram bot (crypto) | https://t.me/deckerclawbot |
| Telegram bot (KRX) | https://t.me/krxdeckerbot |
| Kakao channel | https://pf.kakao.com/_RxlxjVX |
| X / Twitter | https://x.com/blockoceandev |
This repository is the public hub for Decker AI — SDK, samples, rulebook, architecture docs, OpenClaw skill packages. Production application code runs in a private monorepo. All listed endpoints, channels, and the web app are live.
Built by gigshow (Dohyung Kim · 김도형) — founder. Open to investor / partnership conversations.