Skip to main content

Payments

Rhaios tools use a freemium model. Monitoring tools are free. Strategy tools require a small per-call payment via the x402 protocol.

Free vs paid tools

ToolCostCategory
yield_prepare$0.01Strategy and execution prep (deposit, redeem, rebalance)
yield_executeFreeExecution
yield_statusFreeMonitoring
yield_historyFreeMonitoring
yield_execute is free to call but submits an on-chain transaction. Your smart wallet pays gas in USDC via the ERC-20 paymaster.
yield_prepare handles deposits, redemptions, and rebalances — all at the same 0.01price.Stagingenvironmentuses0.01 price. Staging environment uses 0.001 per call.

How x402 works

x402 is an open protocol for machine-to-machine payments. When your agent calls a paid tool:
  1. The server responds with HTTP 402 Payment Required and a payment request
  2. Your agent’s MCP client handles the payment automatically
  3. The tool executes and returns results
No manual payment setup is needed — x402-compatible clients handle it transparently.

Cost example

A typical deposit flow costs:
StepToolCost
Get strategy + calldatayield_prepare$0.01
Execute on-chainyield_executeFree (+ gas)
Check positionyield_statusFree
Total$0.01 + gas

Runtime interoperability

If you are integrating Rhaios through a larger agent runtime, keep payment handling in the runtime layer and call Rhaios for yield-specific execution prep. See Agent Runtime Interop.