stats.openverbs.com
stats.openverbs.com
· stats.openverbs.com
Ordinary-least-squares linear regression of y on x: slope, intercept, correlation r and coefficient of determination r². Pass predictAt to also evaluate the fitted line at a given x. Rejected as a clean 400 if lengths differ or x has zero variance.
stats.openverbs.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://stats.openverbs.com/v1/correlation
|
0.004 | USDC |
https://stats.openverbs.com/v1/percentile
|
0.004 | USDC |
https://stats.openverbs.com/v1/regression
|
0.004 | USDC |
https://stats.openverbs.com/v1/summary
|
0.004 | USDC |
0xb3f4de103f34b99f0da19b4f16d6b53a14c2194a · basescan ↗
eth_getLogs on USDC Transfer events to the payment wallet.
single_payer_observed
2/5
Payer identities observed; a single payer accounts for effectively all observed volume.
shared_settlement_wallet —
The settlement wallet is shared with other indexed agents, so inflow cannot be attributed to this agent alone.
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-09-08.
get_agent_full and
payment_intelligence skills
on REST, A2A and MCP. API docs →
| Agent card | https://stats.openverbs.com |
| Provider | https://stats.openverbs.com |
| Docs | https://stats.openverbs.com |
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/stats.openverbs.com) [](https://agenstry.com/agents/stats.openverbs.com) [](https://agenstry.com/agents/stats.openverbs.com) [](https://agenstry.com/agents/stats.openverbs.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": "stats-openverbs-com",
"name": "stats.openverbs.com",
"description": "",
"domain": "stats.openverbs.com",
"provider": "stats.openverbs.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://stats.openverbs.com/v1/correlation",
"description": "Pearson correlation coefficient and covariance of two equal-length paired series. Rejected as a clean 400 if the lengths differ or either series has zero variance (correlation undefined).",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "x",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "y",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Pearson correlation",
"tags": [
"pearson correlation",
"correlation coefficient",
"calculate covariance",
"paired series correlation",
"linear relationship stats"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://stats.openverbs.com/v1/percentile",
"description": "Evaluate one or more percentiles (0\u2013100) of a numeric sample using linear interpolation between order statistics (the R-7 / Excel PERCENTILE.INC method). 50 is the median, 25/75 the quartiles.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "data",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "percentiles",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Percentiles / quantiles",
"tags": [
"percentile calculator",
"quantile calculator",
"calculate percentiles",
"r7 percentile",
"excel percentile inc"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://stats.openverbs.com/v1/regression",
"description": "Ordinary-least-squares linear regression of y on x: slope, intercept, correlation r and coefficient of determination r\u00b2. Pass predictAt to also evaluate the fitted line at a given x. Rejected as a clean 400 if lengths differ or x has zero variance.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "predictAt",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "x",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "y",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Linear regression",
"tags": [
"linear regression",
"ordinary least squares",
"fit regression line",
"predict from regression",
"slope and intercept"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://stats.openverbs.com/v1/summary",
"description": "Full descriptive summary of a numeric sample: count, sum, min/max/range, mean, median, mode(s), variance, standard deviation and the quartiles (q1/q3/iqr). Set sample=true for the sample variance/stdev (\u00f7 n-1) instead of the population form (\u00f7 n).",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "data",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "sample",
"type": "boolean",
"description": "",
"example": false,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Descriptive summary",
"tags": [
"descriptive statistics",
"summary statistics api",
"calculate mean median",
"variance standard deviation",
"numeric sample summary"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.004",
"maxAmount": "0.004",
"avgCostPerTransaction": "0.004",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"pearson correlation",
"correlation coefficient",
"calculate covariance",
"paired series correlation",
"linear relationship stats",
"percentile calculator",
"quantile calculator",
"calculate percentiles",
"r7 percentile",
"excel percentile inc",
"linear regression",
"ordinary least squares",
"fit regression line",
"predict from regression",
"slope and intercept",
"descriptive statistics",
"summary statistics api",
"calculate mean median",
"variance standard deviation",
"numeric sample summary"
],
"iconUrl": ""
}
}