algorand-x402-typescript

Integrate Algorand 402 payment flows into TypeScript apps.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/SomehowLiving/Acre --skill algorand-x402-typescript-somehowliving
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: algorand-x402-typescript
Source: https://github.com/SomehowLiving/Acre/tree/main/.agents/skills/algorand-x402-typescript
Command: npx skills add https://github.com/SomehowLiving/Acre --skill algorand-x402-typescript-somehowliving

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables TypeScript developers to integrate x402 HTTP-native payments for Algorand by providing a modular, well-documented toolkit that connects clients, servers, and facilitators with AVM-based payment flows.

Core Features & Use Cases

  • Modular TypeScript packages for client, server, and facilitator workflows.
  • Signer interfaces that bridge wallets or private keys to the x402 protocol.
  • AVM scheme registration helpers and CAIP-2 network handling for multi-network scenarios.
  • End-to-end payment flow guidance for popular frameworks (Express, Hono, Next.js) and HTTP clients (Fetch, Axios), including optional Bazaar discovery.
  • Comprehensive reference material and example code to accelerate integration across prototyped and production apps.

Quick Start

Install the core x402 packages for your platform, register an AVM scheme with your signer, and start integrating 402 payments into your HTTP client or server workflow.

Frequently Asked Questions about algorand-x402-typescript

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

FAQPage Schema
How do I integrate Algorand payments with HTTP 402 flows in TypeScript?

Algorand x402 TypeScript integration uses a modular toolkit to connect clients, servers, and facilitators with AVM-based payment flows. It provides signer interfaces, scheme registration helpers, and CAIP-2 network handling for both browser and server environments across testnet and mainnet.

What is the x402 protocol and when do I need it for Algorand payments?

The x402 protocol enables HTTP-native payments, allowing TypeScript apps to orchestrate 402 payment flows using Algorand. You need it when building clients, servers, or facilitators that require AVM scheme registration and signer interfaces to bridge wallets or private keys to HTTP payment workflows.

Can I use x402 Algorand payments with Express, Hono, or Next.js frameworks?

Yes, x402 Algorand payments support Express, Hono, and Next.js on the server side, along with Fetch and Axios HTTP clients. The toolkit provides end-to-end payment flow guidance and example code to accelerate integration across these popular frameworks for both prototyped and production apps.

How do I set up a signer interface for Algorand x402 payment flows?

Signer interfaces bridge wallets or private keys to the x402 protocol in TypeScript. You register an AVM scheme with your chosen signer, then use the modular toolkit packages to handle CAIP-2 network identification and orchestrate 402 payment flows across testnet and mainnet environments.

Does this toolkit support both testnet and mainnet for Algorand AVM payments?

Yes, the toolkit supports both testnet and mainnet environments for AVM-based payment flows. It includes CAIP-2 network handling for multi-network scenarios, ensuring TypeScript apps can properly manage scheme registration and signer interfaces across different Algorand network configurations.

What's the best way to build a facilitator for Algorand x402 payments?

Building a facilitator uses the modular TypeScript packages provided by the toolkit, combined with AVM scheme registration and signer interfaces. Optional Bazaar discovery extensions are available, and comprehensive reference material with example code helps accelerate facilitator integration for production deployment.