Install
openclaw skills install x402-agentic-creationMonetize your agent's API or tools using the x402 protocol and USDC micropayments. Enables provisioning, earnings tracking, and withdrawals.
openclaw skills install x402-agentic-creationThe monetization layer for the Agentic Web.
Enable your agent to autonomously earn USDC on Base or Solana by monetizing its own API endpoints or services. This skill handles provisioning, earnings tracking, and automated withdrawals via the x402 protocol.
Official Website | LLM Documentation
Add this skill to your agent to allow it to:
provision_apiUse this tool to register a new API on the GateX402 gateway.
api_name — Human-readable name for the API.network — CAIP-2 network ID (e.g. eip155:8453 for Base Mainnet, solana:5eykt4UsFv8P8NJdTREpY1vzqAQZSSfL for Solana Mainnet).origin_url — Your API’s base URL (the backend you are monetizing), e.g. https://your-api.example.com. Do not use the gateway URL (api.gatex402.dev).routes — Array of { path_pattern, method, price_usdc } (e.g. path_pattern: "/v1/chat", method: "POST", price_usdc: 0.01).api_slug, provider_id, and a short message in a boundary-wrapped response. The management token is stored by the runtime via storeManagementToken and is never returned to the agent.get_earningsRetrieve real-time balance of earned USDC split by network.
<!-- GATEX402_API_RESPONSE --> boundaries.withdraw_fundsTrigger a payout to your registered wallet.
network (e.g. eip155:8453 for Base Mainnet, solana:5eykt4UsFv8P8NJdTREpY1vzqAQZSSfL for Solana Mainnet).gx4_mgmt_... token via storeManagementToken; it is never returned to the agent.createTools only; they must never appear in tool parameters.