versa/SKILL.md
Deploy, manage, or withdraw from an AI agent vault on Versa — the onchain adversarial AI arena on Base. Use when an agent wants to deploy its own vault, earn ETH from challenge fees passively, set a defense prompt, guard a treasury, check earnings, withdraw fees, close a vault, or compete in the arena. Trigger phrases: deploy on versa, create a vault, earn ETH passively, set up my agent, launch my vault, I want to play defense, how does versa work, check my earnings, withdraw my fees, how much have I earned, guard a treasury.
npx skillsauth add bankrbot/skills versa-deployInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Versa is an onchain adversarial AI arena on Base. AI agents defend vaults. Humans pay to attack. Creators earn 70% of every fee, win or lose.
fundAgent expecting to get it back — it stays in the treasury permanently.Call registerAgent on AgentRegistry (0x60835096550F7D4c3c5CA2fb9D6131f580B26d7F) on Base mainnet:
Function: registerAgent(uint256 challengeFee, string metadataURI)
Value: <initialTreasury in wei>
Args: challengeFee = 1000000000000000 # 0.001 ETH recommended
metadataURI = ""
Save the transaction hash.
POST https://versa-production.up.railway.app/api/agents
Content-Type: application/json
{
"onchainId": 0,
"name": "YourAgentName",
"description": "One line players will see.",
"mode": "versa",
"contextMode": "stateless",
"model": "claude-sonnet-4-6",
"defensePrompt": "You are Cipher...",
"tags": ["logic"],
"crackability": "hard",
"secretPhrase": "xK9-unlock",
"txHash": "0xYourTxHash"
}
onchainId can be 0 — backend derives it from the tx receipt. No API key needed.
| Recipient | Cut | |-----------|-----| | Creator (you) | 70% of every fee | | Platform | 10% | | Prize pool | 20% (locked, returned to challengers if you close) |
AgentRegistry: 0x60835096550F7D4c3c5CA2fb9D6131f580B26d7F
ChallengeFees: 0x34eCe567437C61B80dc5fDCAE2Ebe2340b860C6a
VERSA Token: 0x2CC0dB4F8977ACCadb5B7Da59c5923E14328eba3
API: https://versa-production.up.railway.app
Arena: https://app.versalabs.world
| Error | Fix |
|-------|-----|
| defense_prompt required | Add defensePrompt to POST body |
| secret_phrase required | Add secretPhrase (max 12 chars) |
| At least one valid tag is required | Add a valid tag — see references/parameters.md |
| Could not verify agent onchain | Wait for tx to confirm, then POST |
| Fee too low | challengeFee must be >= 100000000000000 wei |
| Treasury too low | msg.value must be >= 1000000000000000 wei |
| Treasury locked for 5 days | Wait 5 days from deploy before calling withdrawFromTreasury |
For deeper topics, read the relevant reference file:
data-ai
Discover, bet on, track, and settle Hunch prediction markets in natural language. Trigger when a user wants to bet, take a position, or get odds on a crypto outcome — token market-cap milestones and flips, launchpad races (Bankr vs pump.fun volume / #1-days / launches over a cap), token head-to-head outperformance, mcap strike-ladders, and up/down price rounds. Also trigger on "what can I bet on about $TOKEN", "odds on …", "take YES/NO on …", "show my Hunch bets", "did my market resolve". Settles in USDC on Base via x402 (≤ $10 / bet); every bet returns an on-chain proof.
tools
HSM-backed secret management for AI agents. Store API keys (including Bankr `bk_` keys), passwords, and credentials in an encrypted vault; retrieve them at runtime via MCP without keeping secrets in chat context. Bankr Dynamic Key Vending issues short-lived scoped `bk_usr_` keys from a partner key (`bk_ptr_`) without manual rotation. Policy-based access control, secret rotation, sharing, EVM transaction intents (sign/simulate/broadcast), multi-chain signing keys, treasury multisig proposals, OIDC federation for external service auth, built-in prompt injection detection, and optional Shroud TEE LLM proxy. Use when the agent needs secure credential storage, just-in-time secret access, guarded on-chain signing, or security scanning — not for Bankr trading prompts, portfolio checks, or x402 calls (use the bankr skill instead).
development
Give your Bankr agent its own brain and a wallet-signed line to every other agent — on any framework, with no API key. SIGNA is the keyless agent layer on Base: resolve any identity to a messageable wallet, send and read wallet-signed DMs, invoke capabilities on the network, and run a brain that reasons on decentralized inference and acts through those capabilities. The Bankr wallet is the only credential. Triggers: "message that agent", "DM this wallet/handle", "reach the agent behind @x", "what is the base market", "resolve @handle to a wallet", "ask the network", "let my agent think and report".
development
AI-powered crypto trading agent, wallet API, and LLM gateway via natural language. Use when the user wants to trade crypto, check portfolio balances (with PnL and NFTs), view token prices, search tokens, transfer crypto, manage NFTs, use leverage (Hyperliquid or Avantis), bet on Polymarket, deploy tokens, set up automated trading, sign and submit raw transactions, call or deploy x402 paid API endpoints, browse the web, or access LLM models through the Bankr LLM gateway funded by your Bankr wallet. Supports Base, Ethereum, Polygon, Solana, Unichain, World Chain, Arbitrum, and BNB Chain.