Back to skills

monetize-service

infrastructure

Scaffolds an Express server that charges USDC per request using the x402 payment protocol. Callers pay on Base with no accounts or API keys needed. Services get listed on the x402 Bazaar so other agen

Setup & Installation

npx skills add https://github.com/coinbase/monetize-service --skill monetize-service
or paste the link and ask your coding assistant to install it
https://github.com/coinbase/monetize-service
View on GitHub

What This Skill Does

Scaffolds an Express server that charges USDC per request using the x402 payment protocol. Callers pay on Base with no accounts or API keys needed. Services get listed on the x402 Bazaar so other agents can discover and pay for them automatically. It handles the full payment flow, from 402 responses to USDC settlement on Base, so you can monetize an API endpoint without building billing infrastructure or requiring callers to sign up.

When to use it

  • Working with monetize service functionality
  • Implementing monetize service features
  • Debugging monetize service related issues