Oracle FURPS §
Functionality §
- Oracle nodes fetch price data from predefined sources
- Each oracle node signs its observation and participates in a simple off-chain consensus with a threshold
- The agreed value is written to the LEZ contract
- The LEZ contract exposes basic functions to update and read the latest price
Usability §
- The system design is documented in a LIP
- The oracle nodes are implemented in Rust
Reliability §
- Consensus requires agreement from multiple (majority) nodes
- Basic protection against faulty or inconsistent data via multi-source aggregation.
- Price updates are completed within a reasonable time bound
Supportability §