USD1 WLF Transfer for Openclaw

A secure skill for AI agents to perform USD1 (USDC on Wormhole) transfers across wallets using the Wormhole Liquidity Facility.

asgherali
v1.0.0
Feb 6, 2026
1
2.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install usd1

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install usd1 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is USD1 WLF Transfer?

The USD1 WLF Transfer Skill empowers AI agents to manage and execute financial transactions using the Wormhole Liquidity Facility (WLF). By integrating this capability, developers can build agents capable of transferring USD1 (USDC on Wormhole) between addresses with high efficiency and security. This is a vital component of the Openclaw Skills ecosystem, providing a standardized interface for cross-chain liquidity movements and financial autonomy for automated agents.

USD1 WLF Transfer Use Cases

  • Automating payroll or vendor payments in USDC via agent-led workflows.
  • Integrating cross-chain liquidity transfers into decentralized finance (DeFi) bots.
  • Managing treasury operations across multiple wallet addresses programmatically.
  • Facilitating micro-transactions within AI-driven e-commerce or service platforms using Openclaw Skills.

How USD1 WLF Transfer Works

  1. The agent receives an instruction containing the amount, recipient address, and source chain.
  2. The skill optionally validates the sender's wallet balance to ensure sufficient USD1 liquidity is available.
  3. A secure connection is established using the provided private key to authorize the transaction via the Wormhole Liquidity Facility.
  4. The transfer is broadcasted to the specified blockchain network, defaulting to testnet for safety during the development phase.
  5. The skill returns the transaction hash and a success or failure status message to the agent for further processing.

USD1 WLF Transfer Setup

To utilize this skill, ensure your agent environment is configured to handle secure inputs. You can invoke the transfer via your Openclaw Skills interface using the following command structure:

/skill usd1-wlf-transfer amount=1.0 toAddress=0xYourAddress chain=Solana

Note: Ensure the privateKey is passed through a secure secret management layer and never hardcoded in your scripts.

USD1 WLF Transfer Data Schema & Taxonomy

The skill operates with a structured input and output schema to maintain compatibility across different agent frameworks within the Openclaw Skills ecosystem.

Input Parameter Type Required Description
amount number Yes The quantity of USD1 to send (e.g., 1.0).
toAddress string Yes The recipient wallet address.
chain string No Source chain (Default: Solana).
privateKey string Yes The secure private key for transaction signing.

Response Schema:

  • transactionHash: The unique blockchain identifier for the transfer.
  • status: A string indicating "success" or "failed".
  • message: Technical details or error descriptions for debugging.

USD1 WLF Transfer Advanced Features

  • Multi-chain support starting with Solana and extensible to other Wormhole-compatible networks.
  • Secure private key handling logic designed specifically for agentic environments to prevent exposure.
  • Automatic testnet fallback to protect assets during the initial integration of Openclaw Skills.
  • Real-time transaction status reporting for complex multi-step agent workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*