Social Post / Price Timing Check
Social Post / Price Timing Check. Whether social posts led or lagged the price move, measured on Robinhood-chain token launches only — not BTC, ETH or listed majors. Post times are recovered arithmetically from X snowflake ids. The sample is small, outcome-selected from pumped launches, and can be weeks old; its age in days ships with the result. In our sample posts lagged the move, so this is a timing disclosure and never an early-warning or entry signal.
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://app.tenna.ai/api/x402/lumi/social_timing_check
| Category | Market data |
|---|---|
| Provider host | app.tenna.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 8 from 6 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 370 ms |
Example input (from the provider)
{
"body": {
"offering": "social_timing_check"
},
"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": {
"additionalProperties": false,
"description": "Optional token to look up in the sample.",
"properties": {
"offering": {
"const": "social_timing_check",
"description": "Offering identifier. Must be exactly 'social_timing_check'.",
"type": "string"
},
"tokenAddress": {
"description": "Optional 0x token address to check.",
"type": "string"
}
},
"required": [
"offering"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"laggingPct": {
"description": "Share of posts that lagged.",
"type": [
"number",
"null"
]
},
"laggingPosts": {
"description": "Posts that came after the move.",
"type": [
"integer",
"null"
]
},
"leadDistributionMinutes": {
"additionalProperties": false,
"description": "Descriptive five-number summary of this selected sample; not a population confidence interval.",
"properties": {
"maximum": {
"description": "Maximum observed lead.",
"type": [
"number",
"null"
]
},
"median": {
"description": "Statistical sample median.",
"type": [
"number",
"null"
]
},
"minimum": {
"description": "Minimum observed lead.",
"type": [
"number",
"null"
]
},
"p25": {
"description": "Median of the lower half.",
"type": [
"number",
"null"
]
},
"p75": {
"description": "Median of the upper half.",
"type": [
"number",
"null"
]
},
"unit": {
"description": "minutes",
"type": "string"
}
},
"required": [
"minimum",
"p25",
"median",
"p75",
"maximum",
"unit"
],
"type": "object"
},
"limitations": {
"description": "Coverage limits and missing data, always disclosed.",
"items": {
"type": "string"
},
"type": "array"
},
"medianLeadMinutes": {
"description": "Negative means posts came after the move.",
"type": [
"number",
"null"
]
},
"offering": {
"const": "social_timing_check",
"description": "Offering that produced this result.",
"type": "string"
},
"provenance": {
"description": "Reproducibility metadata so another agent can audit this.",
"properties": {
"auditedDeliverableHash": {
"description": "Explicit alias for resultHash on deliverable-audit results; hashes the buyer-supplied input, not the audit envelope.",
"type": [
"string",
"null"
]
},
"generatedAt": {
"description": "Unix seconds.",
"type": "integer"
},
"ledgerLaunchCount": {
"description": "Launches in the ledger. Null when the offering is not derived from the launch ledger \u2014 this means not applicable, not collection failure.",
"type": [
"integer",
"null"
]
},
"ledgerSpanHours": {
"description": "Hours of history covered. Null when the offering is not derived from the launch ledger.",
"type": [
"number",
"null"
]
},
"resultHash": {
"description": "Hash of the audited input, so the same verdict can be reproduced. Present on audit offerings.",
"type": [
"string",
"null"
]
},
"rubricVersion": {
"description": "Rubric the verdict was produced under. Present on audit offerings.",
"type": [
"string",
"null"
]
},
"source": {
"description": "Data origin.",
"type": "string"
}
},
"type": "o