Skip to content

AURA

AURA is a normalised score for how alive a thing is. Inputs: market volume, price velocity, viewer count, social velocity, editorial weight, time sensitivity. Output: a stable 0–1 score; the UI must not thrash.

Hono service (the web proxy is not CORS-open):

GET {API}/api/aura/scores all categories
GET {API}/api/aura/score?category= one — aura = liveness × (0.35·pressure + 0.25·density + 0.40·prime)
GET {API}/api/aura/market-pressure/:tokenId

GET /api/aura/score?category=<cat> returns:

{
category: string,
score: number, // the raw reading
ema: number, // smoothed — the number surfaces show (no thrash)
label: string,
tier: string,
weights: { … } // the input weights behind the score
}

A per-signal attention { aura, components, velocity, sampledAt } object is a proposed shape (PROTOCOL-ARCHITECTURE); no route emits it yet.

AURA proposes what earns air; the director layer (config, editorial input) disposes.