agents · bankrbot → hiss → robinhood mcp
paper first · fuses bindingCompile your Coil into a Bankrbot command pack and Robinhood-MCP-ready execution capsule. Start in paper, pass live-readiness, keep credentials out of HISS. HISS compiles and verifies the autonomous trading path; any live order happens only in your own Robinhood Agentic Account, through your own authorized connection.
01Connect Bankrbot to HISS
Point Bankrbot (or any x402-capable agent) at the HISS services: the free /api/bankrbot routes or the paid x402 endpoints. Discovery is schema-first — /api/bankrbot/schema and /SKILL.md tell an agent everything, and no route accepts credentials.
View the agent schema →02Compile a Coil for Robinhood MCP
Your Coil — your tickers, weights, and fuses — compiles into a Robinhood MCP execution capsule: allowed tickers, per-order and daily notional caps, cadence, market-hours policy, slippage policy, stop conditions, receipt. Paper mode is the default, every time.
Open the wizard →03Export the Bankrbot command pack
Copy-pasteable prompts that tell Bankrbot to validate the Coil with HISS, call compile_coil_for_robinhood, run paper preview first, respect the live-readiness gate, and never bypass fuses or infer consent.
Generate the pack →04Run a paper preview
Paper sessions simulate the plan and log receipts; nothing touches an account. Reviewing a paper run is a hard item on the live-readiness checklist — agents are instructed to refuse to skip it.
Read the paper-first workflow →05Pass the live-readiness gate
live_candidate requires a separate, explicit LiveAutonomyAck — five acknowledgments plus a timestamp, never inferred from a mode string. Even a passed gate is a readiness label: HISS still sends nothing.
Read the consent model →06Open Robinhood Agentic setup docs
The Agentic Account is created, funded, and controlled entirely in Robinhood's own flow (beta, invite rollout, desktop onboarding). HISS is not part of that flow and never sees your login.
robinhood.com/agentic-trading ↗| Service | Purpose | Per call |
|---|---|---|
| compile_coil_for_robinhood | Compile the user's Coil into the full Bankrbot + Robinhood MCP artifact set. | $1.00 |
| validate_autonomy_fuses | Validate the mandatory autonomy fuse set and the live-readiness gate. | $0.50 |
| generate_bankrbot_trading_prompt | Generate the copy-pasteable Bankrbot command pack for this Coil. | $0.50 |
| simulate_rebalance_plan | Simulate a rebalance plan (previews only) against supplied current weights. | $0.75 |
| post_run_audit | Audit reported agent activity against the receipt's fuses after any session. | $0.50 |
Priced in USD, settled in USDC on Base; a 4xx response is not billed. The same operations are free and rate-limited at /api/bankrbot/*. No service accepts credentials and none can place an order.
Not affiliated with Robinhood or Bankr. Full model: autonomous trading safety.