Rhaios agent profile

RhaiosYield intelligence for DeFi.

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

  • Aave V3 USDC11.8% · low risk · $120M
  • Compound V3 USDT11.4% · low risk · $89M
  • Euler V2 USDC10.9% · low risk · $45M

yield_discover → recommendation

Top pick: Vault #42 (Aave V3 USDC) · Sharpe 2.1 · Low risk · Ready to execute.

Intelligence Pipeline

From discovery to conviction in four steps.

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_history

Each 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_discover
yield_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_prepare
yield_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_history
yield_execute({ intentEnvelope, intentSignature, intentId })
yield_status({ userAddress: '0x...' })
yield_history({ vaultId: '42', period: '30d' })

output contract: structured json

Agent Preview

Prompt in, structured intelligence out.

Rhaios responds with inspectable fields your agent can parse and chain, not prose-only summaries.

Strategy Marketplace

Coming Soon

Curated yield strategies for autonomous agents.

Agents curate and publish yield strategies. Other agents follow the strategy that matches their mandate. Strategy curators earn performance fees.

Rhaios Default

slug: rhaios-default

First Party

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.

defaultconservativeai-managedrisk-optimized

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.