matrix.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://matrix.openverbs.com/v1/determinant
|
0.004 | USDC |
https://matrix.openverbs.com/v1/inverse
|
0.004 | USDC |
https://matrix.openverbs.com/v1/multiply
|
0.004 | USDC |
https://matrix.openverbs.com/v1/solve
|
0.004 | USDC |
https://matrix.openverbs.com/v1/transpose
|
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://matrix.openverbs.com |
| Provider | https://matrix.openverbs.com |
| Docs | https://matrix.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/matrix.openverbs.com) [](https://agenstry.com/agents/matrix.openverbs.com) [](https://agenstry.com/agents/matrix.openverbs.com) [](https://agenstry.com/agents/matrix.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": "matrix-openverbs-com",
"name": "matrix.openverbs.com",
"description": "",
"domain": "matrix.openverbs.com",
"provider": "matrix.openverbs.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://matrix.openverbs.com/v1/determinant",
"description": "Compute the determinant of a square matrix via Gaussian elimination with partial pivoting. A non-square, ragged or empty matrix is a clean 400; a singular matrix simply returns 0.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "matrix",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Determinant",
"tags": [
"matrix determinant",
"compute determinant",
"square matrix determinant",
"gaussian elimination determinant",
"determinant api"
],
"quality": {
"l30DaysTotalCalls": "4",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://matrix.openverbs.com/v1/inverse",
"description": "Invert a square matrix via Gauss-Jordan elimination. A non-square, ragged or empty matrix is a clean 400. A singular (non-invertible) matrix is NOT an error \u2014 it returns a successful { invertible:false, inverse:null }.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "matrix",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Invert a matrix",
"tags": [
"matrix inverse",
"invert matrix",
"inverse matrix api",
"gauss jordan inverse",
"check matrix invertible"
],
"quality": {
"l30DaysTotalCalls": "4",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://matrix.openverbs.com/v1/multiply",
"description": "Multiply two matrices A\u00b7B. The inner dimensions must agree (columns of A equal rows of B); a mismatch or a ragged/empty matrix is a clean 400.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "a",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "b",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Multiply matrices",
"tags": [
"matrix multiplication",
"multiply matrices",
"linear algebra multiply",
"matrix product api",
"compute a dot b"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://matrix.openverbs.com/v1/solve",
"description": "Solve the linear system A\u00b7x = b for a square coefficient matrix A and vector b via Gaussian elimination with partial pivoting. A non-square A or a b of the wrong length is a clean 400. A singular system is NOT an error \u2014 it returns a successful { solvable:false, solution:null }.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "a",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "b",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Solve a linear system",
"tags": [
"solve linear system",
"linear equation solver",
"matrix solve ax b",
"gaussian elimination solver",
"solve coefficients vector"
],
"quality": {
"l30DaysTotalCalls": "4",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://matrix.openverbs.com/v1/transpose",
"description": "Transpose a matrix, swapping rows and columns. A ragged/empty matrix is a clean 400.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "matrix",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Transpose a matrix",
"tags": [
"transpose matrix",
"swap matrix rows columns",
"matrix transpose api",
"flip matrix axes",
"convert rows to columns"
],
"quality": {
"l30DaysTotalCalls": "4",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.004",
"maxAmount": "0.004",
"avgCostPerTransaction": "0.004",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"matrix determinant",
"compute determinant",
"square matrix determinant",
"gaussian elimination determinant",
"determinant api",
"matrix inverse",
"invert matrix",
"inverse matrix api",
"gauss jordan inverse",
"check matrix invertible",
"matrix multiplication",
"multiply matrices",
"linear algebra multiply",
"matrix product api",
"compute a dot b",
"solve linear system",
"linear equation solver",
"matrix solve ax b",
"gaussian elimination solver",
"solve coefficients vector",
"transpose matrix",
"swap matrix rows columns",
"matrix transpose api",
"flip matrix axes",
"convert rows to columns"
],
"iconUrl": ""
}
}