Skip to content

Commit 065750a

Browse files
Implement feedback
1 parent 2844683 commit 065750a

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

docs/Intro/dashboard.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ sidebar_position: 4
33
---
44

55
# The Chronicle Dashboard
6-
The [Chronicle Dashboard](https://chroniclelabs.org/dashboard) enables full transparency over where the Oracle-reported data was sourced and who reported/signed it.
6+
The **[Chronicle Dashboard](https://chroniclelabs.org/dashboard)** enables full transparency over where the Oracle-reported data was sourced and who reported/signed it.
77

8-
## Where is the data sourced from?
8+
## Where is the Data Sourced From?
99

10-
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 on-chain and off-chain data sources with high liquidity.
10+
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.
1111

1212

1313
<div style={{textAlign: 'center'}}>
@@ -24,7 +24,13 @@ Using the dashboard, users can select a time interval on the graph and, for each
2424
width="500"
2525
/>
2626
</div>
27-
In addition, users can cryptographically verify in the browser that the validator's signature has not been tampered with.
27+
28+
## Verifiability on Every Level
29+
30+
Users can cryptographically verify in the browser using the Dashboard any **Validator's Signature**, as well as the the **Schnorr Signature** used for pushing data onchain for the corresponding Oracle.
31+
32+
### The Validator Signature
33+
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.
2834

2935
<div style={{textAlign: 'center'}}>
3036
<img
@@ -43,5 +49,23 @@ Modifying even one character of the signature will result in invalidating the si
4349
/>
4450
</div>
4551

52+
### The Schnorr Signature
53+
54+
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.
55+
<div style={{textAlign: 'center'}}>
56+
<img
57+
src="/img/Intro/checkOracle.png"
58+
alt="Check Sources"
59+
width="500"
60+
/>
61+
</div>
62+
<div style={{textAlign: 'center'}}>
63+
<img
64+
src="/img/Intro/oracleVerification.png"
65+
alt="Check Sources"
66+
/>
67+
</div>
68+
69+
4670

4771

static/img/Intro/checkOracle.png

28.3 KB
Loading
45.5 KB
Loading

0 commit comments

Comments
 (0)