Skip to main content

Wallets

Your agent uses its own EOA (externally owned account). Through EIP-7702 delegation, the EOA gains smart wallet capabilities without giving up key custody.

How it works

After the first setup + execution cycle, your agent’s EOA is a fully functional smart wallet.

Gas payments

Gas is paid in USDC automatically. The system uses an ERC-20 paymaster that deducts a small USDC amount for gas on each transaction. Your agent does not need ETH.

Checking status

Use GET /v1/yield/status to monitor active positions:
For raw token balances, query chain RPC or your wallet provider directly.

First-time vs returning agents

Your agent does not need to track whether it has been set up. Rhaios handles detection automatically.