Skip to content

PolyRobin v1.1.0 — Social & Friend Bets

Choose a tag to compare

@PhantomCapAI PhantomCapAI released this 13 Jul 14:00
280267b

Added

  • Social & Friend Bets — a new major capability in SKILL.md. Turns a natural-language friend/group wager (e.g. "bet $100 my friend Tony loses $100 today on memes") into structured terms (condition, amount, parties, resolution criteria, deadline, source), writes a fair and verifiable resolution statement, and suggests the best execution path: a real custom market (Polymarket / Meridian Predict / Hunch) where one exists, otherwise a peer-to-peer escrow via BankrBot wallet tools (escrow contract, multisig, or simple conditional transfer). Runs the full 7 safety gates — confirmation required before any funds move — and tracks/auto-settles on resolution. Includes a dedicated section, example commands, and edge cases.
  • catalog.json — required BankrBot discovery metadata (slug, provider, logo, install command); without it the skill is excluded from the catalog.
  • logo.svg — square brand mark.
  • Execution Routing & Chain Targeting section in SKILL.md — forces Robinhood Chain by default and forbids silent fallback to Base for Morpho, swaps, bridging, and tokenized stocks (fixes the "landed on Base" failure mode).
  • execution block in the sample config encoding per-action chain targeting.
  • Validator now checks catalog.json; README documents the real install routes (registry PR or npx skills add), correcting the earlier mention-a-repo myth.

Changed

  • Reframed PolyRobin as a decision co-pilot / behavior spec on top of BankrBot's existing rails — explicitly not executable code and not an autonomous trader.
  • Execution scope made realistic: Polymarket betting and Robinhood Chain tokenized stocks/swaps/bridging run through BankrBot; Meridian Predict is discovery + analysis only for now, with Polymarket fallback where an equivalent exists.
  • Example Commands rewritten in natural-language @bankrbot style.
  • Integration Hooks split into "rails BankrBot already supports" vs "PolyRobin's own analysis layer".
  • Config restructured to decision parameters only (venues + rails), no keys.
  • Added bankrbot, social-bets, and friend-bets tags.
  • Reworked the skill around a dual-venue model with Robinhood Chain as a first-class home venue (Meridian Predict + tokenized event markets) alongside Polymarket.
  • Frontmatter: single-sentence description, focused tag set, added visibility: public.
  • Safety model restated as 7 hard gates (adding an always-on confirmation gate and a conviction+EV gate), with HALT-on-volatility, a kill-switch, and a separate emergency pause.
  • Bridging now always routes funds into Robinhood Chain with optimal routing (no fixed source chain).
  • Added Chainlink oracle integration and auto-claiming on resolution.
  • Repository scaffolding: sample config, CI validation, security policy, contribution guide, issue/PR templates.