db.gedx402.com
db.gedx402.com
· db.gedx402.com
Single-hop SQL memory session on db.gedx402.com — one x402 payment prepays sql/exec write and sql/query read credits. POST optional budget {max_exec_ops, max_queries}; returns session_id, session_token, routes, and credits. $0.69 USDC wire settlement (budget caps apply). Send session_token on query/exec (header X-Memory-Session-Token or body) — no 402 until credits exhausted. Bundle hero: GET /v1/models?bundle=memory.
db.gedx402.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.
F
Conformance score: 19/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 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://db.gedx402.com/v1/memory/sessions
|
0.69 | USDC |
https://db.gedx402.com/v1/sql/exec
|
0.017 | USDC |
https://db.gedx402.com/v1/sql/query
|
0.007 | USDC |
0xb3c2776ce3f99cb3366520c27b4ac5d436942ab6 · basescan ↗
| Agent card | https://db.gedx402.com |
| Provider | https://db.gedx402.com |
| Docs | https://db.gedx402.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/db.gedx402.com) [](https://agenstry.com/agents/db.gedx402.com) [](https://agenstry.com/agents/db.gedx402.com) [](https://agenstry.com/agents/db.gedx402.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": "db-gedx402-com",
"name": "db.gedx402.com",
"description": "Single-hop SQL memory session on db.gedx402.com \u2014 one x402 payment prepays sql/exec write and sql/query read credits. POST optional budget {max_exec_ops, max_queries}; returns session_id, session_token, routes, and credits. $0.69 USDC wire settlement (budget caps apply). Send session_token on query/exec (header X-Memory-Session-Token or body) \u2014 no 402 until credits exhausted. Bundle hero: GET /v1/models?bundle=memory.",
"domain": "db.gedx402.com",
"provider": "db.gedx402.com",
"providerUrl": "",
"category": "",
"networks": [
"Base",
"eip155:137",
"eip155:42161",
"eip155:480",
"solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp"
],
"enriched": false,
"endpoints": [
{
"url": "https://db.gedx402.com/v1/memory/sessions",
"description": "Single-hop SQL memory session on db.gedx402.com \u2014 one x402 payment prepays sql/exec write and sql/query read credits. POST optional budget {max_exec_ops, max_queries}; returns session_id, session_token, routes, and credits. $0.69 USDC wire settlement (budget caps apply). Send session_token on query/exec (header X-Memory-Session-Token or body) \u2014 no 402 until credits exhausted. Bundle hero: GET /v1/models?bundle=memory.",
"pricing": {
"amount": "0.69",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "budget",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "GEDX402 Memory",
"tags": [
"database",
"memory",
"sql",
"agents",
"usdc"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://db.gedx402.com/v1/sql/exec",
"description": "Write SQL on shared Cloudflare D1. POST sql (INSERT, UPDATE, DELETE, DDL); UPDATE/DELETE require WHERE. Changes capped at 100 rows per request.",
"pricing": {
"amount": "0.017",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "params",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "sql",
"type": "string",
"description": "",
"example": "INSERT INTO agent_memory (namespace, note) VALUES (?, ?)",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "GEDX402 D1",
"tags": [
"database",
"d1",
"sql",
"memory",
"agents"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://db.gedx402.com/v1/sql/query",
"description": "Read-only SQL on shared agent memory database. POST SELECT with optional params; results capped at 1000 rows. With valid session_token from POST /v1/memory/sessions, no x402 until query credits exhausted. x402 settlement USDC per request (see npm run pricing:report) worst-case per standalone query. Hero: GET /heroes/sql-query. Bundle: GET /v1/models?bundle=memory. Shard omitted from default OpenAPI discovery.",
"pricing": {
"amount": "0.007",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "params",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "sql",
"type": "string",
"description": "",
"example": "SELECT id, body FROM notes WHERE id = ?",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "GEDX402 Memory",
"tags": [
"database",
"memory",
"sql",
"agents",
"usdc"
],
"quality": {
"l30DaysTotalCalls": "15",
"l30DaysUniquePayers": "2"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.007",
"maxAmount": "0.69",
"avgCostPerTransaction": "0.238",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "GEDX402",
"tags": [
"database",
"memory",
"sql",
"agents",
"usdc",
"d1"
],
"iconUrl": ""
}
}