agentpay-sdk

Guide AgentPay SDK wallet setup, funding, and policy-aware blockchain transactions.

Updated May 3, 2026
One-click install
npx skills add https://github.com/cwsqwe123/RamCoin --skill agentpay-sdk-cwsqwe123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentpay-sdk
Source: https://github.com/cwsqwe123/RamCoin/tree/main/skills/agentpay-sdk
Command: npx skills add https://github.com/cwsqwe123/RamCoin --skill agentpay-sdk-cwsqwe123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires worldlibertyfinancial.com, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the operational friction of installing and running the AgentPay SDK for self-custodial, policy-aware wallet actions and transaction workflows.

Core Features & Use Cases

  • AgentPay SDK installation and operation: bootstrap the local runtime and skill pack, and update as needed.
  • Managed wallet lifecycle: set up a first-run wallet, reuse an existing vault, or restore from an encrypted offline backup.
  • Policy-aware payments and approvals: check funding, execute transfers/approvals/broadcasts, and handle pending manual-approval flows safely.
  • Protocol and payment modes: support x402/EIP-3009 payments, MPP pay-per-request flows (including Tempo session mode), and plugin-backed merchant payment via supported merchant integrations.

Use Case: You need to send an ERC-20 transfer, but the wallet is unfunded and the transaction requires manual approval; this skill will guide funding first, then complete the correct transfer/broadcast flow and walk you through approvals.

Quick Start

Ask the agent: Install AgentPay SDK, set up or reuse my wallet on macOS or Linux, check funding, then guide me through sending USD1 on BSC to 0x0000000000000000000000000000000000000000.

Frequently Asked Questions about agentpay-sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an AgentPay wallet for blockchain token transfers?

AgentPay wallet setup for token transfers requires bootstrapping the local runtime, creating a first-run wallet, and securing it via encrypted offline backup export to ensure self-custodial policy-aware transaction workflows.

How does manual approval queueing work for policy-aware blockchain payments?

Manual approval queueing for policy-aware blockchain payments works by gating transfers behind a pending manual-approval queue, requiring explicit authorization to resume and broadcast transactions safely.

Do I need to fund my wallet before executing transfers and MPP payments?

Yes, you must fund your wallet before executing transfers and MPP payments. AgentPay enforces strict funding-first gating, requiring balance checks and blockchain funding before approving any transaction broadcast.

Can I use x402 and EIP-3009 payment protocols with AgentPay?

Yes, you can use x402 and EIP-3009 protocols with AgentPay. The SDK supports x402/EIP-3009 payments, MPP pay-per-request flows including Tempo session mode, and plugin-backed merchant payment execution.

What are the limitations of handling VAULT_PASSWORD inputs for AgentPay SDK?

A key limitation of handling VAULT_PASSWORD inputs for AgentPay SDK is that vault passwords must never be requested in chat. The system requires local secure prompting for vault inputs to ensure safe handling of encrypted offline backup restore operations.

How do I restore an AgentPay wallet from an encrypted offline backup?

To restore an AgentPay wallet from an encrypted offline backup, use the CLI wallet restore command. The process mandates local secure prompting for your backup password to safely decrypt and resume self-custodial transaction workflows.