git404hub

what is polyrobin fr?

phantomcapai/polyrobin — explained in plain English

Analysis updated 2026-05-18

2ShellAudience · generalComplexity · 3/5LicenseSetup · easy

tl;dr

A safety-focused skill for the BankrBot trading bot that analyzes prediction markets and requires user confirmation before any bet.

vibe map

mindmap
  root((PolyRobin))
    What it does
      Independent probability estimate
      Edge detection
      Safety gate checks
      Confirms before trading
    Tech stack
      BankrBot skill spec
      Polymarket
      Robinhood Chain
    Use cases
      Analyze a prediction market bet
      Size a bet with Kelly sizing
      Enforce trading safety limits
    Audience
      Prediction market bettors
      BankrBot users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Get an independent probability estimate and edge calculation before betting on a prediction market.

VIBE 2

Size a prediction market bet using Kelly sizing while staying within safety limits.

VIBE 3

Analyze tokenized stock event markets on Robinhood Chain before execution support exists.

VIBE 4

Enforce daily loss limits and exposure caps on a trading bot's activity.

what's the stack?

BankrBotPolymarketRobinhood ChainX (Twitter)

how it stacks up fr

phantomcapai/polyrobinbitman-sachs/minimax-m3-tp3-rtx6000brandur/heroku-buildpack-mono-build
Stars222
LanguageShellShellShell
Last pushed2012-01-27
MaintenanceDormant
Setup difficultyeasyhardmoderate
Complexity3/55/52/5
Audiencegeneralops devopsops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

It is a behavior spec for BankrBot, not installable code, used by tagging @bankrbot on X.

Use, modify, and share freely, including for commercial projects, as long as you keep the copyright notice.

in plain english

PolyRobin is a set of instructions, not a piece of software you install and run yourself. It is written as a skill for an existing trading bot called BankrBot, which people interact with on X, formerly known as Twitter. The goal is to make BankrBot a more careful analyst when it comes to prediction markets, mainly on Polymarket, and increasingly on Robinhood Chain, rather than a system that places bets on its own. To use it, someone tags @bankrbot in a post or reply and mentions the PolyRobin skill along with what they want to do, for example putting a set amount of money on a sports match or a friendly bet. BankrBot then builds its own independent estimate of how likely the outcome is, compares that to the current market price to see if there is a real edge, and replies in the same thread with its reasoning, the math behind the suggested bet size, and a request to confirm before anything happens. No trade goes through without the user replying yes. Before suggesting a trade, PolyRobin checks it against seven safety rules covering things like a daily loss limit, how much of the total bankroll can go into one market or one category, a minimum score for how convincing the edge needs to be, and a rule that liquidity has to be high enough that a position could realistically be exited. The confirmation step cannot be turned off, no matter how the other rules are configured. There are also emergency controls to pause new activity, halt everything, or trigger a full stop that cancels pending orders. Money itself never passes through PolyRobin. When a trade is confirmed, BankrBot moves funds from the user's own wallet, converts them into the USDC needed on Polymarket if necessary, and places the order there, so the resulting position belongs to the user, not to PolyRobin or BankrBot. Robinhood Chain support today covers funding, bridging, swaps, and tokenized assets, while newer tokenized stock prediction markets there are currently analyzed only, with PolyRobin falling back to an equivalent Polymarket market for actual execution when one exists.

prompts (copy fr)

prompt 1
Use the PolyRobin skill to analyze whether there's an edge on this Polymarket bet.
prompt 2
Ask BankrBot with PolyRobin to size a $50 bet on this market and show the safety gate math.
prompt 3
Explain how PolyRobin's seven safety gates would apply to a bet I'm considering.
prompt 4
Show me how PolyRobin falls back to Polymarket when a Robinhood Chain market has no execution support yet.

Frequently asked questions

what is polyrobin fr?

A safety-focused skill for the BankrBot trading bot that analyzes prediction markets and requires user confirmation before any bet.

What language is polyrobin written in?

Mainly Shell. The stack also includes BankrBot, Polymarket, Robinhood Chain.

What license does polyrobin use?

Use, modify, and share freely, including for commercial projects, as long as you keep the copyright notice.

How hard is polyrobin to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is polyrobin for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.