checkdigit.openverbs.com
checkdigit.openverbs.com
· checkdigit.openverbs.com
Validate a 9-digit US ABA bank routing number by its weighted (3,7,1) mod-10 checksum. Spaces and hyphens are ignored.
checkdigit.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://checkdigit.openverbs.com/v1/ean
|
0.002 | USDC |
https://checkdigit.openverbs.com/v1/imei
|
0.002 | USDC |
https://checkdigit.openverbs.com/v1/isbn
|
0.002 | USDC |
https://checkdigit.openverbs.com/v1/luhn
|
0.002 | USDC |
https://checkdigit.openverbs.com/v1/routing
|
0.002 | 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://checkdigit.openverbs.com |
| Provider | https://checkdigit.openverbs.com |
| Docs | https://checkdigit.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/checkdigit.openverbs.com) [](https://agenstry.com/agents/checkdigit.openverbs.com) [](https://agenstry.com/agents/checkdigit.openverbs.com) [](https://agenstry.com/agents/checkdigit.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": "checkdigit-openverbs-com",
"name": "checkdigit.openverbs.com",
"description": "",
"domain": "checkdigit.openverbs.com",
"provider": "checkdigit.openverbs.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://checkdigit.openverbs.com/v1/ean",
"description": "Validate a GTIN barcode number \u2014 EAN-8, UPC-A (12), EAN-13 or GTIN-14 \u2014 by the standard mod-10 check digit. Length selects the scheme.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "number",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "EAN / UPC / GTIN check",
"tags": [
"gtin validation",
"validate barcode number",
"ean upc check digit",
"upc validation",
"ean 13 checksum"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://checkdigit.openverbs.com/v1/imei",
"description": "Validate a 15-digit mobile device IMEI by its Luhn check digit. Spaces and hyphens are ignored.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "imei",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "IMEI check",
"tags": [
"imei validation",
"validate imei number",
"mobile device imei",
"imei check digit",
"imei luhn check"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://checkdigit.openverbs.com/v1/isbn",
"description": "Validate an ISBN-10 (mod-11, trailing X allowed) or ISBN-13 (GTIN mod-10) book number. Length after removing spaces/hyphens selects the scheme.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "isbn",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "ISBN check",
"tags": [
"isbn validation",
"validate isbn",
"isbn check digit",
"isbn 10 isbn 13",
"book number lookup"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://checkdigit.openverbs.com/v1/luhn",
"description": "Validate a number by the Luhn (mod-10) algorithm \u2014 the scheme behind credit/debit card numbers and many IDs. Spaces and hyphens are ignored. A mismatched check digit is a successful { valid: false }.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "number",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Luhn check",
"tags": [
"luhn validation",
"validate credit card number",
"mod 10 check digit",
"luhn checksum api",
"check card number"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://checkdigit.openverbs.com/v1/routing",
"description": "Validate a 9-digit US ABA bank routing number by its weighted (3,7,1) mod-10 checksum. Spaces and hyphens are ignored.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "routingNumber",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "ABA routing check",
"tags": [
"aba routing validation",
"validate routing number",
"bank routing checksum",
"us routing number lookup",
"aba check digit"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.002",
"maxAmount": "0.002",
"avgCostPerTransaction": "0.002",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"gtin validation",
"validate barcode number",
"ean upc check digit",
"upc validation",
"ean 13 checksum",
"imei validation",
"validate imei number",
"mobile device imei",
"imei check digit",
"imei luhn check",
"isbn validation",
"validate isbn",
"isbn check digit",
"isbn 10 isbn 13",
"book number lookup",
"luhn validation",
"validate credit card number",
"mod 10 check digit",
"luhn checksum api",
"check card number",
"aba routing validation",
"validate routing number",
"bank routing checksum",
"us routing number lookup",
"aba check digit"
],
"iconUrl": ""
}
}