ONE SELFIE. ONE FREE CALL. THEN HTTP 402.
Try once.
Then the request pays.
Alive402 gives a selfie-verified enrollment one promotional API call. After that, the same endpoint returns HTTP 402; a budgeted agent pays on Hedera and unlocks the response—no subscription or API key.
WorldSelfie Check
HederaTestnet settlementVerify with World Selfie Check
Checking biometric liveness to prevent bot farming.
Call #1 — Promotional ($0.00)
Selfie check grants 1 free promotional call without credit cards or keys.
Call #2 — HTTP 402 Payment
Future calls require micro-payment on Hedera Testnet.
World Selfie Check
Selfie Check & Fair Trial Enrollment
Detecting facial landmarks & lighting...
A real World proof will be verified by the backend
How it works
From selfie to settlement.
A simple flow that makes AI access fair for humans and seamless for agents.
Verify yourself
Complete World Selfie Check
to get a verified enrollment.
Get one free call
Use the service once,
no payment required.
Pay per call
Next requests return HTTP 402.
A budgeted agent settles on Hedera
and the response is unlocked.
For builders
Wrap the API you already have.
Use Alive402 as a middleware or a small SDK. Add a fair free-to-paid flow to any HTTP service in a few lines.
View integration guideimport { withAlive402 } from "@nikhilraikwar/alive402-sdk";
export const POST = withAlive402(handler, {
providerId: "acme-ai",
world: { action: "alive402-acme-ai-trial-v1", resolveEnrollment },
trial: { freeCalls: 1, store },
payment: {
network: "hedera:testnet", asset: "0.0.429274", amount: "1000",
payTo: process.env.HEDERA_SERVICE_ACCOUNT_ID!,
facilitatorUrl: process.env.BLOCKY402_FACILITATOR_URL!
}
});Let people try. Let agents pay.
Integration targets: Hedera Testnet · World Sandbox · Blocky402
