AxonGate Proof Bundles
Multi-source evidence bundles for agent builders who need a cited source set, not just one page. Validate the sources, quote the bundle, capture buyer intent, then convert that demand into paid Proof Pack work or a configured payment path.
Selected Bundle
builderIndicative Price
7.00 USDC
7.00 USDC
7000000 unitsSource Limit
10 public URLs
10 public URLs
Checkout
Payment link configured.
Payment link configured.
Bundle Pricing
| Bundle | Price | USDC Units | Sources | Policy |
|---|---|---|---|---|
scout | 2.00 USDC | 2000000 | 3 | up to 3 public sources for a lightweight multi-source evidence scout |
builder | 7.00 USDC | 7000000 | 10 | up to 10 public sources for a builder-ready evidence bundle |
audit | 20.00 USDC | 20000000 | 25 | up to 25 public sources for deeper agent-launch or vendor due diligence |
JSON Lead API
curl -X POST https://api.axongate.one/v1/proof-pack/bundle/leads \
-H "Content-Type: application/json" \
-d '{
"contact": "builder@example.com",
"target_urls": [
"https://www.iana.org/domains/reserved",
"https://example.com",
"https://example.org"
],
"question": "Which claims can our agent safely cite across these sources?",
"bundle": "builder",
"use_case": "Agent launch due diligence",
"budget_usdc": "20/month",
"source": "direct",
"notes": ""
}'