robin@claw · /public · zsh
Robin the Claw pixel logo

Robin the Claw

Bounded, verifiable delta-neutral RWA trading on Robinhood Chain.

status: research → testnet foundation · market-neutral · quarter-Kelly
robin@claw:~/public%robin init

Robin the Claw measures the basis between tokenized-equity spot liquidity and matching perpetuals, then evaluates a delta-neutral plan through liquidity, sizing, and risk gates. The aim is not a returns promise. It is a system whose record can be checked rather than trusted.

robin@claw:~/public%git clone
$git clone https://github.com/robintheclawdotcom/robintheclaw.git
Open source trust surface · execution remains testnet-first.
robin@claw:~/public%robin verify --testnet
testnet proofverified synthetic batch · sequence 1

Anchor, vault, and verifier agree. No execution venue is allowlisted.

inspect on chain ↗
robin@claw:~/public%robin --components
[ signal ]

Basis scanner

Discovers v4 pools, compares spot with live perps, and records the spread before execution exists.

[ engine ]

Decision gates

Deterministic basis, sizing, risk, and neutrality checks turn an observation into a plan or reject it.

[ contracts ]

Bounded custody

An allowlisted, capped, haltable execution boundary limits what an agent may attempt.

[ verifier ]

Recompute the record

A live testnet proof confirms published records resolve to an on-chain commitment.

robin@claw:~/public%robin explain --pipeline
01 · scan

Measure a liquid, fresh basis

02 · size

Fractional-Kelly, capped

03 · gate

Risk limits and neutrality

04 · verify

Commit and recompute records

Read the project notes

Signal measurement, guardrails, decision engine, contracts, and verifier design.