一键导入
wayfinder
Cross-chain DeFi via Wayfinder Paths — multi-chain balances, DeFi yield discovery, cross-chain swap quotes, token resolution, and strategy execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Cross-chain DeFi via Wayfinder Paths — multi-chain balances, DeFi yield discovery, cross-chain swap quotes, token resolution, and strategy execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | wayfinder |
| description | Cross-chain DeFi via Wayfinder Paths — multi-chain balances, DeFi yield discovery, cross-chain swap quotes, token resolution, and strategy execution. |
| metadata | {"openclaw":{"emoji":"🧭","requires":{"env":["WAYFINDER_API_KEY"]}}} |
wayfinderREST tier (always available): pools, balances, quote, resolve_token, gas_token CLI tier (requires Python + wayfinder-paths): execute_swap, strategy
| Action | Params | Description |
|---|---|---|
pools | chain_id?, protocol?, min_apy?, token_symbol? | Search DeFi yield opportunities. Returns APY, TVL, protocol. |
balances | address? | Multi-chain portfolio. Shows all tokens with USD values across all chains. |
quote | from_token, to_token, amount, from_chain?, to_chain?, slippage? | Cross-chain swap quote with route comparison. |
resolve_token | query, chain_id? | Look up a token by name, symbol, address, or CoinGecko ID. Returns metadata. |
gas_token | chain_id? | Get the gas token for a chain. |
| Action | Params | Description |
|---|---|---|
execute_swap | from_token, to_token, amount, chain_id?, wallet_label?, slippage? | Execute a cross-chain swap via the wayfinder CLI. |
strategy | strategy_name?, strategy_action?, main_token_amount?, wallet_label? | Run or manage a DeFi strategy. |
| Chain | ID | Gas Token |
|---|---|---|
| Ethereum | 1 | ETH |
| Base | 8453 | ETH |
| Arbitrum | 42161 | ETH |
| Optimism | 10 | ETH |
| Polygon | 137 | MATIC |
| Avalanche | 43114 | AVAX |
| BNB Chain | 56 | BNB |
| zkSync Era | 324 | ETH |
| Linea | 59144 | ETH |
| Scroll | 534352 | ETH |
| Mantle | 5000 | MNT |
| Blast | 81457 | ETH |
Find the best yields:
action: pools, chain_id: 8453, min_apy: 5, token_symbol: WETH
Returns pools sorted by APY descending, with protocol name, TVL, and token info.
Get the best route for a cross-chain swap:
action: quote
from_token: 0xTokenOnBase
to_token: 0xTokenOnArbitrum
amount: "1000000000000000000" (wei)
from_chain: 8453
to_chain: 42161
Returns: best quote (provider, input/output amounts, fees), plus alternative routes for comparison.
List available strategies:
action: strategy
Run a strategy action:
action: strategy
strategy_name: basis_trading_strategy
strategy_action: status
wallet_label: main
Strategy actions: status, deposit, update, exit, withdraw, analyze, quote
| Variable | Required | Description |
|---|---|---|
WAYFINDER_API_KEY | Yes | API key from https://wayfinder.dev |
For CLI actions, also need:
pip3 install wayfinder-pathsquote are in wei (raw units), but execute_swap uses human-readable amountsbalances action scans all supported chains, which may take a few secondsCheck eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings