bridge

Bridge tokens across blockchain networks using Wormhole and Circle CCTP.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill bridge-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bridge
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/bridge
Command: npx skills add https://github.com/nirholas/agenti --skill bridge-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges assets across multiple blockchains using Wormhole and Circle CCTP to enable seamless cross-chain transfers and reduce manual bridging complexity.

Core Features & Use Cases

  • Cross-chain token transfers using Wormhole Token Bridge and Circle CCTP for USDC.
  • Quotes, execute, redeem, and track transfers via CLI commands such as /bridge, /bridge quote, /bridge status, and /bridge redeem.
  • Real-world use case: Move USDC from Ethereum to Solana or Base for liquidity, arbitrage, or settlement.

Quick Start

Install and configure the Bridge CLI by setting EVM_PRIVATE_KEY or SOLANA_WALLET_ADDRESS, then issue /bridge commands to transfer tokens across chains.

Frequently Asked Questions about bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bridge USDC from Ethereum to Solana?

To bridge USDC from Ethereum to Solana, you can use the Circle CCTP integration to execute secure cross-chain transfers. You need to configure your environment with an EVM private key or Solana wallet address, then issue /bridge commands to move tokens across networks.

What is the best way to track a Wormhole cross-chain transfer?

The best way to track a Wormhole cross-chain transfer is by using the /bridge status command. This queries Wormhole and Circle APIs to provide real-time tracking and auditable status updates for your bridged assets across networks like Ethereum, Solana, and Arbitrum.

Can I use Circle CCTP to bridge assets to Base and Arbitrum?

Yes, you can use Circle CCTP to bridge USDC assets to Base and Arbitrum. The cross-chain bridge supports transferring tokens across multiple networks including Ethereum, Solana, Polygon, Base, and Arbitrum using Wormhole and Circle CCTP protocols.

How do I redeem cross-chain tokens after a Wormhole transfer?

To redeem cross-chain tokens after a Wormhole transfer, use the /bridge redeem command. This completes the asset transfer process by executing redemption via API calls to Wormhole, ensuring the tokens are securely received on the destination chain.

Do I need a private key to execute cross-chain token transfers?

Yes, you need to set environment keys such as EVM_PRIVATE_KEY or SOLANA_WALLET_ADDRESS to execute cross-chain token transfers. These keys are required to securely sign transactions and interact with Wormhole and Circle APIs for asset bridging.

How do I get a quote before bridging tokens across blockchain networks?

To get a quote before bridging tokens across blockchain networks, use the /bridge quote command. This leverages Wormhole and Circle CCTP APIs to calculate transfer costs and details, allowing you to review fees before executing the cross-chain asset transfer.