money.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://money.openverbs.com/v1/allocate
|
0.002 | USDC |
https://money.openverbs.com/v1/format
|
0.002 | USDC |
https://money.openverbs.com/v1/parse
|
0.002 | USDC |
https://money.openverbs.com/v1/round
|
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://money.openverbs.com |
| Provider | https://money.openverbs.com |
| Docs | https://money.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/money.openverbs.com) [](https://agenstry.com/agents/money.openverbs.com) [](https://agenstry.com/agents/money.openverbs.com) [](https://agenstry.com/agents/money.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": "money-openverbs-com",
"name": "money.openverbs.com",
"description": "",
"domain": "money.openverbs.com",
"provider": "money.openverbs.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://money.openverbs.com/v1/allocate",
"description": "Split an amount into parts using integer minor-unit math so the shares always sum back to the exact original \u2014 no rounding drift. Pass parts for an even split, or ratios for a weighted one (e.g. [1,1,1] splits $100 into 33.34/33.33/33.33). The leftover minor units go to the largest fractional remainders.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "amount",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "parts",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "ratios",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Allocate without losing cents",
"tags": [
"split money amount",
"allocate cents exactly",
"divide without rounding drift",
"proportional money split",
"minor unit allocation"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://money.openverbs.com/v1/format",
"description": "Format a numeric amount as currency for a given locale using Intl, honouring the currency's own minor-unit convention (USD\u21922, JPY\u21920). display selects the symbol, narrow symbol, ISO code or full name. An unknown currency or locale is a clean 400.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "amount",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "currency",
"type": "string",
"description": "",
"example": "exa",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "display",
"type": "string",
"description": "",
"example": "symbol",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "locale",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Format currency",
"tags": [
"format currency",
"currency formatting api",
"intl money format",
"amount to currency string",
"localized currency display"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://money.openverbs.com/v1/parse",
"description": "Parse a formatted money string back into a number, using the locale's grouping and decimal separators (so '1.234,56' in de-DE \u2192 1234.56). Currency symbols/codes and whitespace are stripped; parentheses or a leading minus mean negative. A string with no numeric amount is a clean 400.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "locale",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Parse money string",
"tags": [
"parse money string",
"currency string parser",
"money text to number",
"localized amount parsing",
"extract amount from price"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://money.openverbs.com/v1/round",
"description": "Round an amount to a currency's minor units (or an explicit minorUnits) with a chosen rounding mode: half-even (banker's, default), half-up, half-down, ceil, floor or trunc. Give a currency to derive minor units automatically (USD\u21922, JPY\u21920).",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "amount",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "currency",
"type": "string",
"description": "",
"example": "exa",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "minorUnits",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Round to minor units",
"tags": [
"round currency amount",
"minor unit rounding",
"bankers rounding money",
"currency decimal places",
"round to cents"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.002",
"maxAmount": "0.002",
"avgCostPerTransaction": "0.002",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"split money amount",
"allocate cents exactly",
"divide without rounding drift",
"proportional money split",
"minor unit allocation",
"format currency",
"currency formatting api",
"intl money format",
"amount to currency string",
"localized currency display",
"parse money string",
"currency string parser",
"money text to number",
"localized amount parsing",
"extract amount from price",
"round currency amount",
"minor unit rounding",
"bankers rounding money",
"currency decimal places",
"round to cents"
],
"iconUrl": ""
}
}