Agentic Commerce Relay for Openclaw

A high-performance relay for settling USDC across CCTP-supported chains, enabling seamless agent-to-agent multichain commerce.

nativ3ai
v0.1.0
Feb 9, 2026
0
1.7k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install agentic-commerce-relay

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 agentic-commerce-relay 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 Agentic Commerce Relay?

The Agentic Commerce Relay is a specialized technical skill designed to facilitate trustless, cross-chain USDC transfers without the complexity of deploying custom smart contracts. By leveraging Circle’s official Cross-Chain Transfer Protocol (CCTP), it enables autonomous agents and developers to burn USDC on a source chain and mint it on a destination chain. This capability is essential for building scalable decentralized commerce solutions and is a core component for developers utilizing Openclaw Skills for financial automation.

This skill provides a bridge between different blockchain ecosystems, ensuring that multichain settlement is both verifiable and machine-readable. It is particularly useful for agentic workflows where programmatic value transfer is required to fulfill cross-chain service requests or resource allocation.

Agentic Commerce Relay Use Cases

  • Automated agent-to-agent payments across disparate blockchain networks.
  • Verifiable multichain settlement for decentralized e-commerce and service marketplaces.
  • Programmatic liquidity rebalancing for treasury management within Openclaw Skills workflows.
  • Cross-chain intent fulfillment requiring atomic-like USDC movement.

How Agentic Commerce Relay Works

  1. The skill identifies the source and destination chains along with the required RPC endpoints and credentials.
  2. It initiates a burn transaction on the source chain through the official Circle Token Messenger contract.
  3. The relay monitors the source chain for transaction confirmation and captures the unique message hash.
  4. It fetches the required attestation from Circle's attestation service to authorize the minting process.
  5. The skill submits the attestation to the destination chain's Message Transmitter to complete the minting of USDC.
  6. Finally, it outputs a detailed JSON receipt containing transaction hashes and recipient data for auditability.

Agentic Commerce Relay Setup

To deploy this skill within your Openclaw Skills environment, configure your environment variables and execute the relay script via Node.js:

SRC_RPC=your_source_rpc \
DST_RPC=your_destination_rpc \
PRIVATE_KEY=0xyour_private_key \
SRC_USDC=0x... \
SRC_TOKEN_MESSENGER=0x... \
SRC_MESSAGE_TRANSMITTER=0x... \
DST_MESSAGE_TRANSMITTER=0x... \
DST_DOMAIN=destination_domain_id \
node scripts/cctp-bridge.js

Ensure that the environment variables match the specific CCTP parameters for your target blockchain pairs.

Agentic Commerce Relay Data Schema & Taxonomy

The Agentic Commerce Relay generates structured JSON receipts to ensure transparency in every transaction. The data schema includes:

Property Type Description
burnTx String The transaction hash of the USDC burn on the source chain.
messageHash String The unique identifier for the CCTP message attestation.
mintTx String The transaction hash of the USDC minting on the destination chain.
recipient String The wallet address that received the tokens on the destination.

Agentic Commerce Relay Advanced Features

  • Moltbook Discovery integration for finding counterparties via submolt feeds and specific tags.
  • Intent-based payment parsing and guardrails through the bundled MVP integration module.
  • Support for privacy-enhanced relaying using the Anon x402 module.
  • Seamless orchestration within multi-agent systems using the Openclaw Skills framework.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*