Sentinel Oracle is a privacy-preserving, AI-powered DeFi oracle system
Sentinel Oracle is an AI-powered, privacy-preserving oracle system that makes DeFi safer by detecting anomalies in real-time price feeds and automatically executing protective actions. It's a complete solution that combines three cutting-edge technologies to solve a critical problem in decentralized finance.
DeFi protocols depend on oracles for pricing data, but these oracles can be:
This leads to cascading liquidations and millions in financial losses. Currently, there's no way to automatically detect and respond to anomalous price data while preserving user privacy.
Sentinel Oracle continuously monitors asset prices through Pyth Network's Pull Oracles, uses AI-powered anomaly detection (via ASI Alliance) to identify suspicious patterns, and executes privacy-preserving automated protections through Lit Protocol's Vincent framework.
Example Flow:
Real-Time Price Monitoring
AI-Powered Anomaly Detection
Privacy-Preserving Automation
Beautiful Dashboard
The system consists of four main components:
SentinelOracle.sol) - Stores prices, manages deposits, handles anomaly flagsagent) - Monitors prices, detects anomalies, provides reasoninglit_vincent/) - Encrypts triggers, executes automated actionsfrontend/) - User interface and real-time visualizationThis system could protect millions of dollars in DeFi positions by:
Built using Solidity 0.8.20, Hardhat, and Pyth SDK.
Implements dual price layers:
Uses dynamic asset mapping (keccak256(asset) → Pyth feed ID).
Optimized for low gas and easy extensibility.

