What problem does it solve? Building HTTP 402 payment-gated APIs on Algorand requires coordinating clients, resource servers, and facilitators with correct transaction group signing, fee abstraction, and payment verification. This Skill provides the patterns and API knowledge to wire up the @x402-avm/core and @x402-avm/avm packages correctly without trial and error. ## Core Features & Use Cases - Client Integration: Create an x402Client that automatically handles 402 responses, signs payment transactions, and retries requests with the X-PAYMENT header, including browser wallet support via @txnlab/use-wallet. - Resource Server & Facilitator Setup: Build transport-agnostic or HTTP route-based resource servers, plus facilitators that verify signatures, simulate atomic groups, and settle payments on-chain. - Fee Abstraction & Policies: Apply payment policies to filter requirements and use automatic fee abstraction through 2-transaction atomic groups with a fee payer. - Use Case: A developer wants to charge 0.10 USDC per call to a premium weather API on Algorand TestNet. This Skill guides them through registering the exact AVM scheme on a client, configuring a resource server route, and running a facilitator that settles each payment. ## Quick Start Ask the AI to create an x402 client on Algorand TestNet that pays for a protected API endpoint using a private key signer and the @x402-avm packages.