Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

openclaw-arcade-plugin

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openclaw-arcade-plugin

OpenClaw plugin for transaction broadcasting and lifecycle tracking via BSV Arcade

latest
npmnpm
Version
0.2.56
Version published
Weekly downloads
124
552.63%
Maintainers
1
Weekly downloads
 
Created
Source

OpenClaw Arcade Plugin

A programmatic OpenClaw plugin that enables transaction broadcasting and full lifecycle tracking using the BSV Arcade infrastructure.

Key Features

  • Broadcasting: Submit raw transaction hex directly to the network via Teranode-optimized API.
  • Lifecycle Tracking: Monitor transactions through states like RECEIVED, SEEN, and MINED.
  • Merkle Proofs: Retrieve cryptographically valid proofs for mined transactions.
  • Sovereignty: Configure your own local Arcade instance for maximum reliability.

Configuration

You can configure the plugin in your openclaw.json file. The plugin supports both a flat structure and a nested config object under its ID.

Example Configuration

{
  "plugins": {
    "entries": {
      "openclaw-arcade-plugin": {
        "enabled": true,
        "arcadeUrl": "https://arc.gorillapool.io",
        "network": "mainnet"
      }
    }
  }
}

Options

OptionDefaultDescription
arcadeUrlhttps://arc.gorillapool.ioArcade server URL for transaction broadcasting.
networkmainnetThe BSV network to target (mainnet or testnet).

Slash Commands (Autoreply)

  • /arcade status <txid> — Track the lifecycle of a BSV transaction.
  • /arcade config — View the current Arcade broadcaster URL.

AI Tool: arcade

Agents can use the arcade tool to perform the following actions:

ActionDescription
broadcastSend signed raw transactions to the BSV blockchain.
statusCheck the current state of a transaction ID (RECEIVED, SEEN, MINED).
proofRetrieve the binary Merkle proof for a mined transaction.
configShow current broadcaster URL and network settings.

Architecture

Built with the OpenClaw Plugin SDK, this extension interfaces with the Arcade REST API to provide agents with a reliable "mouth" for the blockchain.

License

MIT

Keywords

openclaw

FAQs

Package last updated on 17 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts