Paid safety infrastructure skills for BankrBot developers. Deployed on x402 protocol.
Every skill ships with deterministic safety receipts. No live LLM. No wallet access. No browser login.
USDC yield on Edel Finance — 11.31% APR
Deposit and withdraw USDC on Edel Finance through BankrBot. Current yield: 11.31% APR (Fluxsom 4.07% + Merkl 7.24%). Tokenized stock trading (xStocks) coming in a future update.
curl -X POST https://x402.bankr.bot/0x9cde325f.../edel-bridge \
-H "Content-Type: application/json" \
-d '{"action":"deposit","amount":"100","token":"USDC"}'
PR diff/CI/test risk analyzer
Gate every BankrBot/skills PR through deterministic safety analysis. Detects unsafe patterns, missing tests, and anomalous diffs before merge.
PR/CI/safety receipt generator
Turn any PR, CI run, or test suite into an operator-grade safety receipt. Deterministic hashing, threat scanning, and evidence packaging.
Base airclear evidence pack
Read-only demo evidence pack for Airlock protocol. Lightweight proof-of-concept showing the safety receipt format.
Security memory calibration reference
Experimental read-only calibration provider for Remy security memory agent. Lightweight token analysis for calibration loops.
tier: "preview" to test safety invariants at no cost.# Example: Get a safety receipt for your PR
curl -X POST https://x402.bankr.bot/[endpoint]/receipt-engine \\
-H "Content-Type: application/json" \\
-H "X-402-Payment: ..." \\
-d '{"pr_number": 123, "repo": "BankrBot/skills"}'
# Response includes:
# { "receipt_id": "...", "safety_checks": {...}, "threat_score": 0, ... }
All safety checks run as pure heuristics. No live LLM calls in production paths. Every receipt is reproducible.
Remy never touches wallets, private keys, or signing. Read-only parameter provider for BankrBot execution layer.
Every deployment, upgrade, and activation requires explicit operator attestation. No autonomous x402 enablement.