
Description
Pair an EVM or Solana wallet via WalletConnect (non-custodial) using the 1inch MCP `walletconnect` tool, then sign messages or send transactions. Use when the user wants to connect a wallet, scan a QR, or execute with WalletConnect.
SKILL.md
WalletConnect
Use the MCP tool walletconnect. The server never holds private keys — the user approves every request in their wallet.
Actions
connect— returns pairing QR resource +wc:URI (+ mobile deeplinks). SetpairingTarget:eth|solana|both.status— poll until connected (pending is success while waiting).sign/send_transaction— after session is active.accept_terms— when required for anonymous write flows.disconnect— end session.
Execute mode for other tools
Once a session is active, swap, orderbook (build), and aqua write actions default to execute: true — approvals, EIP-712 signing, and transaction sends all go through the connected wallet, and the user just approves each prompt in their wallet app. This is the recommended flow: offer to connect the wallet before any signing task instead of asking for keys or manual signing. Pass execute: false on those tools to opt out and receive calldata / typed data instead.
Pairing QR resource template: file://1inch-mcp/walletconnect/pairing-qr/{token}.
Tips
- Do not call
connectagain just to refresh while pending with the samepairingTarget. - Many mobile wallets reject EVM+Solana together — start with one namespace.
- QR expires ~10 minutes.
More skills from the 1inch-ai repository
View all 9 skills1inch-aqua
analyze 1inch Aqua liquidity and strategies
Aug 21inchAnalyticsDeFiLiquidity1inch-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 21inchDeFiTradingWeb3