Unified crosschain USDC balance via Circle Gateway + Circle Programmable Wallets. Deposit USDC on any supported chain, check your unified balance, and instantly mint USDC on any destination chain in <500ms — no bridging, no raw private keys.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install nexwave-gateway或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install nexwave-gateway⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/nexwave-gateway/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: nexwave-gateway description: Unified crosschain USDC balance via Circle Gateway + Circle Programmable Wallets. Deposit USDC on any supported chain, check your unified balance, and instantly mint USDC on any destination chain in <500ms — no bridging, no raw private keys. version: 1.1.0 tags: - usdc - circle - gateway - crosschain - defi - payments - agent-commerce - circle-wallet - arc author: nexwave requiredEnv: - CIRCLE_API_KEY - CIRCLE_ENTITY_SECRET - CIRCLE_WALLET_SET_ID dependencies: - eltontay/circle-wallet ---
Circle Gateway gives you a single unified USDC balance that is instantly accessible on any supported chain in under 500 milliseconds. Instead of holding separate USDC balances on Ethereum, Base, Avalanche, etc., you deposit USDC into Gateway on any chain and can mint it out on any other chain — instantly.
This is fundamentally different from bridging. There are no liquidity pools, no bridge operators, no 15-minute waits. Gateway uses a deposit → sign burn intent → receive attestation → mint flow that executes in <500ms.
| Chain | Domain ID | USDC Address | |---|---|---| | Ethereum Sepolia | 0 | 0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238 | | Base Sepolia | 6 | 0x036CbD53842c5426634e7929541eC2318f3dCF7e | | Arc Testnet | 26 | 0x3600000000000000000000000000000000000000 |
Note: Arc is Circle's purpose-built L1 blockchain where USDC is the native gas token. No separate gas token needed — USDC covers everything. Arc has the fastest Gateway finality at ~0.5 seconds.
Gateway Contracts (same address on all EVM chains):
0x0077777d7EBA4688BDeF3E311b846F25870A19B90x0022222ABE238Cc2C7Bb1f21003F0a260052475BGateway API (testnet): https://gateway-api-testnet.circle.com/v1
circle-wallet skill installed (clawhub install eltontay/circle-wallet) with a wallet set containing wallets on ETH-SEPOLIA, BASE-SEPOLIA, and ARC-TESTNETviem, dotenv, and @circle-fin/developer-controlled-wallets packagesRun the setup script to initialize the project with all dependencies:
cd /path/to/nexwave-gateway && bash setup.sh
This creates a gateway-app/ directory with all necessary files pre-configured.
cd gateway-app && node check-balance.js
This queries the Gateway API for supported chains and shows your unified USDC balance across all chains.
node deposit.js
This deposits USDC into the Gateway Wallet contract on Ethereum Sepolia and Arc Testnet. After deposit and chain finality, your unified balance is credited. Arc finalizes in ~0.5 seconds; Ethereum may take up to 20 minutes.
node transfer.js
This creates burn intents, signs them via Circle Programmable Wallets (MPC — no raw private keys), submits them to the Gateway API for attestation, and mints USDC on Base Sepolia. The attestation response typically arrives in <500ms.
Unified Balance: After depositing USDC into Gateway on any chain, the Gateway system credits your address with a unified balance. This balance is not locked to any specific chain — it can be accessed on any supported chain.
Burn Intent: To withdraw from your unified balance to a specific chain, you sign a "burn intent" — an EIP-712 typed data structure specifying the source chain, destination chain, amount, and recipient. Signing is done securely via Circle's MPC Programmable Wallets (no raw private keys). Gateway verifies your balance is sufficient and returns a signed attestation.
Circle Programmable Wallets: Instead of raw private keys in .env files, this skill uses Circle's developer-controlled wallets backed by multi-party computation (MPC). The private key is never exposed — signing happens server-side via Circle's API. This makes the skill safe for agent use without risk of key exfiltration.
Attestation: The Gateway API's signed proof that authorizes minting on the destination chain. You submit this attestation to the Gateway Minter contract on the destination chain to receive USDC.
Fees: 0.5 basis points (0.005%) during the early access period (through June 30, 2026). Plus base gas fees for on-chain transactions.
Agent deposits USDC on Chain A
│
▼
Gateway Wallet Contract (approve + deposit)
│
▼
Wait for chain finality → Unified balance credited
│
▼
Agent signs burn intent (EIP-712 via Circle MPC Wallets)
│
▼
Submit to Gateway API ──► Attestation returned (<500ms)
│
▼
Submit attestation to Gateway Minter on Chain B
│
▼
USDC minted on Chain B for recipient
安装 Nexwave Gateway 后,可以对 AI 说这些话来触发它
Help me get started with Nexwave Gateway
Explains what Nexwave Gateway does, walks through the setup, and runs a quick demo based on your current project
Use Nexwave Gateway to unified crosschain USDC balance via Circle Gateway + Circle Program...
Invokes Nexwave Gateway with the right parameters and returns the result directly in the conversation
What can I do with Nexwave Gateway in my marketing & growth workflow?
Lists the top use cases for Nexwave Gateway, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/nexwave-gateway/ 目录(个人级,所有项目可用),或 .claude/skills/nexwave-gateway/(项目级)。重启 AI 客户端后,用 /nexwave-gateway 主动调用,或让 AI 根据上下文自动发现并使用。
Nexwave Gateway 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Nexwave Gateway 可免费安装使用。请查阅仓库了解许可证信息。
Unified crosschain USDC balance via Circle Gateway + Circle Programmable Wallets. Deposit USDC on any supported chain, check your unified balance, and instantly mint USDC on any destination chain in <500ms — no bridging, no raw private keys.
Nexwave Gateway 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Nexwave Gateway
Identifies repetitive steps in your workflow and sets up Nexwave Gateway to handle them automatically