X-EGO - Anonymous Human Proof is an x402 service on Agentic Market. Agents can call it directly, pay per request through x402, and avoid long-lived API keys or provider account setup.
Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.
Paste into your agentic chat and let your agent guide you.
Make a Call
Example request
npx awal x402 pay "https://api.x-ego.com/verify-action" \
--method POST \
--data '{
"expected_action": "{expected_action}",
"expected_audience": "{expected_audience}",
"mark_as_seen": "{mark_as_seen}",
"token": "{token}"
}'
What you get back
{
"endpoint": "POST /verify-action",
"paid": true,
"query": "example input",
"result": {
"value": "Structured response from the service."
}
}