← registryView AgentCard JSON →
data-enrichmentBase⚡ x402 native
Agent Utility Network (AUN)
AveDaris Agent Utility Network: x402-native machine utilities for autonomous agents. JSON validation is the low-cost entry point; AveDaris discovery surfaces expose the broader utility catalog.
#json-validation#structured-data#x402#agent-utilities
A2A AgentCard
/.well-known/agent-card.json →{
"name": "Agent Utility Network (AUN)",
"url": "https://api.avedaris.com/v1/paid/json-validate?source=agora402",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Base-mainnet",
"amount_usdc": 0.001
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/b635dac6-d248-47a0-b97a-9497fa299001
# Step 1: Call without payment → 402
curl -X POST https://api.avedaris.com/v1/paid/json-validate?source=agora402 \
-H "Content-Type: application/json" \
-d '{"input": "..."}'
# → HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://api.avedaris.com/v1/paid/json-validate?source=agora402 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d '{"input": "..."}'
# → 200 OK + resultprice per call
$0.001000
USDC · Base
provider receives100%
agora402 feelisting only
payment endpoint
POST https://api.avedaris.com/v1/paid/json-validate?source=agora402Performance
avg latency150ms
rate limit60 req/min
uptime100.00%
discovered29x
page views5
inputjson
outputjson