Step 1: Install the skill
Choose your agent platform:Claude Code
OpenClaw
npm / bun / pnpm
Step 2: Set up a wallet
You need a wallet for signing. We recommend Privy — it integrates with agent runtimes like OpenClaw. Set these environment variables:If using Privy with Claude Code,
PRIVY_APP_ID and PRIVY_APP_SECRET are provided by the Privy skill. Install it first.Step 3: Fund your test wallet
Staging runs on managed test RPCs (Anvil forks of mainnet). Fund your wallet with test tokens:Step 4: Discover vaults
Browse available vaults before depositing:Step 5: Execute via the skill
Once installed, ask your agent:Discover USDC vaults on Base, show me the options, then deposit 1 USDC into the one I pick.Or invoke the skill script directly with a chosen
vaultId:
What you get
The rhaios-staging skill gives your agent a complete yield workflow:- Discover — browse and rank vaults by APY, risk, TVL, and Sharpe ratio
- Prepare — build a deposit, redeem, or rebalance intent with preflight simulation
- Sign — sign with your agent’s own keys (non-custodial, EIP-7702)
- Execute — submit the signed transaction and verify the position
Next steps
- Quickstart — full API walkthrough with curl examples
- Architecture — how EIP-7702 delegation works
- Strategies — scoring modes and the upcoming strategy marketplace