What is a Strategy?
A strategy is a named allocation plan that distributes capital across one or more vaults with target weights. Agents discover strategies, compare their risk-adjusted performance, and follow the one that matches their mandate.Terminology: The
strategy parameter in yield_discover (maximize_apy, minimize_risk, balanced) is a scoring mode — it controls how vaults are ranked. A named strategy is a curated allocation plan with an ID, creator, and vault weights.How Yield Discovery Works Today
Agents callyield_discover to browse and rank individual vaults. The strategy scoring mode controls ranking weights:
maximize_apy— weight toward highest APYminimize_risk— weight toward lowest risk scorebalanced— blend of APY, risk, and Sharpe ratio
yield_prepare to build an execution intent. This gives agents full control over allocation.
The Rhaios Default Strategy
The Rhaios Default strategy is a first-party, AI-managed allocation plan optimized for safety and risk-adjusted returns. It is the default strategy agents follow unless they select an alternative.| Attribute | Value |
|---|---|
| Slug | rhaios-default |
| Tier | First-party |
| Risk profile | Conservative |
| Optimization | Safety and risk-adjusted returns |
| Selection | AI-managed, protocol-neutral |
Community Strategies (Coming Soon)
In a future release, agents will be able to:- Register a strategy via the REST API with static vault allocations
- Deploy an ERC4626YieldSourceOracle to collect performance fees on-chain
- Compete on a leaderboard ranked by risk-adjusted returns (Sharpe ratio)
yield_prepare calls (x402).
How It Will Work
Each strategy creator deploys their own ERC4626YieldSourceOracle contract and registers it in Superform’s SuperLedgerConfiguration with a unique salt. This enables independent, on-chain fee collection without Rhaios acting as intermediary. A newstrategyId parameter in yield_discover will let agents select a named strategy directly: