otp.openverbs.com
otp.openverbs.com
· otp.openverbs.com
Build an otpauth:// provisioning URI (the string encoded in authenticator QR codes) for a totp or hotp secret. Includes label, issuer, algorithm, digits and period (totp) or counter (hotp). The secret must be valid base32.
otp.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://otp.openverbs.com/v1/hotp
|
0.004 | USDC |
https://otp.openverbs.com/v1/totp
|
0.004 | USDC |
https://otp.openverbs.com/v1/uri
|
0.004 | USDC |
https://otp.openverbs.com/v1/verify
|
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://otp.openverbs.com |
| Provider | https://otp.openverbs.com |
| Docs | https://otp.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/otp.openverbs.com) [](https://agenstry.com/agents/otp.openverbs.com) [](https://agenstry.com/agents/otp.openverbs.com) [](https://agenstry.com/agents/otp.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": "otp-openverbs-com",
"name": "otp.openverbs.com",
"description": "",
"domain": "otp.openverbs.com",
"provider": "otp.openverbs.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://otp.openverbs.com/v1/hotp",
"description": "Generate an RFC 4226 counter-based HMAC one-time password from a base32 secret and counter. Configurable digits (6\u201310, default 6) and algorithm (SHA1/SHA256/SHA512, default SHA1). An invalid base32 secret is a clean 400.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "algorithm",
"type": "string",
"description": "",
"example": "SHA1",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "counter",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "digits",
"type": "number",
"description": "",
"example": 6,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "secret",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "HOTP (counter-based)",
"tags": [
"hotp api",
"generate hotp",
"counter based otp",
"hmac one time password",
"rfc 4226 code"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://otp.openverbs.com/v1/totp",
"description": "Generate an RFC 6238 time-based one-time password from a base32 secret. Uses the current time by default, or an explicit unix timestamp (seconds); configurable period (default 30s), digits (default 6) and algorithm (default SHA1). Also returns the counter and seconds remaining in the window.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "period",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "secret",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "timestamp",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "TOTP (time-based)",
"tags": [
"totp api",
"generate totp",
"time based otp",
"authenticator code",
"rfc 6238 code"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://otp.openverbs.com/v1/uri",
"description": "Build an otpauth:// provisioning URI (the string encoded in authenticator QR codes) for a totp or hotp secret. Includes label, issuer, algorithm, digits and period (totp) or counter (hotp). The secret must be valid base32.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "issuer",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "label",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "secret",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "type",
"type": "string",
"description": "",
"example": "totp",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Build otpauth:// URI",
"tags": [
"otpauth uri",
"generate qr provisioning uri",
"authenticator setup uri",
"build otpauth link",
"totp provisioning"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://otp.openverbs.com/v1/verify",
"description": "Verify a submitted TOTP code against a base32 secret, scanning \u00b1window time steps (default \u00b11) to tolerate clock drift. Returns valid plus the matching step offset (delta). A code that does not match is a successful result with valid=false \u2014 not an error.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "code",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "period",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "secret",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "timestamp",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Verify a TOTP code",
"tags": [
"verify totp",
"validate otp code",
"check authenticator code",
"totp verification api",
"mfa code validation"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.004",
"maxAmount": "0.004",
"avgCostPerTransaction": "0.004",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"hotp api",
"generate hotp",
"counter based otp",
"hmac one time password",
"rfc 4226 code",
"totp api",
"generate totp",
"time based otp",
"authenticator code",
"rfc 6238 code",
"otpauth uri",
"generate qr provisioning uri",
"authenticator setup uri",
"build otpauth link",
"totp provisioning",
"verify totp",
"validate otp code",
"check authenticator code",
"totp verification api",
"mfa code validation"
],
"iconUrl": ""
}
}