LaunchKit · 2026
Back to Skills

obverse-payments

End-to-end stablecoin payments — links, invoices, receipts, dashboards — across Telegram, WhatsApp, Discord.

0
463 downloads
by @ofuzorchukwuemeke

Setup & Installation

openclaw skills install @ofuzorchukwuemeke/obverse-payments

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install obverse-payments

Version History

v1.0.1Feb 14, 2026 - Version note by skill developer:

Updated description, USDC only (removed USDT)

What This Skill Does

Obverse creates USDC payment links for selling products, fundraising, and invoicing clients. It runs on Solana and Monad blockchains and can collect custom customer fields at checkout. Payment history and contributor data are accessible through a web dashboard.

Transaction fees are 0.5-1.5% versus 2.9% for Stripe, and funds settle to the merchant wallet within minutes rather than days.

When to use it

  • Sell a digital course and automatically collect buyer emails at checkout
  • Run a crowdfunding campaign with real-time progress tracking toward a goal
  • Send a one-time payment link to a freelance client for completed work
  • Accept donations with optional contributor name and contact collection
  • Build a customer mailing list through paid product or service links

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a payment link for my AI course at $299 and show me who has purchased

AGENT
  1. 1Calls create-product-link with title, amount, and chain to generate a USDC payment link
  2. 2Returns the shareable URL with automatic email and name collection enabled at checkout
  3. 3Calls generate-dashboard to produce temporary login credentials for the analytics dashboard
  4. 4Calls list-contributors to retrieve customer records with collected contact details
OUTPUT

A payment link at obverse.cc/pay/course-xyz, dashboard credentials valid for 2 hours, and a customer list with emails and names

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

OBVERSE_API_KEY environment variable (obtained by POSTing to obverse.onrender.com/api-keys/register)