0x/arise
← all tools
Trading · discipline
edge-gateThe pre-trade reflex: is this MY edge? KILL / PARK / PLAY.
// free · install directA Claude Code skill that runs before any analysis and answers one question: is this market mine to play? You declare your edges and domains once; the gate checks every lead against that frame and returns KILL, PARK or PLAY. It catches the expensive trap: confident analysis on a market the analysis was never allowed to decide (a disputed-UMA vote, a discretionary clarification).
edge-gate — zsh
$ edge gate this: "Will X sell BTC by date? Disputed -> UMA DVM vote."
# trigger-words: uma, dvm, disputed -> process-decided
VERDICT: KILL | mechanism: process-decided | edge-match: N | gut: rug | reason: the vote decides, not the merits. Stop.
What it does
- 6-question gate -> one-line verdict (KILL / PARK / PLAY)
- Process-mechanism check: kills vote-decided markets your merits can't win
- Gut-over-merits rule on rug-shaped markets, with the price-discount tell
- You define your own edge frame in active_domains.yaml
What it does not
- No keys, no wallet, no internet calls. Fully local.
- Does not place trades or fetch data. A discipline gate, not a signal generator.
- Not financial advice.
Run it
requires: Claude Code · no keys · fully local
- unzip into
~/.claude/skills/edge-gate/ cp active_domains.example.yaml active_domains.yamland fill in YOUR edges + domains- restart Claude Code, then:
edge gate this: <paste a market>
Discipline tool, not financial advice. You define your own edge; you own your decisions.