1inch-aqua
Aqua strategy analytics
Prefer the MCP tool aqua (public reads). Full playbook (action examples, priceRange semantics, maker/taker flows, compliance): references/WORKFLOW.md. Same content is served live as MCP resource file://1inch-mcp/guides/aqua-workflow for clients that read resources.
Read actions
maker_stats— TVL, fees, APY for a makerlist_maker_strategies— strategies for a makerstrategy_overview/strategy_activity/strategy_volumelist_opened— open strategies feed
Write actions (when enabled)
build_ship, build_dock, quote, build_swap — non-custodial; the user's wallet signs everything.
Recommended: connect the user's wallet first (WalletConnect). Pair via the walletconnect tool (see the 1inch-walletconnect skill). With an active session, build_ship / build_dock / build_swap default to sending the transaction through the connected wallet — the user simply approves each prompt in their wallet app. Set execute: false to receive calldata only. quote is never executed (pure eth_call simulation). For anonymous (no-OAuth) writes, the WalletConnect flow also handles the one-time Terms-of-Use acceptance (accept_terms).