Introduction via ObsiFlow
Welcome to the ObsiFlow documentation. ObsiFlow is the world's first Truth-to-Transaction protocol, designed to cryptographically verify macro-economic news on-chain tailored for high-frequency trading and institutional finance.
Quick Start
Get up and running with the ObsiFlow SDK and start verifying data in minutes.
Read Guide →Architecture
Deep dive into the consensus mechanism and cryptographic proof generation.
Read Guide →Why ObsiFlow?
Traditional oracles rely on trusted API endpoints. ObsiFlow introduces a verification layer that cryptographically proves the origin and integrity of financial news before it triggers smart contracts. Plus, we make it easy to access through REST API, GraphQL, and WebSocket.
Verification
Cryptographic proofs via FDC for wallet and data verification
Easy Access
REST API, GraphQL, and WebSocket for seamless integration
Real-time
Instant signals and notifications via WebSocket
curl -X POST http://localhost:8000/api/v1/signal/generate \
-H "Content-Type: application/json" \
-d '{"user_id": "user123", "event_id": "event_xyz"}'
# WebSocket Example
const ws = new WebSocket('ws://localhost:8000/ws/user123');