diff --git a/docs/Intro/dashboard.md b/docs/Intro/dashboard.md new file mode 100644 index 0000000..2d294a0 --- /dev/null +++ b/docs/Intro/dashboard.md @@ -0,0 +1,71 @@ +--- +sidebar_position: 4 +--- + +# The Chronicle Dashboard +The **[Chronicle Dashboard](https://chroniclelabs.org/dashboard)** enables full transparency over where the Oracle-reported data was sourced and who reported/signed it. + +## Where is the Data Sourced From? + +Using the dashboard, users can select a time interval on the graph and, for each validator, use the drop-down arrow to see the different data sources that have been used. Typically, the data sources are a mix of onchain and off-chain data sources with high liquidity. + + +
+Check Sources +
+
+Check Sources +
+ +## Verifiability on Every Level + +Users can cryptographically verify in the browser using the Dashboard any **Validator's Signature**, as well as the **Schnorr Signature** used to push the price onchain to the corresponding Oracle. + +### The Validator Signature +The validator's signature allows users to verify the behaviour of the validator. Users can check the message that has been signed by each validator to calculate the price for the Oracle. + +
+Check Sources +
+ +Modifying even one character of the signature will result in invalidating the signature. +
+Check Sources +
+ +### The Schnorr Signature + +Users can also verify the authenticity of the Schnorr signature of the Oracle. This value is used to push data onchain. Unlike the validator's signature, the Schnorr signature allows to verify the Oracle instead of a single validator. +
+Check Sources +
+
+Check Sources +
+ + + + diff --git a/static/img/Intro/checkOracle.png b/static/img/Intro/checkOracle.png new file mode 100644 index 0000000..4cc17a9 Binary files /dev/null and b/static/img/Intro/checkOracle.png differ diff --git a/static/img/Intro/manipulated.png b/static/img/Intro/manipulated.png new file mode 100644 index 0000000..a79297a Binary files /dev/null and b/static/img/Intro/manipulated.png differ diff --git a/static/img/Intro/non-manipulated.png b/static/img/Intro/non-manipulated.png new file mode 100644 index 0000000..dac71ce Binary files /dev/null and b/static/img/Intro/non-manipulated.png differ diff --git a/static/img/Intro/oracleVerification.png b/static/img/Intro/oracleVerification.png new file mode 100644 index 0000000..88fe1f6 Binary files /dev/null and b/static/img/Intro/oracleVerification.png differ diff --git a/static/img/Intro/sources.png b/static/img/Intro/sources.png new file mode 100644 index 0000000..71c908a Binary files /dev/null and b/static/img/Intro/sources.png differ diff --git a/static/img/Intro/time.png b/static/img/Intro/time.png new file mode 100644 index 0000000..f35ef4b Binary files /dev/null and b/static/img/Intro/time.png differ