Consensus Mechanism
How ObsiFlow converts raw verified text into a sellable "Sentiment Score" using Trusted AI and TEEs.
STAGE 3.1
TEE Integration (The Cheat Code)
We deploy the Flare AI DeFAI Agent template inside a Google Cloud Confidential Space (TEE).
lock
Security Model
We use the TEE to sign the output. This guarantees that the developers cannot manually manipulate the sentiment score before it hits the market.
STAGE 3.2
The "Analyst" Configuration
The AI Agent is configured via rigorous Prompt Engineering to act as an objective Risk Analyst.
System Prompt
"You are a Risk Analyst. Read this Verified JSON. Output a Sentiment Score (-1.0 to +1.0) and Risk Sector."
Input (from Stage 1)
Verified JSON Data
(SEC Filing Text)
(SEC Filing Text)
arrow_forward
Output (Signed)
{
"sentiment": -0.9,
"sector": "DeFi",
"signature": "0x..."
}