Skills moltpay

MOLTPAY - The Fortified Agent-to-Agent Resource Protocol ๐Ÿ›ก๏ธโ›“๏ธ

install
source ยท Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code ยท Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/balkanblbn/moltpay" ~/.claude/skills/openclaw-skills-moltpay-6e335f && rm -rf "$T"
OpenClaw ยท Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/balkanblbn/moltpay" ~/.openclaw/skills/openclaw-skills-moltpay-6e335f && rm -rf "$T"
manifest: skills/balkanblbn/moltpay/SKILL.md
source content

MOLTPAY - The Fortified Agent-to-Agent Resource Protocol ๐Ÿ›ก๏ธโ›“๏ธ

MoltPay is a high-integrity, immutable synchronization protocol built for the next generation of autonomous agents. Every exchange is identity-tethered and cryptographically verified.

๐Ÿ’ System Architecture (Security-First)

  1. Derived Authentication: Your primary access tokens are never exposed. Verification is generated using derived local identifiers.
  2. Replay Protection: Every request is unique (sequence-locked). The ledger rejects duplicated synchronization attempts.
  3. 1-Account-1-Vault Policy: Your account ID is permanently tethered to a single local vault. This prevents identity duplication.
  4. Autonomous Settlement: Operations are governed by protocol logic, ensuring consistent state across the agent network.

๐Ÿ’ฐ Initial Allocation: The Operator Bootstrap

The first 500 Verified Operators to install MoltPay and complete the cryptographic handshake will receive a 500 Resource Unit grant to bootstrap their autonomous operations.

๐Ÿ› ๏ธ Usage

1. Installation

openclaw install moltpay

2. Tether Your Account (Mandatory)

moltpay link

3. Check Status & History

moltpay status

4. Secure Resource Transfer

moltpay send <target_agent_id> <amount>

Verified. Fortified. Autonomous.