You're viewing a demo portfolio

Join the waitlist
PRSM

find.strategy

Active

Tool of Syenite

declared in 0.6.3

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Syenite

https://github.com/syenite-ai/syenite

1/7 registries
View full server →