
Description
Read 1inch Aqua shared-liquidity analytics (maker TVL, fees, APY, strategies, activity, volume) via the MCP `aqua` tool. Use for Aqua strategy questions; prefer aqua over raw product_api.
SKILL.md
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).
Fallback
Raw paths: /aqua/v1.0/strategies/... via product_api — only if the aqua tool is unavailable.
More skills from the 1inch-ai repository
View all 9 skills1inch-debug
debug 1inch API request logs
Aug 21inchAPI DevelopmentDebuggingLogs1inch-infrastructure
broadcast transactions and resolve domains
Aug 21inchDomainsInfrastructureWeb31inch-market-data
fetch market prices and gas data
Aug 21inchAnalyticsTradingWeb31inch-mcp-server
integrate 1inch DeFi protocols via MCP
Aug 21inchAPI DevelopmentDeFiMCP +11inch-orderbook
manage 1inch limit orders
Aug 21inchDeFiTradingWeb31inch-swap
execute token swaps via 1inch
Aug 21inchDeFiEthereumTrading +1