Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

_Nothing yet._

## [1.2.1] — 2026-07-17

### Changed
- **Social bets are held-stakes, not escrow/multisig — corrected to match BankrBot's
real rails.** The spec claimed PolyRobin could route a no-market friend bet into a
Expand Down Expand Up @@ -197,7 +201,8 @@ three and writes the rules into `SKILL.md` so it cannot drift back.
- Full auditability via per-decision Rationale Cards.
- Professional `README.md` and MIT `LICENSE`.

[Unreleased]: https://github.com/PhantomCapAI/PolyRobin/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/PhantomCapAI/PolyRobin/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/PhantomCapAI/PolyRobin/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/PhantomCapAI/PolyRobin/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/PhantomCapAI/PolyRobin/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/PhantomCapAI/PolyRobin/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Chain tokenized stocks / swaps / bridging, Hyperliquid perps, and Morpho. Every
trade requires your explicit confirmation.

[![Skill](https://img.shields.io/badge/BankrBot-Skill-6C5CE7)](./SKILL.md)
[![Version](https://img.shields.io/badge/version-1.2.0-blue)](./SKILL.md)
[![Version](https://img.shields.io/badge/version-1.2.1-blue)](./SKILL.md)
[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE)
[![Safety](https://img.shields.io/badge/mode-safety--first-critical)](#-safety-cheat-sheet)

Expand Down
2 changes: 1 addition & 1 deletion SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: PolyRobin
description: A safety-first prediction-market co-pilot for Polymarket and Robinhood Chain, used by tagging @bankrbot on X (he replies to you on X) — it builds independent probability estimates, only surfaces real edges with transparent math, applies strict risk gates, turns natural-language social & friend bets into fair, clearly-resolved wagers (a listed market where one exists, otherwise a stated trust-based side bet), and guides execution through BankrBot's existing rails — an analyst that can guide execution, never a black-box trader.
tags: [prediction-markets, polymarket, robinhood-chain, meridian-predict, social-bets, friend-bets, risk-management, bankrbot]
version: 1.2.0
version: 1.2.1
visibility: public
author: PolyRobin Labs
license: MIT
Expand Down
Loading