bridge-tokensBridge tokens from one chain to another without swapping. Simplified cross-chain transfer where the output token is the same as the input token. Use when the user wants to move tokens between chains.
Install via ClawdBot CLI:
clawdbot install wpank/bridge-tokensBridges tokens from one chain to another β a simplified cross-chain operation where the token stays the same (e.g., USDC on Ethereum to USDC on Base). Delegates to the cross-chain-executor agent with tokenOut = tokenIn to streamline the workflow.
This is the simpler sibling of cross-chain-swap. Use this when the user just wants to move tokens, not swap them.
Activate when the user asks:
| Parameter | Required | Default | Description |
| ---------------- | -------- | ---------- | ----------------------------------------------------- |
| token | Yes | β | Token symbol or address to bridge |
| amount | Yes | β | Amount to bridge (human-readable) |
| sourceChain | Yes | β | Source chain name (e.g., "ethereum") |
| destChain | Yes | β | Destination chain name (e.g., "base") |
| recipient | No | Same wallet| Recipient address on destination chain |
mcpuniswapgetTokenInfo.mcpuniswapgetSupportedChains.Task(subagent_type:cross-chain-executor) with:Bridge Complete
Token: USDC
Sent: 1,000.00 USDC on Ethereum
Received: 999.50 USDC on Base
Bridge Fee: 0.50 USDC ($0.50)
Settlement: 1 min 48 sec
Source Tx: 0xabc...123
Bridge ID: 0x789...abc
Dest Tx: 0xdef...456
Risk: LOW | Safety: APPROVED
cross-chain-swap instead.| Error | User-Facing Message | Suggested Action |
| ---------------------------- | ---------------------------------------------------------------- | -------------------------------------- |
| Token not available on dest | "[Token] is not available on [destChain]." | Use cross-chain-swap to swap to a native token |
| Same chain | "Source and destination are the same chain. No bridge needed." | No action needed |
| Unsupported chain | "Chain [name] is not supported." | Check supported chains |
| Safety veto | "This bridge was blocked by safety checks: [reason]." | Reduce amount or check configuration |
| Bridge stuck | "Bridge settlement is delayed. Monitoring continues." | Wait β recovery instructions provided |
| Insufficient balance | "Not enough [token] on [chain]." | Check balance and reduce amount |
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.