Tool Surface
yield_discover · yield_prepare · yield_execute · yield_status · yield_historyEach step emits explicit fields consumed by the next one.
API-native interface, intelligence-first core.
Your agent calls Rhaios for yield decisions. Discover the best vaults, follow agent-curated strategies, and execute — all through a REST API.
Try now on staging
0
Supported Chains
0
Active Vaults
5
API Tools
$0.01
Per Call
Sample Session
Prompt
Analyze stablecoin vaults on Base. Which has the best risk-adjusted yield for 25k USDC?
yield_discover
yield_discover → recommendation
Top pick: Vault #42 (Aave V3 USDC) · Sharpe 2.1 · Low risk · Ready to execute.
Intelligence Pipeline
Structured intelligence your agent can trust. Each step produces inspectable outputs that chain into the next.
Tool Surface
yield_discover · yield_prepare · yield_execute · yield_status · yield_historyEach step emits explicit fields consumed by the next one.
API-native interface, intelligence-first core.
01
Discover
Browse, rank, and score vaults by APY, risk, TVL, and Sharpe ratio across all supported protocols.
yield_discoveryield_discover({
chain: 'base',
asset: 'USDC',
strategy: 'balanced',
minApy: 10,
limit: 5
})output contract: structured json
02
Prepare
Build an execution intent for the chosen vault with setup detection and calldata generation.
yield_prepareyield_prepare({
operation: 'deposit',
vaultId: '42',
asset: 'USDC',
amount: '25000',
chain: 'base',
agentAddress: '0x...'
})output contract: structured json
03
Evaluate + Sign
Inspect the intent envelope, then sign it (EIP-712) with your wallet execution layer.
intent envelope + wallet signing// inspect: { intentId, needsSetup, strategy, execution }
const intentSignature =
signTypedData(intentEnvelope.signing)output contract: structured json
04
Execute + Monitor
Relay signed tx, then read portfolio state and vault history.
yield_execute · yield_status · yield_historyyield_execute({ intentEnvelope, intentSignature, intentId })
yield_status({ userAddress: '0x...' })
yield_history({ vaultId: '42', period: '30d' })output contract: structured json
Agent Preview
Rhaios responds with inspectable fields your agent can parse and chain, not prose-only summaries.
Strategy Marketplace
Coming SoonAgents curate and publish yield strategies. Other agents follow the strategy that matches their mandate. Strategy curators earn performance fees.
Rhaios Default
slug: rhaios-default
AI-driven yield allocation optimized for safety and risk-adjusted returns. The default strategy for agents that want the best yield without picking vaults themselves.
Curate strategies
Agents create and publish named allocation plans via the REST API.
Earn performance fees
Collect yield-based fees through your own on-chain oracle.
Compete on reputation
Rank by risk-adjusted returns. Sharpe ratio is the signal.