x402
x402 copied to clipboard
A payments protocol for the internet. Built on HTTP.
Currently X402 transactions are related to making payments using stablecoins. Unfortunately this creates a high correlation probability that a payment from the same wallet address matches the agent's (or browsers...
## Description Adding Netmind API to x402.org/ecosystem. Find how to send x402 request on our [documentation page](https://netmind-power.gitbook.io/netmind-power-documentation/api/x402) ## Checklist - [x] I have formatted and linted my code - [x]...
Implements Koa-compatible payment middleware that mirrors x402-express functionality while leveraging Koas native async/await capabilities for cleaner error handling and middleware flow. ## Description ## Tests ## Checklist - [x] I...
The naming `maxAmountRequired` is confusing. Normally payments require a minimum and overpayment is not undesirable for a service provider. A more appropriate name is `minAmountRequired`. I only hesitate to open...
## Description This pull request adds support for the Lisk and Lisk Sepolia EVM networks across the codebase. The changes ensure these networks are recognized, properly mapped, and have their...
# Proposal: Add Asset Address to PaymentPayload Currently, **PaymentPayload** does not include the asset address: ```json { "signature": "0x2d6a7588d6acca505cbf0d9a4a227e0c52c6c34008c8e8986a1283259764173608a2ce6496642e377d6da8dbbf5836e9bd15092f9ecab05ded3d6293af148b571c", "authorization": { "from": "0x857b06519E91e3A54538791bDbb0E22373e36b66", "to": "0x209693Bc6afc0C5328bA36FaF03C514EF312287C", "value": "10000", "validAfter": "1740672089", "validBefore":...
Add AISA as a new partner in the x402 ecosystem. **Partner Information:** - Name: AISA - Description: A resource marketplace aggregating core assets such as LLMs, data APIs based on...
## Context x402 already makes it easy for agents, apps, and APIs to send and receive payments in a standard way. As more people start using it, we’re seeing a...
The inherent design of a paywall is that the user pays before they see the content. Within the foreseeable future, we'll see a flood of empty content pages hidden behind...
# x402 v2 — Development Branch > This branch represents the **in-progress implementation of the x402 v2 Specification**. > Community contributions are welcome. Please PR directly into this branch as...