Portfolio wallet
A portfolio wallet is a managed wallet that accepts deposits and allocates funds across multiple yield sources according to a configurablestrategyConfig. Portfolio wallets return both the strategy targets (what the wallet is trying to hold) and the current portfolio state (what the wallet actually holds right now).
Yield source
A yield source is a single underlying yield opportunity the allocator can invest into (for example:tbills, syrupUsdc, resolvRlp). Yield sources are identified by positionKey values from the yield source catalog.
Blended rate
Blended rate (blendedRateBps) is the strategy’s predicted blended APY, expressed in bps. Conceptually it’s the weighted average of the underlying yield source rates using the strategy’s target weights.
Quote
A quote is the output of the portfolio allocator that translates your constraints/preferences (yield target, liquidity constraints, exclusions) into one or more recommendedstrategyConfig options, each with a predicted blendedRateBps. When constraints can’t all be satisfied at once, quotes can return multiple trade-off options.
Deposit address
A deposit address is the chain-specific address where you send funds to deposit into a portfolio wallet (typically returned underdepositAddresses[chain].address). Deposits are detected on-chain when tokens are transferred to these addresses.
