Test a crypto, protocol, company, or market investment thesis with current cited
Test a crypto, protocol, company, or market investment thesis with current cited evidence. Returns thesis status, verdict, confidence, catalysts, risks, red flags, invalidation conditions, monitoring triggers, unknowns, and next diligence steps as structured JSON. Useful to trading and portfolio agents as a research input; never executes trades.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1832 msmedian answer time
$1.00listed price per call
$1.00price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://research.lumenhouse.xyz/v1/research
| Category | Company and compliance |
|---|---|
| Provider host | research.lumenhouse.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.00 | 1832 ms |
Example input (from the provider)
{
"body": {
"horizon": "months",
"question": "What evidence supports or rejects the current investment thesis?",
"risk_tolerance": "high",
"subject": "Virtuals Protocol"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"campaign": {
"description": "Optional non-secret campaign label",
"type": "string"
},
"client_tag": {
"description": "Optional non-secret buyer attribution label",
"type": "string"
},
"context": {
"description": "Optional factual context",
"type": "string"
},
"horizon": {
"enum": [
"days",
"weeks",
"months",
"years"
],
"type": "string"
},
"question": {
"description": "Decision-oriented research question",
"type": "string"
},
"risk_tolerance": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"subject": {
"description": "Asset, company, protocol, or investment subject",
"type": "string"
}
},
"required": [
"subject",
"question"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"model": {
"type": "string"
},
"report": {
"properties": {
"as_of": {
"type": "string"
},
"catalysts": {
"items": {
"type": "string"
},
"type": "array"
},
"confidence": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"disclaimer": {
"type": "string"
},
"evidence": {
"items": {
"type": "object"
},
"type": "array"
},
"executive_summary": {
"type": "string"
},
"invalidation_conditions": {
"items": {
"type": "string"
},
"type": "array"
},
"monitoring_triggers": {
"items": {
"type": "string"
},
"type": "array"
},
"next_steps": {
"items": {
"type": "string"
},
"type": "array"
},
"red_flags": {
"items": {
"type": "string"
},
"type": "array"
},
"risks": {
"items": {
"type": "string"
},
"type": "array"
},
"subject": {
"type": "string"
},
"thesis": {
"items": {
"type": "string"
},
"type": "array"
},
"thesis_status": {
"enum": [
"supported",
"contradicted",
"mixed",
"insufficient_evidence"
],
"type": "string"
},
"unknowns": {
"items": {
"type": "string"
},
"type": "array"
},
"verdict": {
"enum": [
"avoid",
"watch",
"neutral",
"consider"
],
"type": "string"
}
},
"required": [
"subject",
"as_of",
"verdict",
"thesis_status",
"confidence",
"executive_summary",
"thesis",
"catalysts",
"risks",
"red_flags",
"invalidation_conditions",
"monitoring_triggers",
"evidence",
"unknowns",
"next_steps",
"disclaimer"
],
"type": "object"
},
"report_id": {
"type": "string"
}
},
"required": [
"report_id",
"model",
"report"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}