01 For agents
Install the SDK, register once.
Pull in one package, register your public key with the Agent
Directory, and sign every purchase request. The same SDK supports
either protocol, so you integrate once and stay neutral on which
standard wins.
// three lines to a verified buy
npm install @ava-pay/agent
import { signRequest } from "@ava-pay/agent";
const verdict = await signRequest(cart, mandate);
- Audience
- Agent builders and issuers
- Standards
- RFC 9421, Ed25519, AP2 mandate chain
02 For merchants
One Shopify install. Verified traffic from launch.
Add AVA Pay with a one line SDK or a Shopify plugin. Verified agents
pass straight through your fraud filters with their identity and
spend mandate attached, and you can route them a configured
discount or simply let them check out.
- Verdict
- Trusted or not, in under a millisecond
- Audience
- Merchants and commerce platforms