Skip to content

Data-integrity fixes: no fabricated prices, correct fees, stand down on coin-flips - #14

Merged
PhantomCapAI merged 1 commit into
mainfrom
claude/polyrobin-social-friend-bets-dcqdw9
Jul 14, 2026
Merged

Data-integrity fixes: no fabricated prices, correct fees, stand down on coin-flips#14
PhantomCapAI merged 1 commit into
mainfrom
claude/polyrobin-social-friend-bets-dcqdw9

Conversation

@PhantomCapAI

Copy link
Copy Markdown
Owner

Summary

Live BankrBot testing surfaced two real problems the skill must prevent:

  • On a Polymarket market (Fed decision), BankrBot cited the real market URL but confabulated the price/volume — the price changed between queries, volume was ~20× reality, printed to the cent ($14,823,508.62).
  • On a 15-minute BTC up/down market, it manufactured a >4% edge and walked to a confirmable bet, instead of standing down on a coin-flip, and ignored the taker fee those markets carry.

Three SKILL.md rules address it:

  1. No stated price/volume/depth without a live fetch — cite the market URL and say "verify live at [URL]"; never print an unverified figure or use false precision.
  2. Corrected fee model — short-interval crypto markets (BTC/ETH/SOL/XRP 15-min up/down) carry a taker fee; "fee ≈ 0" is false there and must be subtracted from EV.
  3. Stand down on near-efficient / coin-flip markets — 15-min crypto is ~50/50 noise with fees erasing any edge; PolyRobin reports it near-efficient and declines rather than fabricating conviction.

No gate thresholds/values changed. CHANGELOG bumped (behavior change).

Verification

  • ./scripts/validate.sh → all pass.
  • markdown-link-check → no dead links.

🤖 Generated with Claude Code


Generated by Claude Code

…es, stand down on coin-flips

Live BankrBot tests showed it citing real market URLs but confabulating
prices/volume (Fed market price changed between queries; volume ~20x too high
with false precision), and manufacturing a >4% edge on a 15-min BTC coin-flip.
Three SKILL.md rules:
- Never print a price/volume/depth not fetched this turn; cite the URL and say
  "verify live"; ban false precision.
- Correct the fee model: 15-min crypto up/down markets carry taker fees ("fee ~0"
  is false there) and must be subtracted from EV.
- Stand down on near-efficient / coin-flip markets instead of fabricating an edge.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017xa6j3HGPqC43aEXX4wgZD
@PhantomCapAI
PhantomCapAI merged commit d845cf2 into main Jul 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants