payment-ready until 2026-09-11
imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed
Paid access to the Aubrai longevity research agent (VitaDAO/BIO): chat and scientific literature synthesis, including HPKE encrypted variants routed to a Tinfoil confidential compute enclave.
Pay from $0.02 to $0.03 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
VERDICT
ranking generation 3strong 94/100 #20 of 104 in AI by measured score
What the score read on this service: status online, 100% uptime 30d, 702ms response p95, x402 compliance 14 of 14, $0.02 price against the category. Each of those is measured, and each is published in full below.
The score comes from our own monitoring, never from reviews, operator claims, or a language model: reliability, x402 compliance, price against the category, a deterministic risk flag, and a small on-chain traction term, weighted by ranking generation 3. It is not placement anyone can buy: the paid verify tier is reported beside it and is not one of its inputs. Every component below stays published and read-only.
It is a score inside AI, and only there: price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, which here means 104 listings, this one among them. That set is wider than the 104 the position above is counted against, because a listing we have measured too little of to rank still sits in the field the price and the speed are normalized over. The same service in a different field would read differently. The same engine answers GET /api/v1/best, and asked for a different pool (the whole directory, or another filter) it returns a different number for this service under this same ranking generation. Neither is more correct: they answer different questions, and the methodology states which is which.
Bands on the 0 to 100 measured score: strong at 93 and above, solid from 75, mixed from 55, weak below 55. Price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, so the score places a service in its own field.
ALTERNATIVES IN AI
Other AI services in this directory, ordered by the same measured score. The figures are ours: 30-day uptime from our own probes, 30-day settlement volume read on-chain (a conservative undercount, and null where we cannot measure it, never a zero).
| SERVICE | BAND | SCORE | UPTIME 30D | VOL 30D |
|---|---|---|---|---|
| Otto AI | strong | 99 | 100% | --- |
| Genesis | strong | 99 | 100% | --- |
| x402engine | strong | 98 | 100% | --- |
| Japan Furigana API | strong | 97 | 99.1% | --- |
| BridgeNode | strong | 97 | 99.5% | --- |
ASSESSMENT
updated 2h agoThe parts the verdict above is computed from, each with its proof. Click any chip. Measured values stay read-only; unknown is honest, and an unknown is never counted as a zero.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 702ms
- avg response
- 252ms
- total checks
- 2,719
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.02 to $0.03 (p60 in AI)
- price (min)
- $0.02
- price (max)
- $0.03
- category percentile (min)
- p60 in AI
- category percentile (max)
- p36 in AI
- endpoints / prices
- 4 / 2
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- -
- registrar
- -
- hosting
- custom
- domain created
- ---
Identity facts, not a risk score.
traction ---
This service settles on a network x402-list does not measure yet, so on-chain volume is not counted here. Shown as unmeasured, not zero.
WHAT IT DOES
ai-derivedProvides AI-powered chat and literature analysis services
- category
- ai-chat
- in
- body
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| POST | /api/chat | $0.02 | Base | USDC | header | |
| POST | /api/chat/encrypted | $0.02 | Base | USDC | header | |
| POST | /api/literature | $0.03 | Base | USDC | header | |
| POST | /api/literature/encrypted | $0.03 | Base | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /api/chat returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://x402-api.aubr.ai/api/chat'
// 402 response (captured by monitor) · 4 payloads · click to expand
[
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x44dC2dceaA22c7EF6B2E2cF2362Fd3FB476b7c2C",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 120
}
],
"resource": {
"url": "https://x402-api.aubr.ai/api/chat",
"mimeType": "application/json",
"description": "Send a question about longevity, aging, or lifespan science. Returns a request ID to poll for the AI-generated answer from Aubrai, VitaDAO's decentralized co-scientist."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"fast": true,
"message": "What is rapamycin?"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"status": "queued",
"requestId": "req_abc123"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"bodyType",
"body",
"method"
],
"properties": {
"body": {
"required": [
"message"
],
"properties": {
"fast": {
"type": "boolean",
"description": "true → quick conversational answer (3-6s). false/omit → deep research with citations (15-25s)."
},
"message": {
"type": "string",
"description": "Chat message"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x44dC2dceaA22c7EF6B2E2cF2362Fd3FB476b7c2C",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 600
}
],
"resource": {
"url": "https://x402-api.aubr.ai/api/chat/encrypted",
"mimeType": "application/json",
"description": "Send an HPKE-encrypted prompt to the Aubrai chat agent running inside an attested private enclave. Only the enclave can decrypt your message."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"hpke_ciphertext": "<base64-encrypted-prompt>",
"hpke_ephemeral_public_key": "<base64-ephemeral-pubkey>"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"status": "queued",
"pollUrl": "https://x402-api.aubr.ai/api/chat/encrypted/status/req_abc123",
"requestId": "req_abc123"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"bodyType",
"body",
"method"
],
"properties": {
"body": {
"required": [
"hpke_ciphertext",
"hpke_ephemeral_public_key"
],
"properties": {
"hpke_ciphertext": {
"type": "string",
"description": "HPKE-encrypted prompt, base64-encoded"
},
"hpke_ephemeral_public_key": {
"type": "string",
"description": "Sender's one-time X25519 public key, base64-encoded"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x44dC2dceaA22c7EF6B2E2cF2362Fd3FB476b7c2C",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://x402-api.aubr.ai/api/literature",
"mimeType": "application/json",
"description": "Search and synthesize scientific literature on longevity and aging. Submit a research question; returns cited answer with references from PubMed and other sources."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"mode": "deep",
"tags": [
"NAD+",
"autophagy"
],
"sources": [
"pubmed"
],
"tagMode": "fanout",
"question": "Research radar for longevity tracked terms",
"sourceProfile": "clinical",
"includeRejected": false,
"filterReferences": true,
"retrievalProfile": "litqa-recall"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"jobId": "lit_abc123",
"status": "queued",
"quality": {
"filtered": true,
"rawCount": 12,
"evidenceThin": false,
"acceptedCount": 5,
"lowConfidence": false,
"rejectedCount": 7,
"rejectionReasons": {
"low_relevance": 3,
"low_query_overlap": 4
}
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"bodyType",
"body",
"method"
],
"properties": {
"body": {
"required": [
"question"
],
"properties": {
"mode": {
"enum": [
"fast",
"deep"
],
"type": "string",
"description": "Search depth"
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tracked terms for radar-style searches. With tagMode=fanout, each tag is searched separately."
},
"year": {
"type": "string",
"description": "Filter by publication year"
},
"scope": {
"enum": [
"preprints",
"no-preprints",
"trials"
],
"type": "string",
"description": "Opt-in scoping mapped to Exa domains: preprints (biorxiv/medrxiv/arxiv), no-preprints (exclude those), trials (clinicaltrials.gov). Omit for full index."
},
"date_to": {
"type": "string",
"description": "End date filter (YYYY-MM-DD)"
},
"sources": {
"type": "array",
"items": {
"type": "string"
},
"description": "Deprecated / ignored — retrieval is one Exa index (already covers pubmed/arxiv/biorxiv/etc.). Use scope instead."
},
"tagMode": {
"enum": [
"fanout",
"combined"
],
"type": "string",
"description": "Use fanout for independent tracked-term searches; use combined only when tags must be searched together."
},
"question": {
"type": "string",
"description": "Research question"
},
"date_from": {
"type": "string",
"description": "Start date filter (YYYY-MM-DD)"
},
"maxResults": {
"type": "number",
"description": "Max results to return"
},
"privacyMode": {
"type": "string",
"description": "Optional plaintext privacy mode forwarded to Aubrai when provided."
},
"sourceProfile": {
"enum": [
"fast-default",
"deep-default",
"clinical",
"paperclip",
"litqa-recall"
],
"type": "string",
"description": "Optional source profile. Omit for Aubrai defaults."
},
"perSourceLimit": {
"type": "number",
"description": "Deprecated / ignored — Exa is a single index (no per-source cap)."
},
"includeRejected": {
"type": "boolean",
"description": "Default false — when true, completed responses include rejectedReferences[] and relevance.reason on rejected refs."
},
"filterReferences": {
"type": "boolean",
"description": "Default true upstream — drop off-topic refs. Set false for raw/unfiltered refs (debug)."
},
"retrievalProfile": {
"enum": [
"default",
"litqa-recall"
],
"type": "string",
"description": "Optional retrieval profile: \"default\" or \"litqa-recall\"."
},
"allowSourceExpansion": {
"type": "boolean",
"description": "Deprecated / ignored — Exa is a single index. Use scope for deliberate scoping."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x44dC2dceaA22c7EF6B2E2cF2362Fd3FB476b7c2C",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://x402-api.aubr.ai/api/literature/encrypted",
"mimeType": "application/json",
"description": "Send an HPKE-sealed literature query to Aubrai and receive an encrypted result. The transport terminates at Aubrai; literature retrieval and evidence processing use external services. Always async — poll the returned pollUrl."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"hpke_ciphertext": "<base64-encrypted-query>",
"hpke_ephemeral_public_key": "<base64-ephemeral-pubkey>"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"status": "pending",
"pollUrl": "https://x402-api.aubr.ai/api/literature/encrypted/status/req_abc123",
"requestId": "req_abc123"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"bodyType",
"body",
"method"
],
"properties": {
"body": {
"required": [
"hpke_ciphertext",
"hpke_ephemeral_public_key"
],
"properties": {
"hpke_ciphertext": {
"type": "string",
"description": "HPKE-encrypted literature query, base64-encoded"
},
"hpke_ephemeral_public_key": {
"type": "string",
"description": "Sender's one-time X25519 public key, base64-encoded"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/aubrai-x402-api/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 4 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
14/14 checks pass · grade Alast 402 captured 2026-07-20 · last up 2026-09-04
- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/aubrai-x402-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/aubrai-x402-api.svg" alt="Aubrai x402 API listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/aubrai-x402-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/aubrai-x402-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/aubrai-x402-api.svg?data=uptime" alt="Aubrai x402 API uptime on x402-list" height="28"> </a>