find.strategy
ActiveTool of Syenite
Orchestrates a parallel scan across yield opportunities, carry trades, lending leverage, cross-chain rate arbitrage, and prediction market signals to surface the best strategies for a given asset and risk profile. Call this as the first step when an agent has capital to deploy and needs ranked recommendations — it fans out to `yield.opportunities`, `carry.screen`, `gas.estimate`, and optionally `prediction.signals` in one call. Provide `asset` (e.g. "WETH", "USDC", "WBTC"), optionally `amount` in USD (used for return estimates), `riskTolerance` ("low", "medium", or "high"), `chain`, and `includePrediction` (default true). Returns strategies ranked by risk-adjusted return with category ("yield", "carry", "leverage", "arbitrage", "prediction"), expected APY, execution steps, and the exact Syenite tool names to call next for each strategy; does not execute any transaction.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"asset"
],
"properties": {
"asset": {
"type": "string",
"description": "Asset you have or want to deploy: \"ETH\", \"WETH\", \"wBTC\", \"USDC\", \"USDT\", etc."
},
"chain": {
"enum": [
"ethereum",
"arbitrum",
"base",
"all"
],
"type": "string",
"default": "all",
"description": "Chain preference"
},
"amount": {
"type": "number",
"default": 10000,
"description": "Amount in USD to deploy (for return calculations)"
},
"riskTolerance": {
"enum": [
"low",
"medium",
"high"
],
"type": "string",
"default": "high",
"description": "Maximum risk level: low (yield only), medium (carry + arb), high (leverage + prediction)"
},
"includePrediction": {
"type": "boolean",
"default": true,
"description": "Include prediction market signals in strategy search"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Syenite
https://github.com/syenite-ai/syenite
1/7 registries