Leaves the buyer to decide whether navigation, boilerplate, ads, or vague copy are evidence.
Multi-source trust decision
Can these sources actually prove the claim?
Use AxonGate when one URL is not enough. Evidence Bundles check a set of public sources, flag weak or noisy pages, and deliver a cited trust decision your agent can use before launch, RAG ingestion, or customer-facing citations.
Does the source set support, partially support, or fail to support the buyer question?
Which pages are substantive, and which are mostly boilerplate or navigation?
Return cited findings, risks, source hashes, PDF, and JSON for downstream workflows.
Why buyers pay
Parser returns text. AxonGate returns a decision.
Extraction is only the raw material. The paid value is the judgment layer: support, citation quality, source noise, risks, and a delivery artifact the buyer can share.
Labels the evidence as supported, weak, or unsupported and keeps every useful claim tied to citations.
A text dump is hard to send to a teammate, customer, or agent workflow without more work.
Delivers browser view, email, PDF, JSON, recovery link, source hashes, and risk notes after checkout.
Report examples
Make the deliverable visible before checkout.
Buyers should see that AxonGate sells a defensible evidence workflow, not a hidden scrape. These examples show where the report fits.
Can our public sources support the claim we are about to publish?
Open quoteWhich URLs are substantive enough to ingest, cite, or hand to an agent?
Review checkoutSee the citation IDs, risks, source hash, confidence, and JSON shape.
View sample reportscout2.00 USDC
2000000 units3 public URLs
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 |
Developer and API details
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": "scout",
"use_case": "Agent launch due diligence",
"budget_usdc": "20/month",
"source": "home-stripe",
"notes": ""
}'