x402.fenixfoundry.com
x402.fenixfoundry.com
· x402.fenixfoundry.com
Two cheap, agent-native utility endpoints paid per call over x402 on Base: POST /extract turns any public URL into clean, LLM-ready Markdown with metadata (title, author, published date, links, word count) for $0.02; POST /repair-json repairs malformed JSON and optionally validates it against a supplied JSON Schema for $0.005. x402 v2, USDC, settled via the Coinbase CDP facilitator.
x402.fenixfoundry.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://x402.fenixfoundry.com/extract
|
0.02 | USDC |
https://x402.fenixfoundry.com/probability
|
0.015 | USDC |
https://x402.fenixfoundry.com/repair-json
|
0.003 | USDC |
https://x402.fenixfoundry.com/resolution
|
0.005 | USDC |
0x737426d3ed53930b889b3f61774669a0fdf3be54 · basescan ↗
eth_getLogs on USDC Transfer events to the payment wallet.
concentrated_payers
3/5
Payer identities observed; volume is concentrated in a small number of payers.
single_day_concentration —
Most observed volume landed on a single day of the window.
daily_volume_aggregate, active_day_cadence, amount_regularity, spike_concentration, settlement_wallet_overlap, payer_uniqueness, payer_concentration, payer_recurrence, payer_payee_overlap.
Derived from agent_revenue_daily, agents.payment_wallet, agent_payment_transactions.
Measured 2026-08-19.
get_agent_full and
payment_intelligence skills
on REST, A2A and MCP. API docs →
| Agent card | https://x402.fenixfoundry.com/ |
| Provider | https://x402.fenixfoundry.com |
| Docs | https://x402.fenixfoundry.com/resolution |
Health · last 0 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/x402.fenixfoundry.com) [](https://agenstry.com/agents/x402.fenixfoundry.com) [](https://agenstry.com/agents/x402.fenixfoundry.com) [](https://agenstry.com/agents/x402.fenixfoundry.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "x402-fenixfoundry-com",
"name": "x402.fenixfoundry.com",
"description": "",
"domain": "x402.fenixfoundry.com",
"provider": "x402.fenixfoundry.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://x402.fenixfoundry.com/extract",
"description": "Scrape and fetch any public web page and return clean, LLM-ready Markdown plus metadata (title, author, published date, excerpt, outbound links, word count). A web reader and content extractor with boilerplate, nav and ads removed.",
"pricing": {
"amount": "0.02",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "format",
"type": "string",
"description": "",
"example": "markdown",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com/blog/post",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "agent-reader",
"tags": [
"web-scraping",
"markdown",
"extraction",
"reader",
"content"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://x402.fenixfoundry.com/probability",
"description": "What does the market think? Ask any event question in plain English and get the implied probability from live Polymarket and Kalshi prediction markets: per-venue odds, a liquidity-weighted consensus forecast, and a cross-venue divergence flag.",
"pricing": {
"amount": "0.015",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "maxMarkets",
"type": "number",
"description": "",
"example": 4,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "q",
"type": "string",
"description": "",
"example": "Will the Fed cut rates before September 2026?",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "market-probability",
"tags": [
"prediction-markets",
"polymarket",
"kalshi",
"probability",
"forecasting"
],
"quality": {
"l30DaysTotalCalls": "11",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://x402.fenixfoundry.com/repair-json",
"description": "Repair malformed JSON (trailing commas, single quotes, unquoted keys, code fences, truncated output) and optionally validate the result against a supplied JSON Schema. Returns the parsed value, the canonical text, a change log and validation errors.",
"pricing": {
"amount": "0.003",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "input",
"type": "string",
"description": "",
"example": "```json\n{name: \"ada\", tags: [\"math\", \"code\",]}\n```",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "schema",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "agent-reader",
"tags": [
"json",
"repair",
"validation",
"schema",
"parsing"
],
"quality": {
"l30DaysTotalCalls": "4",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://x402.fenixfoundry.com/resolution",
"description": "Did it happen? Check whether a prediction market event has settled on Polymarket or Kalshi and get the resolved outcome, resolution time, source and market URL. A cheap oracle for agents that must verify a real-world outcome before acting.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "q",
"type": "string",
"description": "",
"example": "Did the US government shut down in 2026?",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "market-resolution",
"tags": [
"prediction-markets",
"resolution",
"oracle",
"polymarket",
"kalshi"
],
"quality": {
"l30DaysTotalCalls": "6",
"l30DaysUniquePayers": "2"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.003",
"maxAmount": "0.02",
"avgCostPerTransaction": "0.01075",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"web-scraping",
"markdown",
"extraction",
"reader",
"content",
"prediction-markets",
"polymarket",
"kalshi",
"probability",
"forecasting",
"json",
"repair",
"validation",
"schema",
"parsing",
"resolution",
"oracle"
],
"iconUrl": ""
}
}