Innovalyxx Sovereign Edge – memory.query is a paid API for AI agents from edge.innovalyxx.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-17).
Query encrypted agent memory entries by owner wallet, entity, category, tags, and time range with EIP-191 signature authentication
Verified cyber-physical AI tools for autonomous agents. Pay per call via x402 (USDC on Base). 26 tools covering MRV verification, biodiversity, skip twin, site certification, agent trust, transaction evidence, protocol bridging, GEO audit, IATP reputation, ABV maturity, NIST TEVV alignment, and encrypted memory write/read/query/grant/revoke/tool_context/pricing_hint/subscription_quote/attest/verify_attestation.
Returns a JSON object with ok status, the tool name, paginated memory entries array, count of returned entries, total matching entries, active filters, payment metadata, the timestamp of the query, and the access role (e.g. 'owner').
POSThttps://edge.innovalyxx.com/mcp/tools/memory.queryUse this endpoint when an autonomous agent needs to retrieve its own previously stored encrypted memory entries from the Innovalyxx Sovereign Edge platform, especially when filtering by entity type, category, tags, or time range. It is ideal for agents that persist verification, context, or preference state across sessions and need to resume or audit that state. Requires EIP-191 wallet signature for authentication, making it appropriate for wallet-sovereign agent architectures on Base/USDC payment rails.
| Field | Type | Description |
|---|---|---|
| limit | integer | Page size (1–200, default 50). |
| since | string | ISO 8601 lower bound on created_at (inclusive). |
| until | string | ISO 8601 upper bound on created_at (inclusive). |
| offset | integer | Page offset (0–10000, default 0). |
| category | string | Optional memory category filter. |
| tags_all | array | Return rows whose tags contain every item in this list. |
| tags_any | array | Return rows whose tags overlap this list. |
| entity_id | string | Optional exact entity identifier. |
| entity_type | string | Optional entity type filter. |
| owner_wallet | string | 0x-prefixed owner address. Signature must recover to this wallet. |
| entity_id_prefix | string | Optional entity_id prefix (minimum 3 characters). |
| wallet_signature | string | EIP-191 signature over the exact canonical filter set. |
{
"type": "json",
"example": {
"ok": true,
"tool": "memory.query",
"count": 1,
"limit": 1,
"total": 1,
"offset": 1,
"entries": [],
"filters": {},
"payment": {},
"queried_at": "queried_at",
"accessed_as": "owner"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"