All projects

AetherSentinel-2

AetherSentinel is an institutional-grade decentralized orchestration platform that predicts, isolates, and heals systemic contagion across tokenized Real-World Assets (RWAs).

Privacy Risk & Compliance DeFi & Tokenization CRE & AI Prediction Markets Thirdweb Tenderly World

What it is

AetherSentinel: Technical Project Summary
AetherSentinel is an autonomous risk management system for tokenized Real-World Assets (RWAs), built on Chainlink Runtime Environment (CRE) v1.3.0. It automates the monitoring of off-chain market data and the execution of on-chain defensive transactions.

  1. Project Definition
  • Type: Decentralized autonomous workflow.
  • Framework: Chainlink CRE v1.3.0 (WASM-compiled TypeScript).
  • Objective: Automate treasury rebalancing and asset isolation based on real-time risk telemetry.
  1. Technology Implementation
  • Data Ingestion: Uses the HTTPClient capability to fetch volatility and sentiment data from CoinGecko and CryptoPanic APIs.
  • Consensus Mechanism: Implements ConsensusAggregationByFields to ensure data integrity across the Decentralized Oracle Network (DON).
  • On-Chain Execution: Uses the EVMClient capability on the Tenderly Virtual Testnet to monitor contract state (NAV) and submit authorized transactions via writeReport.
  • Identity & Auth:
    • ThirdWeb SDK: Handles institutional wallet connections and session management.
    • WorldID: Provides a biological verification layer for manual overrides, ensuring administrative actions are performed by verified humans.
  • Security: Uses CRE Secrets Manager for encrypted handling of API keys and private nullifiers.
  1. Problem & Solution
  • Latency: Traditional manual risk response introduces time delays. AetherSentinel achieves sub-second autonomous transaction submission.
  • Data Reliability: Replaces single-API reliance with multi-source consensus. Eliminated all mocked or simulated data in favor of 1.3.0 capability calls.
  • Access Control: Solves the security risk of automated systems by requiring a WorldID biometric check for high-level configuration changes or manual halts.
  1. Operational Flow
  2. Monitoring: A cron-triggered workflow fetches and aggregates market data.
  3. Validation: If risk thresholds (defined in 
  4. config.json) are exceeded, a consensus report is generated.
  5. Action: The workflow autonomously calls updateRiskState on the OmniSentryCore smart contract to initiate asset protection measures.
  6. Verification: Continuous tracking of Net Asset Value (NAV) ensures the treasury remains within liquidation parameters.

How it Works

Technical Implementation: AetherSentinel Development

  1. Backend Logic & Orchestration (Chainlink CRE)
  • WASM Modules: The core workflow is written in TypeScript and compiled to WebAssembly (WASM) for execution on the Chainlink Decentralized Oracle Network (DON).
  • Data Acquisition: Uses the HTTPClient capability to fetch market prices and financial sentiment markers.
  • Consensus Engine: Implements ConsensusAggregationByFields to validate off-chain data. It uses median for numerical price data and identical for categorical sentiment strings.
  1. Blockchain & Smart Contract Layer
  • Network: Deployed on the Tenderly Virtual Testnet (Chain ID 9936) for high-fidelity simulation of RWA state changes.
  • EVM Interaction: Uses the EVMClient capability to read on-chain Net Asset Value (NAV) and risk parameters.
  • Automated Execution: Triggers defensive transactions using encodeCallMsg and the writeReport capability, ensuring every contract call is backed by oracle consensus.
  1. Identity & Security Architecture
  • WorldID Integration: Implements "Proof of Personhood" via WorldID nullifiers. This acts as a biological security gate for manual overrides or system configuration updates.
  • Credential Privacy: Utilizes the CRE Secrets Manager to handle API keys and private data, ensuring sensitive credentials remain encrypted and off-chain.
  • Wallet Management: Uses the ThirdWeb SDK to provide institutional Multi-Chain wallet connectivity and persistent session handling.
  1. Frontend Engineering
  • Framework: Built with Next.js for server-side rendering and optimal performance.
  • Design System: Developed with Vanilla CSS and customized UI components to achieve a high-contrast, institutional "Google-style" aesthetic.
  • Data Visualization: Synchronizes live telemetry from the CRE workflow into a real-time command dashboard for RWA monitoring.

Links

Created by

  • Aaditya Rawat