ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

clawpay

Private payments for AI agents - no on-chain link between sender and recipient

Why use this skill?

Use ClawPay to send USDT on BSC anonymously. This AI agent skill uses Railgun to break on-chain links between sender and recipient, ensuring maximum privacy.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mmchougule/clawpay-2
Or

What This Skill Does

ClawPay is a specialized privacy-focused financial tool designed for AI agents operating on the Binance Smart Chain (BSC). By leveraging the Railgun protocol, ClawPay enables anonymous USDT transfers, effectively severing the on-chain link between the sender's wallet address and the recipient. Unlike standard blockchain transactions which are publicly traceable, this skill routes funds through a privacy-preserving layer. When a transfer is initiated, the agent signs an authorization message, funds are moved to a temporary invoice address, and the backend service handles the obfuscated distribution to the recipient. The result is a transaction that appears to the recipient as coming from a generic protocol pool rather than a specific identifiable wallet.

Installation

To integrate this skill into your environment, utilize the OpenClaw command-line interface. Ensure you have Node.js installed on your system. Run the following command in your terminal:

clawhub install openclaw/skills/skills/mmchougule/clawpay-2

After installation, verify your environment variables. You must provide a valid wallet private key with sufficient USDT and gas (BNB) on the BSC network. The skill requires the ethers library for blockchain interaction; install it via npm install ethers within your project directory.

Use Cases

ClawPay is ideal for agents performing sensitive procurement, bounty payments, or private peer-to-peer commerce where sender anonymity is paramount. It is specifically useful for AI agents managing decentralized autonomous organization (DAO) payouts or professional service settlements where the sender prefers not to expose their primary capital source to the recipient. This skill transforms a standard wallet into a privacy-enabled treasury.

Example Prompts

  1. "ClawPay, please send 50 USDT to 0x71C7656...7349 anonymously using my configured wallet credentials."
  2. "Execute a private payment of 10.5 USDT to the service provider at address 0x98A...E12. Ensure the sender address is hidden via Railgun."
  3. "Can you perform a private transfer of 100 USDT to this address [address] and verify the transaction ID for me?"

Tips & Limitations

Privacy is a critical requirement in Web3, but exercise caution. Always ensure your environment variables (like WALLET_KEY) are managed through secure secret storage—never hardcode keys directly into your scripts. Note that while the recipient cannot see your address, transaction metadata like timestamps might still offer metadata analysis opportunities in advanced blockchain forensic scenarios. The process typically takes about 60 seconds to complete the transfer to the recipient. Always monitor the transaction status via the provided /status API endpoint if the agent fails to confirm the finality. This skill is strictly for USDT on the BSC network.

Metadata

Stars1401
Views0
Updated2026-02-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mmchougule-clawpay-2": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#privacy#payments#railgun#usdt#agents#tips
Safety Score: 3/5

Flags: network-access, external-api, code-execution