Orbital Sentinel

Sentinel by Orbital

Autonomous DeFi health monitoring. 8 CRE workflows. On-chain proofs. LAA live on mainnet DON.

Built on Chainlink CRE

Select a workflow below to explore real-time metrics and on-chain proofs

Read the Whitepaper

Glossary

On-Chain Proof Registry

Sepolia
Loading sentinel records...

What Do These Proofs Prove?

Every workflow run creates a verifiable chain from live on-chain data to an immutable Sepolia record. Anyone can independently verify that a specific health assessment was made at a specific time.

1
CRE Workflow Reads On-Chain
Each workflow reads live Ethereum mainnet data — staking pools, Morpho markets, Curve balances, price feeds — via EVMClient.callContract().
2
Snapshot → ABI Encode
Key metrics (utilization, fill %, imbalance, timestamps) are ABI-encoded using Solidity parameter types — the same encoding used by smart contracts.
3
keccak256 Hash
The encoded payload is hashed with keccak256 — Ethereum's native hash function. This creates a unique, deterministic fingerprint of the exact data observed.
4
On-Chain Proof
The hash + risk level are written to SentinelRegistry.recordHealth() on Sepolia. Block timestamp provides an unforgeable record of when the assessment was made.
How to verify a record
1. Take any snapshot JSON from this dashboard
2. ABI-encode the key fields (timestamp, workflow, risk, metrics)
3. Compute keccak256 of the encoded bytes
4. Compare with the snapshotHash stored on-chain
View all HealthRecorded events on Etherscan
LAA: Live on CRE Mainnet DON
The LINK AI Arbitrage workflow runs on Chainlink's Decentralized Oracle Network, 7x/day. Multiple independent nodes execute the workflow and reach consensus. Real mainnet data, real AI analysis, real on-chain proofs.
Other Workflows: Local Simulate
The remaining 7 workflows run via cre simulate locally. Snapshot data is real (live mainnet reads via EVMClient), but proofs are signed by a single operator key.

Architecture

CRE Runtime
8 Chainlink workflows
EVMClient
On-chain data reads
AI Analysis
Risk assessment engine
SentinelRegistry
Sepolia proof hashes
8 Workflow Snapshots
JSON state files
Risk Assessment
Treasury · Peg · CCIP · Gov
This Dashboard
Real-time monitoring UI