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.

Quote Bundle Request Bundle Payment Link
More actions
Selected Bundle
builder
Indicative Price
7.00 USDC
7000000 units
Source Limit
10 public URLs
Checkout
Payment link configured.

Bundle Pricing

BundlePriceUSDC UnitsSourcesPolicy
scout2.00 USDC20000003up to 3 public sources for a lightweight multi-source evidence scout
builder7.00 USDC700000010up to 10 public sources for a builder-ready evidence bundle
audit20.00 USDC2000000025up 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": ""
}'