Quick Start
Deploy your first FDC Verifier Node and attest to a sovereign data source.
The Sovereign Source Integration
The first step is to configure your verifier node to listen to trusted institutional data sources. In this example, we will target the Federal Register API and SEC.gov to fetch high-impact regulatory filings.
1. Start the Backend Service
Ensure the ObsiFlow backend is running on port 8000. The backend provides all API endpoints.
cd obsiflow-backend/python-service
# Install dependencies
pip install -r requirements.txt
# Run the service
uvicorn app.main:app --reload --port 8000
2. Add a User Wallet
Register a wallet address to start tracking transactions and generating signals.
warningMainnet Reality
Mainnet FDC requires whitelisted URLs. For this demo, we deploy a custom FDC Verifier Node on Coston2 Testnet that permits these specific URL patterns.
The Web2Json Attestation Cycle
Once data is detected, the node constructs an Attestation Request using the IWeb2JsonVerifier interface. This process respects the ~90s Voting Round (Epoch) of the Flare Network.
3. Generate a Signal
Generate a trading signal with automatic FDC verification for wallet addresses.
4. Connect via WebSocket
Receive real-time signal notifications via WebSocket.
infoLatency Note
We do not claim "High Frequency Trading" speeds for fetching. We claim "Macro-Event Verification". A 90-second delay is negligible for a regulatory shift that impacts the market for months.