LukeS3 commited on
Commit
aabcff2
·
verified ·
1 Parent(s): e8d5ad3

Publish OracleEconLab economic research release v1.5

Browse files
Files changed (46) hide show
  1. CITATION.cff +10 -0
  2. DATA_LICENSE.md +16 -0
  3. README.md +167 -0
  4. checksums.csv +45 -0
  5. croissant.json +0 -0
  6. data/abc_dictionary.parquet +3 -0
  7. data/ai_feature_dictionary.parquet +3 -0
  8. data/decision_evidence.parquet +3 -0
  9. data/public_ai_decisions.parquet +3 -0
  10. data/public_ai_episodes.parquet +3 -0
  11. data/public_ai_evidence.parquet +3 -0
  12. data/public_ai_metrics.parquet +3 -0
  13. data/public_ai_predictions.parquet +3 -0
  14. data/public_ai_splits.parquet +3 -0
  15. data/uma_decision_splits.parquet +3 -0
  16. data/uma_decisions.parquet +3 -0
  17. data/uma_public_rpc_abc.parquet +3 -0
  18. data/uma_public_rpc_episode.parquet +3 -0
  19. data/uma_real_episode.parquet +3 -0
  20. data/uma_real_episode_abc.parquet +3 -0
  21. dataset_info.json +474 -0
  22. demo_outputs/minimal_ai_demo_coefficients.csv +20 -0
  23. demo_outputs/minimal_ai_demo_metrics.json +24 -0
  24. demo_outputs/minimal_ai_demo_predictions_sample.csv +26 -0
  25. draft_manifest.json +29 -0
  26. editable_figures/oracle_trustworthy_dgp.drawio +74 -0
  27. editable_figures/oracle_trustworthy_dgp.pdf +0 -0
  28. editable_figures/oracle_trustworthy_dgp.png +3 -0
  29. editable_figures/oracle_trustworthy_dgp.svg +4 -0
  30. editable_figures/uma_what_predicts_what.drawio +51 -0
  31. editable_figures/uma_what_predicts_what.pdf +0 -0
  32. editable_figures/uma_what_predicts_what.png +3 -0
  33. editable_figures/uma_what_predicts_what.svg +4 -0
  34. notebooks/uma_minimal_trustworthy_ai_demo.ipynb +514 -0
  35. public_ai_evidence/manifest.json +117 -0
  36. public_ai_evidence/pipeline_qc.parquet +3 -0
  37. public_ai_evidence/public_rpc_records.jsonl.gz +3 -0
  38. public_ai_evidence/report.md +24 -0
  39. public_ai_evidence/source_registry.json +1 -0
  40. public_evidence/case_spec.json +135 -0
  41. public_evidence/contract_semantics.json +65 -0
  42. public_evidence/ethereum_rpc_snapshot.json +365 -0
  43. public_evidence/polygon_rpc_snapshot.json +0 -0
  44. public_evidence/reproduction_report.md +43 -0
  45. public_evidence/source_manifest.json +26 -0
  46. task_definition.json +88 -0
CITATION.cff ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use this dataset or pipeline, please cite this release."
3
+ type: dataset
4
+ title: "Oracle-Nature Economic Research Release"
5
+ version: 1.5.0
6
+ date-released: 2026-08-06
7
+ license: CC-BY-4.0
8
+ authors:
9
+ - name: "Oracle-Nature Contributors"
10
+ abstract: "An audit-first cross-protocol dataset of Oracle incentive, penalty, dispute, settlement, and decision-time evidence."
DATA_LICENSE.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset and documentation license
2
+
3
+ SPDX-License-Identifier: CC-BY-4.0
4
+
5
+ Copyright © 2026 Oracle-Nature contributors.
6
+
7
+ Unless a file states otherwise, original curated datasets, variable
8
+ dictionaries, reports, figures, and documentation in this release are made
9
+ available under the Creative Commons Attribution 4.0 International license:
10
+
11
+ https://creativecommons.org/licenses/by/4.0/legalcode
12
+
13
+ Attribution should cite the release using `CITATION.cff`, identify the release
14
+ version, and indicate whether changes were made. This license applies only to
15
+ original contributions and does not replace upstream terms governing source
16
+ APIs, contract source code, archived web pages, or third-party records.
README.md ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - tabular-classification
7
+ pretty_name: OracleEconLab Oracle Incentives and Accountability v1
8
+ size_categories:
9
+ - n<1K
10
+ tags:
11
+ - blockchain
12
+ - oracle
13
+ - economics
14
+ - trustworthy-ai
15
+ - tabular
16
+ configs:
17
+ - config_name: abc_dictionary
18
+ data_files: data/abc_dictionary.parquet
19
+ - config_name: uma_real_episode
20
+ data_files: data/uma_real_episode.parquet
21
+ - config_name: uma_real_episode_abc
22
+ data_files: data/uma_real_episode_abc.parquet
23
+ - config_name: uma_public_rpc_episode
24
+ data_files: data/uma_public_rpc_episode.parquet
25
+ - config_name: uma_public_rpc_abc
26
+ data_files: data/uma_public_rpc_abc.parquet
27
+ - config_name: uma_decisions
28
+ data_files: data/uma_decisions.parquet
29
+ - config_name: uma_decision_splits
30
+ data_files: data/uma_decision_splits.parquet
31
+ - config_name: decision_evidence
32
+ data_files: data/decision_evidence.parquet
33
+ - config_name: ai_feature_dictionary
34
+ data_files: data/ai_feature_dictionary.parquet
35
+ - config_name: public_ai_episodes
36
+ data_files: data/public_ai_episodes.parquet
37
+ - config_name: public_ai_decisions
38
+ data_files: data/public_ai_decisions.parquet
39
+ - config_name: public_ai_splits
40
+ data_files: data/public_ai_splits.parquet
41
+ - config_name: public_ai_evidence
42
+ data_files: data/public_ai_evidence.parquet
43
+ - config_name: public_ai_predictions
44
+ data_files: data/public_ai_predictions.parquet
45
+ - config_name: public_ai_metrics
46
+ data_files: data/public_ai_metrics.parquet
47
+ ---
48
+
49
+ # OracleEconLab Oracle Incentives and Accountability v1
50
+
51
+ This review-sized draft turns fixed, public UMA protocol evidence into complete
52
+ or right-censored economic lifecycles. It is a release candidate for the paper
53
+ *Who Verifies Decentralized Information? Economic Incentives, Accountability,
54
+ and Trustworthy AI Across Oracle Protocols.*
55
+
56
+ ## Dataset configurations
57
+
58
+ | Configuration | Rows | Observation unit | Purpose |
59
+ |---|---:|---|---|
60
+ | `abc_dictionary` | 28 | economic variable | Formulas, units, sources, missing rules and A/B/C family |
61
+ | `uma_real_episode` | 1 | cross-chain episode | End-to-end Polygon OOV2 to Ethereum DVM validation |
62
+ | `uma_real_episode_abc` | 28 | case-measure status | Honest mapping of every A/B/C measure to the real case |
63
+ | `uma_public_rpc_episode` | 1 | cross-chain episode | Clean-room episode reconstructed without curated-ledger input |
64
+ | `uma_public_rpc_abc` | 28 | case-measure status | Public-source-only A/B/C mapping and explicit unavailable states |
65
+ | `uma_decisions` | 810 | challenged proposal-time decision | Minimal four-action AI evaluation |
66
+ | `uma_decision_splits` | 810 | decision split assignment | Frozen chronological train/validation/test partition |
67
+ | `decision_evidence` | 2430 | timestamped evidence reference | Prediction-level provenance and leakage audit |
68
+ | `ai_feature_dictionary` | 16 | decision-time feature | Feature meaning, source and availability |
69
+ | `public_ai_episodes` | 64 | public-source cross-chain episode | Economic lifecycle reconstructed from fixed public receipts |
70
+ | `public_ai_decisions` | 64 | proposal-time decision | Credential-free public-source AI demonstration inputs |
71
+ | `public_ai_splits` | 64 | split assignment | Label-free chronological 44/10/10 partition |
72
+ | `public_ai_evidence` | 192 | timestamped evidence reference | Decision-time traceability for every demonstration prediction |
73
+ | `public_ai_predictions` | 70 | model/action output | Four-action predictions, confidence, evidence and protocol endpoint |
74
+ | `public_ai_metrics` | 7 | model evaluation | Calibration, coverage, abstention and stylized economic cost |
75
+
76
+ ## A/B/C economic measure families
77
+
78
+ - **A — Verification concentration (Who verifies?):** HHI, top-k share,
79
+ effective number of monitors and threshold monitor count.
80
+ - **B — Incentives and frictions (Why verify?):** reward/bond, capital-days,
81
+ fees, Gas, verification cost and scenario-based expected private utility.
82
+ - **C — Accountability outcomes (What happens?):** dispute, adjudication,
83
+ transfer, realized payoff, delay and right censoring.
84
+
85
+ A/B/C are measure families. They are not the project's Sample A/B/C data
86
+ cohorts. Identity, decision-time, cross-chain-link and provenance fields remain
87
+ supporting fields rather than being mislabeled as economic outcomes.
88
+
89
+ ## Construction and provenance
90
+
91
+ The fixed cutoff is `2026-06-30T23:59:59Z`. The real case begins with canonical
92
+ Polygon request, proposal, dispute and settlement records, links them to the
93
+ Ethereum DVM with a Grade-A deterministic match, reconciles token flows, and
94
+ separates returned principal from realized reward. Every processed episode or
95
+ decision contains transaction/evidence references and a deterministic
96
+ provenance identifier. File integrity is recorded in `checksums.csv`.
97
+
98
+ The main reconstruction commands live in the GitHub `real-release-v1.5`
99
+ branch. `public_evidence/` includes the five fixed receipts, canonical headers,
100
+ case specification, source checksums and verified contract-semantic rules used
101
+ by the clean-room entry. This draft contains review-sized processed evidence; it does not claim
102
+ that every protocol ledger can be regenerated without archive infrastructure.
103
+
104
+ The executed `notebooks/uma_minimal_trustworthy_ai_demo.ipynb` loads the frozen
105
+ tables, reruns the leakage audit and chronological evaluation, and writes the
106
+ review-sized artifacts under `demo_outputs/`. Its reported performance is not
107
+ edited or filtered after execution.
108
+
109
+ The independent `public_ai_evidence/` path closes the public-source chain for a
110
+ fixed 64-episode demonstration: a label-free transaction registry, 280 canonical
111
+ Polygon/Ethereum receipt and header bundles, decoded economic episodes,
112
+ decision-time features, model outputs and QC. Live mode uses credential-free
113
+ public endpoints; offline mode deterministically replays the frozen snapshot.
114
+ The model result is intentionally reported even when weak. It is a pipeline
115
+ demonstration rather than evidence of production challenge quality.
116
+
117
+ ## Trustworthy-AI task
118
+
119
+ At the OOV2 proposal timestamp, the benchmark emits one of `Accept`,
120
+ `Investigate`, `Challenge`, or `Abstain`. The endpoint is whether the later UMA
121
+ protocol resolution rejects the proposal. Only decision-time fields may be
122
+ used as model inputs. Columns whose names end in `_outcome_only`, the protocol
123
+ label, dispute result and settlement evidence are evaluation-only and must not
124
+ enter the model.
125
+
126
+ The 810 observations condition on proposals that were actually challenged,
127
+ Grade-A linked, price-consistent and flow-exact. The task is therefore a
128
+ conditional protocol-outcome evaluation, not a causal policy for all proposals
129
+ and not an independent truth classifier.
130
+
131
+ ## Intended uses
132
+
133
+ - audit economic variable construction and source traceability;
134
+ - reproduce the real UMA episode and its payoff decomposition;
135
+ - evaluate calibration, abstention, leakage and robustness on the conditional
136
+ decision cohort;
137
+ - study A/B/C constructs within their declared observation units.
138
+
139
+ ## Uses that are not validated
140
+
141
+ - production deployment of automated challenges;
142
+ - causal claims that rewards or penalties improve truthfulness;
143
+ - treating protocol acceptance or DVM resolution as independent factual truth;
144
+ - identity, geography or intent inference from blockchain addresses;
145
+ - aggregation of heterogeneous token amounts without asset-preserving conversion.
146
+
147
+ ## Biases and limitations
148
+
149
+ The decision cohort has selective labels because it includes only actually
150
+ challenged UMA requests. It over-represents mechanisms and market adapters for
151
+ which exact cross-chain and token-flow evidence is recoverable. Address-level
152
+ concentration is not entity-level concentration. Off-chain investigation labor
153
+ is unavailable and remains a declared scenario. Independent factual truth is
154
+ available only for a small external-rule subset outside the core protocol label.
155
+
156
+ ## Personal and sensitive information
157
+
158
+ The data contain public pseudonymous contract/account addresses, transaction
159
+ hashes and block metadata. They contain no asserted mapping from an address to
160
+ a natural person and must not be used to infer human identity. RPC endpoint
161
+ URLs, credentials and private keys are not included.
162
+
163
+ ## Licensing
164
+
165
+ Original curated tables and documentation are CC BY 4.0. Upstream contracts,
166
+ APIs and third-party records remain governed by their own terms. See
167
+ `DATA_LICENSE.md` and `CITATION.cff`.
checksums.csv ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ path,bytes,sha256
2
+ CITATION.cff,393,c46b616d6d071a9768b5d5f984d62964f06e1429fd7b1b0e825757c9cf447147
3
+ DATA_LICENSE.md,700,c0e3ef630944b5a4ff01b35d13f5ce9248feb9f083542ac58800636793fdb72c
4
+ README.md,8344,fb3d966201a34b454b682fd6d466878f0df2c4fbd6628b3eae661a12b6ac275d
5
+ croissant.json,158464,43325a4470de00eb683b5e07219bcde9fc3bcf82712d21f58e1fcabca9237562
6
+ data/abc_dictionary.parquet,31530,caf6c39c6331f7ea578b787279f1a89b8fbeda12bdedb68f2a50bf71259010bd
7
+ data/ai_feature_dictionary.parquet,5715,f1ec0a4d97421392dee8d449d472fcd6bae29c3e57062e440f87d25429e380b7
8
+ data/decision_evidence.parquet,197034,031e9d4f501537e9f9c57c8d6d8588cb154c9e2006a698ab6ab25150952e2732
9
+ data/public_ai_decisions.parquet,53400,a291329f9294a3c676677b54cb944e9b4a68556140cbabee3ed23b4aff4f14a9
10
+ data/public_ai_episodes.parquet,71487,c88c5ca399c98d0acfece652b2699c882f1d638f2d480f9952af61bb93928017
11
+ data/public_ai_evidence.parquet,22067,9a4826f204a97660606a7bf7ac57d57628a14811c31640b3ae7140108f527c53
12
+ data/public_ai_metrics.parquet,8790,59322398ab54fd7141d4b815dcba47bdd29a88fb60e3c3f841dc2e727127a5ec
13
+ data/public_ai_predictions.parquet,13956,430df04253cc32fe259bf1264aa4c2639ce7eff98964e90973d91286b3f48d2b
14
+ data/public_ai_splits.parquet,5560,22e41dfd4217c85f7b96a173b47fb42a2a24388b33245847f054b813852e2f2b
15
+ data/uma_decision_splits.parquet,34431,2ae1de1c52bf55c1d12e80288f2144dcbf6a601261f6a444219d3207f770a555
16
+ data/uma_decisions.parquet,292322,07d7c71c3086f5c4411e505651d89edf97881d164f479a8bccfa9401d8f3078e
17
+ data/uma_public_rpc_abc.parquet,9714,6048d9525b67187cc5789d63b706402cebe93f37cdfee7e37d538b1a5e55de4c
18
+ data/uma_public_rpc_episode.parquet,68586,a25bcc1923ae2bfb6a9d99cc48aea75f6b8dd875c947db0d339058d1eddd5c8b
19
+ data/uma_real_episode.parquet,67915,3a940fb4165254d528652d9eff3d94e831aca7e00a9374c910c96436925dacd7
20
+ data/uma_real_episode_abc.parquet,15601,510cfac9ffbd2e32f45d3096dedd80d1f86eddf27f54f4de980fc670b6aaf17a
21
+ dataset_info.json,13434,1881320d1d4e9cc76b004af64b95a5273ee70c40770c21c435f312fbcd3efb79
22
+ demo_outputs/minimal_ai_demo_coefficients.csv,1043,2695bc1d4fd31a4381d1c916d5d34761f1c0c56579fd62f311e79038a6abca28
23
+ demo_outputs/minimal_ai_demo_metrics.json,679,27b05bff5a9fcfeaa6c5c823129d16759344e8997dedb6ecb6a64a4da33e95ab
24
+ demo_outputs/minimal_ai_demo_predictions_sample.csv,46965,ba1205b36486a392b58f36558258eb4ec0307644414541a5d987197f8f8e67df
25
+ editable_figures/oracle_trustworthy_dgp.drawio,17559,a2360df4812123787f80580cb0c588ebbff044109357f143dd4f58111acf9869
26
+ editable_figures/oracle_trustworthy_dgp.pdf,55130,492a2e77389ae30d946ac87acdd3d69dcbc14900deb58d32e7353a67bf1754d3
27
+ editable_figures/oracle_trustworthy_dgp.png,890643,aab149936d0f40e72dec4f0b2d895acee96a71c1cb56611165dd2e260dd0f691
28
+ editable_figures/oracle_trustworthy_dgp.svg,65910,32739bb92063d24a654b6b3fb7f36d5da35e46ca84fbd8e66ded3248f512a725
29
+ editable_figures/uma_what_predicts_what.drawio,13094,3823e917701fbc568241ecce30f62a79d8403d98dcd13d54de05ee0c2d7638a4
30
+ editable_figures/uma_what_predicts_what.pdf,50341,3aa25d1de5de390cdc8ffb12dc40674da2995f14ca0743d3cc428f1e64565783
31
+ editable_figures/uma_what_predicts_what.png,756604,466c7ceb7c41c016bd09fffd00273e25377009cf6f886fd6374dd6a04ce1894c
32
+ editable_figures/uma_what_predicts_what.svg,50673,6c4874873f864d71e0a872b4cec3031f76d00b3545cf6f886d21727b7cd5164a
33
+ notebooks/uma_minimal_trustworthy_ai_demo.ipynb,21345,988647f6a8e90a6f505ef8c4dd3dedbd251b53ec852b025d4eae0735647a6c9f
34
+ public_ai_evidence/manifest.json,3787,ea7ff01e3db05001f83d0749ac49791458ec2efcb53ffcb4eabf35b07806103b
35
+ public_ai_evidence/pipeline_qc.parquet,2156,0dc2173498b749ee2f5733da4c577e83117a2a36e4d83621c38060a211ded403
36
+ public_ai_evidence/public_rpc_records.jsonl.gz,1595697,ed309ebb2d4b3b1367d73d4aa27972af54ce00e5a981f2e6f243cdfecb58419d
37
+ public_ai_evidence/report.md,961,b9816869ffd9c687ea985f11b21c00a10ecff2f572ed5a6d36cc63899be19127
38
+ public_ai_evidence/source_registry.json,71859,0c193a7f5dca344de2d3b6da2dab449b2a78cbe7f439cf5f6fefdef021e1e9e8
39
+ public_evidence/case_spec.json,6089,6bc9d141f52398b1f3446a93d7619e4e475535419bffec528f2b662ae7c3b865
40
+ public_evidence/contract_semantics.json,3050,49d545fde6037df7c4d5e1d7c347fcb9c03928483eb09a2e48ca8b9bb1223db0
41
+ public_evidence/ethereum_rpc_snapshot.json,29216,2af8dd712384c6b67e1323bdb0a9fde4b3849cf8a99bf2eec3299e868614c0d6
42
+ public_evidence/polygon_rpc_snapshot.json,99358,bdf308fce350db604af04f889826c16304081a0197b01fceae9e147450d273f8
43
+ public_evidence/reproduction_report.md,2112,1260950b3559eef6f1ad42108b583c041f33bb2df7f0ebdf3580f968e6dcc490
44
+ public_evidence/source_manifest.json,1419,af0ed9b92b73398e5af168adf74aea45022e8d2a6b586dd0095a4243bc80dc0f
45
+ task_definition.json,3000,ee1a383495e9dd9a50b98acebc7ee11140a7a59fc7544eaddc7497640c926ff1
croissant.json ADDED
The diff for this file is too large to render. See raw diff
 
data/abc_dictionary.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caf6c39c6331f7ea578b787279f1a89b8fbeda12bdedb68f2a50bf71259010bd
3
+ size 31530
data/ai_feature_dictionary.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1ec0a4d97421392dee8d449d472fcd6bae29c3e57062e440f87d25429e380b7
3
+ size 5715
data/decision_evidence.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:031e9d4f501537e9f9c57c8d6d8588cb154c9e2006a698ab6ab25150952e2732
3
+ size 197034
data/public_ai_decisions.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a291329f9294a3c676677b54cb944e9b4a68556140cbabee3ed23b4aff4f14a9
3
+ size 53400
data/public_ai_episodes.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c88c5ca399c98d0acfece652b2699c882f1d638f2d480f9952af61bb93928017
3
+ size 71487
data/public_ai_evidence.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a4826f204a97660606a7bf7ac57d57628a14811c31640b3ae7140108f527c53
3
+ size 22067
data/public_ai_metrics.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59322398ab54fd7141d4b815dcba47bdd29a88fb60e3c3f841dc2e727127a5ec
3
+ size 8790
data/public_ai_predictions.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:430df04253cc32fe259bf1264aa4c2639ce7eff98964e90973d91286b3f48d2b
3
+ size 13956
data/public_ai_splits.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e41dfd4217c85f7b96a173b47fb42a2a24388b33245847f054b813852e2f2b
3
+ size 5560
data/uma_decision_splits.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ae1de1c52bf55c1d12e80288f2144dcbf6a601261f6a444219d3207f770a555
3
+ size 34431
data/uma_decisions.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07d7c71c3086f5c4411e505651d89edf97881d164f479a8bccfa9401d8f3078e
3
+ size 292322
data/uma_public_rpc_abc.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6048d9525b67187cc5789d63b706402cebe93f37cdfee7e37d538b1a5e55de4c
3
+ size 9714
data/uma_public_rpc_episode.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a25bcc1923ae2bfb6a9d99cc48aea75f6b8dd875c947db0d339058d1eddd5c8b
3
+ size 68586
data/uma_real_episode.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a940fb4165254d528652d9eff3d94e831aca7e00a9374c910c96436925dacd7
3
+ size 67915
data/uma_real_episode_abc.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:510cfac9ffbd2e32f45d3096dedd80d1f86eddf27f54f4de980fc670b6aaf17a
3
+ size 15601
dataset_info.json ADDED
@@ -0,0 +1,474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Oracle4CEG/OracleEconLab-Oracle-Incentives-v1",
3
+ "version": "1.5.0-draft",
4
+ "fixed_cutoff": "2026-06-30T23:59:59Z",
5
+ "configs": {
6
+ "abc_dictionary": {
7
+ "rows": 28,
8
+ "columns": [
9
+ "variable_name",
10
+ "measure_family",
11
+ "track",
12
+ "mathematical_definition",
13
+ "indexing",
14
+ "observation_unit",
15
+ "measurement_unit",
16
+ "economic_definition",
17
+ "economic_mechanism",
18
+ "hypothesis_role",
19
+ "source_mapping",
20
+ "decision_time_availability",
21
+ "evidence_class",
22
+ "missing_value_rule",
23
+ "validation_rule",
24
+ "references",
25
+ "measurement_limitations",
26
+ "uma_constructability",
27
+ "uma_source_tables",
28
+ "uma_non_null_observations",
29
+ "notes"
30
+ ],
31
+ "file": "data/abc_dictionary.parquet"
32
+ },
33
+ "uma_real_episode": {
34
+ "rows": 1,
35
+ "columns": [
36
+ "schema_version",
37
+ "episode_id",
38
+ "protocol",
39
+ "mechanism",
40
+ "native_unit_type",
41
+ "observation_unit",
42
+ "security_chain_namespace",
43
+ "security_chain_id",
44
+ "delivery_chain_namespace",
45
+ "delivery_chain_id",
46
+ "actor",
47
+ "actor_role",
48
+ "counterparty",
49
+ "counterparty_role",
50
+ "decision_time_unix",
51
+ "proposal_time_unix",
52
+ "dispute_time_unix",
53
+ "settlement_time_unix",
54
+ "challenge_deadline_unix",
55
+ "terminal_time_unix",
56
+ "action",
57
+ "terminal_outcome",
58
+ "right_censored",
59
+ "independent_ground_truth",
60
+ "ground_truth_status",
61
+ "asset_address",
62
+ "asset_symbol",
63
+ "asset_decimals",
64
+ "bond_raw",
65
+ "reward_configured_raw",
66
+ "reward_paid_raw",
67
+ "reward_forfeited_raw",
68
+ "principal_returned_raw",
69
+ "bond_forfeited_raw",
70
+ "final_fee_forfeited_raw",
71
+ "principal_slashed_raw",
72
+ "protocol_fee_raw",
73
+ "gross_payout_raw",
74
+ "realized_payoff_raw",
75
+ "gas_cost_native_raw",
76
+ "investigation_cost_usd",
77
+ "delay_cost_usd",
78
+ "capital_cost_usd",
79
+ "usd_value",
80
+ "usd_conversion_source",
81
+ "usd_conversion_time_unix",
82
+ "reward_to_bond_ratio",
83
+ "dispute_decision",
84
+ "proposal_upheld",
85
+ "mandatory_wait_seconds",
86
+ "resolution_delay_seconds",
87
+ "settlement_delay_seconds",
88
+ "excess_delay_seconds",
89
+ "capital_days_locked_raw",
90
+ "verification_cost_usd",
91
+ "economic_regret_usd",
92
+ "independent_ground_truth_available",
93
+ "dvm_positive_redistribution_raw",
94
+ "dvm_negative_slash_raw",
95
+ "decision_evidence_ids",
96
+ "evidence_snapshot_time_unix",
97
+ "future_fields_excluded",
98
+ "source_chain_namespace",
99
+ "source_chain_id",
100
+ "source_contract",
101
+ "source_transaction",
102
+ "source_log_index",
103
+ "source_block_number",
104
+ "source_block_timestamp_unix",
105
+ "source_event",
106
+ "source_table",
107
+ "source_finality_rule",
108
+ "cross_chain_link_grade",
109
+ "provenance_id",
110
+ "prov_entity_id",
111
+ "prov_activity_id",
112
+ "prov_agent_id",
113
+ "transformation_rule_id",
114
+ "contract_semantics_rule_id",
115
+ "coverage_status",
116
+ "missing_reason",
117
+ "evidence_grade",
118
+ "validation_status",
119
+ "validation_rule_ids",
120
+ "interpretation_note"
121
+ ],
122
+ "file": "data/uma_real_episode.parquet"
123
+ },
124
+ "uma_real_episode_abc": {
125
+ "rows": 28,
126
+ "columns": [
127
+ "episode_id",
128
+ "measure_family",
129
+ "variable_name",
130
+ "value_raw_or_text",
131
+ "measurement_unit",
132
+ "observation_unit",
133
+ "decision_time_availability",
134
+ "case_measure_status",
135
+ "component_row_count",
136
+ "missing_reason",
137
+ "source_reference",
138
+ "provenance_id",
139
+ "interpretation_limit"
140
+ ],
141
+ "file": "data/uma_real_episode_abc.parquet"
142
+ },
143
+ "uma_public_rpc_episode": {
144
+ "rows": 1,
145
+ "columns": [
146
+ "schema_version",
147
+ "episode_id",
148
+ "protocol",
149
+ "mechanism",
150
+ "native_unit_type",
151
+ "observation_unit",
152
+ "security_chain_namespace",
153
+ "security_chain_id",
154
+ "delivery_chain_namespace",
155
+ "delivery_chain_id",
156
+ "actor",
157
+ "actor_role",
158
+ "counterparty",
159
+ "counterparty_role",
160
+ "decision_time_unix",
161
+ "proposal_time_unix",
162
+ "dispute_time_unix",
163
+ "settlement_time_unix",
164
+ "challenge_deadline_unix",
165
+ "terminal_time_unix",
166
+ "action",
167
+ "terminal_outcome",
168
+ "right_censored",
169
+ "independent_ground_truth",
170
+ "ground_truth_status",
171
+ "asset_address",
172
+ "asset_symbol",
173
+ "asset_decimals",
174
+ "bond_raw",
175
+ "reward_configured_raw",
176
+ "reward_paid_raw",
177
+ "reward_forfeited_raw",
178
+ "principal_returned_raw",
179
+ "bond_forfeited_raw",
180
+ "final_fee_forfeited_raw",
181
+ "principal_slashed_raw",
182
+ "protocol_fee_raw",
183
+ "gross_payout_raw",
184
+ "realized_payoff_raw",
185
+ "gas_cost_native_raw",
186
+ "investigation_cost_usd",
187
+ "delay_cost_usd",
188
+ "capital_cost_usd",
189
+ "usd_value",
190
+ "usd_conversion_source",
191
+ "usd_conversion_time_unix",
192
+ "reward_to_bond_ratio",
193
+ "dispute_decision",
194
+ "proposal_upheld",
195
+ "mandatory_wait_seconds",
196
+ "resolution_delay_seconds",
197
+ "settlement_delay_seconds",
198
+ "excess_delay_seconds",
199
+ "capital_days_locked_raw",
200
+ "verification_cost_usd",
201
+ "economic_regret_usd",
202
+ "independent_ground_truth_available",
203
+ "dvm_positive_redistribution_raw",
204
+ "dvm_negative_slash_raw",
205
+ "decision_evidence_ids",
206
+ "evidence_snapshot_time_unix",
207
+ "future_fields_excluded",
208
+ "source_chain_namespace",
209
+ "source_chain_id",
210
+ "source_contract",
211
+ "source_transaction",
212
+ "source_log_index",
213
+ "source_block_number",
214
+ "source_block_timestamp_unix",
215
+ "source_event",
216
+ "source_table",
217
+ "source_finality_rule",
218
+ "cross_chain_link_grade",
219
+ "provenance_id",
220
+ "prov_entity_id",
221
+ "prov_activity_id",
222
+ "prov_agent_id",
223
+ "transformation_rule_id",
224
+ "contract_semantics_rule_id",
225
+ "coverage_status",
226
+ "missing_reason",
227
+ "evidence_grade",
228
+ "validation_status",
229
+ "validation_rule_ids",
230
+ "interpretation_note"
231
+ ],
232
+ "file": "data/uma_public_rpc_episode.parquet"
233
+ },
234
+ "uma_public_rpc_abc": {
235
+ "rows": 28,
236
+ "columns": [
237
+ "episode_id",
238
+ "measure_family",
239
+ "variable_name",
240
+ "value_raw_or_text",
241
+ "measurement_unit",
242
+ "observation_unit",
243
+ "case_measure_status",
244
+ "missing_reason",
245
+ "provenance_id"
246
+ ],
247
+ "file": "data/uma_public_rpc_abc.parquet"
248
+ },
249
+ "uma_decisions": {
250
+ "rows": 810,
251
+ "columns": [
252
+ "sample_id",
253
+ "protocol",
254
+ "mechanism",
255
+ "decision_time_unix",
256
+ "challenge_deadline_unix",
257
+ "evidence_snapshot_time_unix",
258
+ "request_transaction",
259
+ "proposal_transaction",
260
+ "dispute_transaction_outcome_only",
261
+ "dvm_request_id_outcome_only",
262
+ "ground_truth_status",
263
+ "independent_ground_truth_available",
264
+ "observed_action",
265
+ "proposal_rejected_by_protocol",
266
+ "protocol_terminal_outcome",
267
+ "bond_raw_outcome_only",
268
+ "final_fee_raw_outcome_only",
269
+ "future_fields_excluded",
270
+ "evidence_ids",
271
+ "log_bond_raw",
272
+ "log_final_fee_raw",
273
+ "log_reward_plus1_raw",
274
+ "reward_to_bond_ratio",
275
+ "liveness_hours",
276
+ "proposal_latency_hours",
277
+ "ancillary_bytes",
278
+ "requester_is_polymarket_adapter",
279
+ "proposer_prior_completed",
280
+ "proposer_prior_dispute_rate",
281
+ "proposer_prior_rejection_rate",
282
+ "requester_prior_completed",
283
+ "requester_prior_dispute_rate",
284
+ "requester_prior_rejection_rate",
285
+ "proposed_price_class",
286
+ "adapter_version"
287
+ ],
288
+ "file": "data/uma_decisions.parquet"
289
+ },
290
+ "uma_decision_splits": {
291
+ "rows": 810,
292
+ "columns": [
293
+ "sample_id",
294
+ "decision_time_unix",
295
+ "split"
296
+ ],
297
+ "file": "data/uma_decision_splits.parquet"
298
+ },
299
+ "decision_evidence": {
300
+ "rows": 2430,
301
+ "columns": [
302
+ "sample_id",
303
+ "evidence_kind",
304
+ "source_transaction",
305
+ "source_block",
306
+ "evidence_time_unix",
307
+ "fields",
308
+ "evidence_id",
309
+ "availability_rule"
310
+ ],
311
+ "file": "data/decision_evidence.parquet"
312
+ },
313
+ "ai_feature_dictionary": {
314
+ "rows": 16,
315
+ "columns": [
316
+ "feature",
317
+ "definition",
318
+ "source_mapping",
319
+ "available_at_decision",
320
+ "model_input",
321
+ "limitation"
322
+ ],
323
+ "file": "data/ai_feature_dictionary.parquet"
324
+ },
325
+ "public_ai_episodes": {
326
+ "rows": 64,
327
+ "columns": [
328
+ "rank",
329
+ "split",
330
+ "sample_id",
331
+ "requester",
332
+ "proposer",
333
+ "disputer",
334
+ "request_time",
335
+ "request_block_time",
336
+ "proposal_time",
337
+ "dispute_time",
338
+ "settlement_time",
339
+ "expiration_time",
340
+ "ancillary_data_hex",
341
+ "reward_configured_raw",
342
+ "bond_raw",
343
+ "final_fee_raw",
344
+ "escrow_capital_at_risk_raw",
345
+ "proposed_price_raw",
346
+ "resolved_price_raw",
347
+ "gross_payout_raw",
348
+ "realized_challenge_payoff_raw",
349
+ "dispute_gas_native_raw",
350
+ "proposal_rejected_by_protocol",
351
+ "ground_truth_status",
352
+ "independent_ground_truth_available",
353
+ "cross_chain_link_grade",
354
+ "adapter_version",
355
+ "request_transaction",
356
+ "proposal_transaction",
357
+ "dispute_transaction",
358
+ "settlement_transaction",
359
+ "dvm_resolution_transaction",
360
+ "dvm_request_id",
361
+ "case_qc"
362
+ ],
363
+ "file": "data/public_ai_episodes.parquet"
364
+ },
365
+ "public_ai_decisions": {
366
+ "rows": 64,
367
+ "columns": [
368
+ "sample_id",
369
+ "protocol",
370
+ "mechanism",
371
+ "decision_time_unix",
372
+ "challenge_deadline_unix",
373
+ "evidence_snapshot_time_unix",
374
+ "request_transaction",
375
+ "proposal_transaction",
376
+ "dispute_transaction_outcome_only",
377
+ "dvm_request_id_outcome_only",
378
+ "ground_truth_status",
379
+ "independent_ground_truth_available",
380
+ "observed_action",
381
+ "proposal_rejected_by_protocol",
382
+ "protocol_terminal_outcome",
383
+ "bond_raw_outcome_only",
384
+ "final_fee_raw_outcome_only",
385
+ "realized_challenge_payoff_raw_outcome_only",
386
+ "future_fields_excluded",
387
+ "evidence_ids",
388
+ "log_bond_raw",
389
+ "log_final_fee_raw",
390
+ "log_reward_plus1_raw",
391
+ "reward_to_bond_ratio",
392
+ "liveness_hours",
393
+ "proposal_latency_hours",
394
+ "ancillary_bytes",
395
+ "requester_is_polymarket_adapter",
396
+ "proposer_prior_completed",
397
+ "proposer_prior_dispute_rate",
398
+ "proposer_prior_rejection_rate",
399
+ "requester_prior_completed",
400
+ "requester_prior_dispute_rate",
401
+ "requester_prior_rejection_rate",
402
+ "proposed_price_class",
403
+ "adapter_version"
404
+ ],
405
+ "file": "data/public_ai_decisions.parquet"
406
+ },
407
+ "public_ai_splits": {
408
+ "rows": 64,
409
+ "columns": [
410
+ "sample_id",
411
+ "decision_time_unix",
412
+ "split"
413
+ ],
414
+ "file": "data/public_ai_splits.parquet"
415
+ },
416
+ "public_ai_evidence": {
417
+ "rows": 192,
418
+ "columns": [
419
+ "sample_id",
420
+ "evidence_kind",
421
+ "source_transaction",
422
+ "source_block",
423
+ "evidence_time_unix",
424
+ "fields",
425
+ "evidence_id",
426
+ "availability_rule"
427
+ ],
428
+ "file": "data/public_ai_evidence.parquet"
429
+ },
430
+ "public_ai_predictions": {
431
+ "rows": 70,
432
+ "columns": [
433
+ "sample_id",
434
+ "model",
435
+ "split",
436
+ "probability_proposal_rejected",
437
+ "probability_std_across_runs",
438
+ "action",
439
+ "confidence",
440
+ "protocol_outcome",
441
+ "correct_if_automated",
442
+ "evidence_ids",
443
+ "explanation",
444
+ "stylized_normalized_cost",
445
+ "ground_truth_status"
446
+ ],
447
+ "file": "data/public_ai_predictions.parquet"
448
+ },
449
+ "public_ai_metrics": {
450
+ "rows": 7,
451
+ "columns": [
452
+ "model",
453
+ "n_test",
454
+ "roc_auc",
455
+ "brier_score",
456
+ "log_loss",
457
+ "ece_10",
458
+ "automated_coverage",
459
+ "automated_selective_error",
460
+ "investigate_rate",
461
+ "abstain_rate",
462
+ "stylized_normalized_cost"
463
+ ],
464
+ "file": "data/public_ai_metrics.parquet"
465
+ }
466
+ },
467
+ "label_boundary": "UMA protocol resolution; independent truth only where explicitly supplied",
468
+ "executable_demo": "notebooks/uma_minimal_trustworthy_ai_demo.ipynb",
469
+ "demo_metrics": "demo_outputs/minimal_ai_demo_metrics.json",
470
+ "public_clean_room_evidence": "public_evidence/",
471
+ "public_source_ai_evidence": "public_ai_evidence/",
472
+ "editable_figure_sources_and_exports": "editable_figures/",
473
+ "all_required_assertions_pass": true
474
+ }
demo_outputs/minimal_ai_demo_coefficients.csv ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ feature,coefficient
2
+ numeric__proposer_prior_dispute_rate,-1.4734985188255416
3
+ numeric__requester_prior_dispute_rate,1.050386382173382
4
+ numeric__requester_prior_rejection_rate,-0.8475273092609769
5
+ numeric__proposer_prior_rejection_rate,0.7498684031962612
6
+ categorical__proposed_price_class_binary_one,-0.6089609383135667
7
+ numeric__log_final_fee_raw,0.5874299230882832
8
+ categorical__proposed_price_class_indeterminate_half,0.49583271941596657
9
+ numeric__reward_to_bond_ratio,0.4665362976134765
10
+ categorical__proposed_price_class_other,0.43804111203265694
11
+ numeric__log_bond_raw,-0.3762309980702806
12
+ numeric__requester_prior_completed,0.32397690933118894
13
+ categorical__proposed_price_class_binary_zero,-0.3128481574022796
14
+ numeric__ancillary_bytes,0.2703270061298486
15
+ numeric__proposal_latency_hours,0.21685657550396628
16
+ numeric__log_reward_plus1_raw,0.12907120477620215
17
+ numeric__proposer_prior_completed,-0.1273908647453402
18
+ categorical__adapter_version_adapter_v2_0,0.012064735732777112
19
+ numeric__requester_is_polymarket_adapter,0.0
20
+ numeric__liveness_hours,0.0
demo_outputs/minimal_ai_demo_metrics.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "validation": {
3
+ "n": 161,
4
+ "roc_auc": 0.551984877126654,
5
+ "brier": 0.29444580519427704,
6
+ "log_loss": 1.1010026456724602,
7
+ "ece_10": 0.17552532875361798,
8
+ "automated_coverage": 0.30434782608695654,
9
+ "automated_selective_error": 0.5102040816326531,
10
+ "investigate_rate": 0.5093167701863354,
11
+ "abstain_rate": 0.18633540372670807
12
+ },
13
+ "test": {
14
+ "n": 160,
15
+ "roc_auc": 0.4841294783155248,
16
+ "brier": 0.3598869606749192,
17
+ "log_loss": 1.165776466934833,
18
+ "ece_10": 0.30815696223146555,
19
+ "automated_coverage": 0.45625,
20
+ "automated_selective_error": 0.5205479452054794,
21
+ "investigate_rate": 0.425,
22
+ "abstain_rate": 0.11875
23
+ }
24
+ }
demo_outputs/minimal_ai_demo_predictions_sample.csv ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ sample_id,decision_time_unix,challenge_deadline_unix,proposal_rejected_by_protocol,ground_truth_status,probability_protocol_rejection,action,confidence,explanation,evidence,abstention_reason,prediction_scope
2
+ 0x2f4de90e4bbd0566d2c6b04d527ff719f7de326f6c618917cc6070cdb4f880a4,1751341891,1751349091,1,protocol_resolution_only,0.7214930453359905,Investigate,0.4429860906719809,numeric__proposer_prior_rejection_rate contribution=+6.357; numeric__proposer_prior_dispute_rate contribution=-5.496; numeric__requester_prior_completed contribution=+1.141,"[""["", ""\"""", ""d"", ""9"", ""c"", ""4"", ""7"", ""9"", ""4"", ""6"", ""7"", ""f"", ""9"", ""d"", ""e"", ""9"", ""a"", ""0"", ""d"", ""c"", ""e"", ""a"", ""3"", ""f"", ""c"", ""6"", ""3"", ""8"", ""d"", ""d"", ""7"", ""e"", ""3"", ""5"", ""e"", ""0"", ""2"", ""0"", ""2"", ""0"", ""0"", ""1"", ""0"", ""7"", ""8"", ""a"", ""9"", ""2"", ""c"", ""b"", ""b"", ""0"", ""5"", ""5"", ""4"", ""9"", ""d"", ""f"", ""4"", ""3"", ""e"", ""f"", ""e"", ""0"", ""1"", ""5"", ""\"""", "","", "" "", ""\"""", ""2"", ""e"", ""f"", ""8"", ""c"", ""7"", ""e"", ""5"", ""9"", ""3"", ""8"", ""0"", ""e"", ""a"", ""a"", ""8"", ""d"", ""0"", ""d"", ""2"", ""2"", ""9"", ""3"", ""6"", ""9"", ""9"", ""7"", ""b"", ""8"", ""2"", ""f"", ""1"", ""6"", ""6"", ""a"", ""1"", ""4"", ""8"", ""3"", ""b"", ""5"", ""6"", ""6"", ""4"", ""1"", ""0"", ""3"", ""2"", ""9"", ""1"", ""0"", ""6"", ""9"", ""c"", ""9"", ""7"", ""d"", ""7"", ""3"", ""b"", ""1"", ""e"", ""c"", ""8"", ""\"""", "","", "" "", ""\"""", ""3"", ""7"", ""4"", ""8"", ""5"", ""2"", ""8"", ""f"", ""f"", ""c"", ""a"", ""e"", ""7"", ""6"", ""4"", ""7"", ""b"", ""d"", ""7"", ""7"", ""f"", ""2"", ""f"", ""f"", ""b"", ""3"", ""a"", ""a"", ""e"", ""e"", ""d"", ""8"", ""7"", ""1"", ""2"", ""e"", ""f"", ""c"", ""f"", ""f"", ""0"", ""0"", ""9"", ""8"", ""d"", ""7"", ""2"", ""c"", ""f"", ""2"", ""1"", ""b"", ""0"", ""9"", ""3"", ""3"", ""9"", ""a"", ""c"", ""9"", ""b"", ""f"", ""2"", ""d"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
3
+ 0x627c568d8f680dca6a9ff54b21de9cdd2ef1ad36b7c1c8f24a80b655d2b329bc,1751342405,1751349605,0,protocol_resolution_only,0.2300624736757586,Investigate,0.5398750526484828,numeric__proposer_prior_completed contribution=-2.922; numeric__requester_prior_completed contribution=+1.141; numeric__proposal_latency_hours contribution=+0.713,"[""["", ""\"""", ""9"", ""b"", ""5"", ""9"", ""5"", ""d"", ""d"", ""3"", ""1"", ""2"", ""5"", ""5"", ""1"", ""c"", ""f"", ""a"", ""5"", ""8"", ""a"", ""7"", ""b"", ""e"", ""9"", ""3"", ""6"", ""4"", ""4"", ""6"", ""0"", ""7"", ""c"", ""0"", ""4"", ""f"", ""1"", ""3"", ""1"", ""4"", ""4"", ""3"", ""0"", ""f"", ""e"", ""1"", ""9"", ""3"", ""a"", ""6"", ""e"", ""7"", ""2"", ""5"", ""5"", ""2"", ""6"", ""8"", ""8"", ""f"", ""6"", ""1"", ""1"", ""5"", ""8"", ""e"", ""\"""", "","", "" "", ""\"""", ""4"", ""7"", ""e"", ""1"", ""b"", ""4"", ""f"", ""9"", ""b"", ""f"", ""6"", ""f"", ""3"", ""0"", ""9"", ""7"", ""f"", ""a"", ""2"", ""a"", ""7"", ""0"", ""b"", ""8"", ""b"", ""2"", ""a"", ""c"", ""4"", ""e"", ""7"", ""f"", ""3"", ""9"", ""6"", ""5"", ""d"", ""a"", ""5"", ""d"", ""5"", ""6"", ""1"", ""9"", ""6"", ""5"", ""9"", ""f"", ""d"", ""b"", ""5"", ""c"", ""3"", ""7"", ""e"", ""a"", ""1"", ""0"", ""7"", ""2"", ""a"", ""d"", ""4"", ""a"", ""\"""", "","", "" "", ""\"""", ""0"", ""7"", ""2"", ""a"", ""c"", ""3"", ""1"", ""e"", ""a"", ""1"", ""1"", ""f"", ""b"", ""1"", ""4"", ""9"", ""3"", ""e"", ""1"", ""f"", ""1"", ""5"", ""3"", ""2"", ""9"", ""f"", ""a"", ""5"", ""b"", ""d"", ""5"", ""4"", ""8"", ""0"", ""5"", ""7"", ""5"", ""2"", ""d"", ""6"", ""c"", ""a"", ""f"", ""0"", ""3"", ""2"", ""2"", ""0"", ""3"", ""3"", ""9"", ""5"", ""2"", ""4"", ""a"", ""4"", ""1"", ""d"", ""1"", ""9"", ""8"", ""4"", ""b"", ""6"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
4
+ 0x7758748cffc00a337d57ebd83c6d480c31057cf43f2ed81e8db4a199ad935f1a,1751342431,1751349631,0,protocol_resolution_only,0.7467212743365369,Investigate,0.4934425486730738,numeric__requester_prior_completed contribution=+1.141; numeric__ancillary_bytes contribution=+0.486; categorical__proposed_price_class_binary_zero contribution=-0.313,"[""["", ""\"""", ""4"", ""7"", ""5"", ""1"", ""6"", ""0"", ""1"", ""c"", ""9"", ""d"", ""2"", ""a"", ""5"", ""3"", ""1"", ""d"", ""1"", ""e"", ""0"", ""0"", ""0"", ""9"", ""d"", ""1"", ""c"", ""7"", ""5"", ""5"", ""b"", ""8"", ""5"", ""7"", ""b"", ""8"", ""d"", ""f"", ""7"", ""3"", ""f"", ""7"", ""9"", ""5"", ""e"", ""8"", ""6"", ""0"", ""b"", ""1"", ""9"", ""0"", ""4"", ""b"", ""7"", ""5"", ""2"", ""6"", ""e"", ""5"", ""c"", ""2"", ""5"", ""6"", ""2"", ""7"", ""\"""", "","", "" "", ""\"""", ""a"", ""4"", ""6"", ""a"", ""1"", ""7"", ""2"", ""f"", ""0"", ""c"", ""3"", ""5"", ""6"", ""6"", ""c"", ""4"", ""c"", ""c"", ""7"", ""f"", ""e"", ""a"", ""8"", ""8"", ""2"", ""d"", ""9"", ""c"", ""4"", ""3"", ""a"", ""6"", ""8"", ""4"", ""9"", ""f"", ""5"", ""7"", ""c"", ""c"", ""3"", ""5"", ""f"", ""e"", ""3"", ""0"", ""b"", ""1"", ""d"", ""5"", ""f"", ""2"", ""e"", ""f"", ""7"", ""c"", ""0"", ""7"", ""d"", ""c"", ""0"", ""5"", ""7"", ""8"", ""\"""", "","", "" "", ""\"""", ""a"", ""8"", ""c"", ""a"", ""9"", ""f"", ""2"", ""d"", ""8"", ""f"", ""3"", ""5"", ""d"", ""7"", ""c"", ""0"", ""e"", ""0"", ""d"", ""f"", ""6"", ""8"", ""7"", ""e"", ""7"", ""8"", ""6"", ""a"", ""c"", ""4"", ""0"", ""9"", ""9"", ""c"", ""e"", ""e"", ""1"", ""1"", ""0"", ""1"", ""9"", ""0"", ""c"", ""5"", ""0"", ""9"", ""6"", ""f"", ""1"", ""5"", ""a"", ""3"", ""d"", ""5"", ""1"", ""9"", ""e"", ""7"", ""2"", ""7"", ""c"", ""d"", ""1"", ""e"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
5
+ 0x4f90f1f683473d9ac24274568ea00cda97e2279959aef12ceeba21ee51454c7f,1751342447,1751349647,0,protocol_resolution_only,0.36931732386186733,Investigate,0.26136535227626534,numeric__proposer_prior_dispute_rate contribution=-1.912; numeric__requester_prior_completed contribution=+1.141; numeric__proposer_prior_rejection_rate contribution=+0.826,"[""["", ""\"""", ""3"", ""9"", ""8"", ""e"", ""7"", ""9"", ""1"", ""c"", ""2"", ""0"", ""5"", ""4"", ""5"", ""7"", ""8"", ""9"", ""c"", ""8"", ""6"", ""1"", ""7"", ""b"", ""9"", ""7"", ""f"", ""b"", ""5"", ""1"", ""e"", ""1"", ""c"", ""e"", ""3"", ""9"", ""f"", ""6"", ""b"", ""1"", ""3"", ""0"", ""5"", ""a"", ""8"", ""7"", ""9"", ""3"", ""1"", ""9"", ""2"", ""4"", ""1"", ""d"", ""9"", ""e"", ""e"", ""3"", ""e"", ""6"", ""3"", ""9"", ""1"", ""b"", ""7"", ""f"", ""\"""", "","", "" "", ""\"""", ""0"", ""7"", ""3"", ""7"", ""9"", ""9"", ""8"", ""2"", ""f"", ""1"", ""6"", ""e"", ""7"", ""3"", ""4"", ""b"", ""d"", ""e"", ""6"", ""f"", ""f"", ""c"", ""f"", ""f"", ""e"", ""1"", ""0"", ""a"", ""c"", ""4"", ""1"", ""0"", ""4"", ""7"", ""5"", ""9"", ""b"", ""7"", ""7"", ""0"", ""1"", ""e"", ""e"", ""7"", ""2"", ""8"", ""8"", ""4"", ""c"", ""8"", ""3"", ""f"", ""8"", ""5"", ""1"", ""6"", ""3"", ""0"", ""8"", ""5"", ""6"", ""e"", ""8"", ""5"", ""\"""", "","", "" "", ""\"""", ""f"", ""0"", ""c"", ""e"", ""4"", ""2"", ""3"", ""f"", ""8"", ""b"", ""8"", ""c"", ""e"", ""b"", ""a"", ""6"", ""7"", ""6"", ""b"", ""f"", ""a"", ""7"", ""1"", ""4"", ""5"", ""7"", ""e"", ""7"", ""d"", ""7"", ""f"", ""6"", ""2"", ""a"", ""d"", ""4"", ""8"", ""f"", ""1"", ""9"", ""d"", ""8"", ""4"", ""9"", ""1"", ""d"", ""3"", ""f"", ""c"", ""5"", ""7"", ""3"", ""c"", ""4"", ""2"", ""6"", ""5"", ""3"", ""f"", ""5"", ""6"", ""d"", ""c"", ""e"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
6
+ 0xdbb9a0b93b0679afa738dd19a14f0404cf84863aa9e7c6367a68eef928cae274,1751343933,1751351133,0,protocol_resolution_only,0.7845748639517585,Investigate,0.5691497279035169,numeric__requester_prior_completed contribution=+1.141; numeric__ancillary_bytes contribution=+0.486; numeric__proposer_prior_dispute_rate contribution=+0.479,"[""["", ""\"""", ""8"", ""5"", ""8"", ""a"", ""5"", ""e"", ""e"", ""9"", ""c"", ""e"", ""1"", ""d"", ""2"", ""c"", ""5"", ""d"", ""3"", ""9"", ""4"", ""a"", ""7"", ""1"", ""2"", ""3"", ""0"", ""7"", ""2"", ""0"", ""1"", ""9"", ""6"", ""0"", ""e"", ""4"", ""7"", ""b"", ""7"", ""0"", ""5"", ""2"", ""a"", ""f"", ""3"", ""6"", ""0"", ""c"", ""c"", ""1"", ""e"", ""b"", ""9"", ""2"", ""4"", ""d"", ""8"", ""7"", ""6"", ""1"", ""4"", ""d"", ""0"", ""8"", ""e"", ""b"", ""\"""", "","", "" "", ""\"""", ""b"", ""d"", ""6"", ""e"", ""1"", ""4"", ""2"", ""a"", ""5"", ""f"", ""0"", ""b"", ""a"", ""b"", ""e"", ""1"", ""1"", ""7"", ""c"", ""7"", ""3"", ""b"", ""7"", ""3"", ""b"", ""7"", ""9"", ""1"", ""0"", ""6"", ""e"", ""2"", ""6"", ""a"", ""f"", ""1"", ""5"", ""4"", ""7"", ""c"", ""1"", ""f"", ""8"", ""f"", ""5"", ""a"", ""0"", ""b"", ""4"", ""4"", ""a"", ""6"", ""d"", ""c"", ""e"", ""7"", ""3"", ""5"", ""a"", ""d"", ""8"", ""a"", ""1"", ""7"", ""\"""", "","", "" "", ""\"""", ""5"", ""6"", ""f"", ""c"", ""b"", ""d"", ""8"", ""3"", ""8"", ""e"", ""0"", ""f"", ""1"", ""0"", ""3"", ""d"", ""f"", ""6"", ""f"", ""0"", ""0"", ""a"", ""b"", ""3"", ""1"", ""0"", ""d"", ""a"", ""9"", ""1"", ""7"", ""c"", ""2"", ""b"", ""7"", ""b"", ""d"", ""1"", ""9"", ""3"", ""7"", ""8"", ""4"", ""3"", ""9"", ""c"", ""6"", ""5"", ""a"", ""8"", ""7"", ""9"", ""3"", ""a"", ""2"", ""0"", ""4"", ""0"", ""2"", ""6"", ""8"", ""e"", ""7"", ""f"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
7
+ 0x3226c1fbc7d48c3dc062475a94d0b157825922d4ef24ed7f865480b11c2ed6f6,1751344959,1751352159,1,protocol_resolution_only,0.6503520134230695,Investigate,0.30070402684613895,numeric__requester_prior_completed contribution=+1.141; numeric__proposer_prior_dispute_rate contribution=+0.618; categorical__proposed_price_class_binary_one contribution=-0.609,"[""["", ""\"""", ""8"", ""3"", ""d"", ""0"", ""6"", ""4"", ""3"", ""e"", ""6"", ""c"", ""2"", ""f"", ""1"", ""6"", ""7"", ""2"", ""3"", ""5"", ""d"", ""c"", ""a"", ""b"", ""2"", ""9"", ""1"", ""8"", ""9"", ""d"", ""c"", ""7"", ""f"", ""4"", ""e"", ""e"", ""d"", ""7"", ""7"", ""9"", ""9"", ""5"", ""b"", ""c"", ""9"", ""5"", ""c"", ""1"", ""d"", ""2"", ""b"", ""1"", ""6"", ""1"", ""9"", ""a"", ""5"", ""d"", ""4"", ""f"", ""9"", ""d"", ""1"", ""8"", ""3"", ""c"", ""\"""", "","", "" "", ""\"""", ""8"", ""e"", ""2"", ""f"", ""4"", ""e"", ""8"", ""9"", ""e"", ""f"", ""d"", ""2"", ""9"", ""9"", ""1"", ""8"", ""3"", ""d"", ""d"", ""4"", ""7"", ""7"", ""9"", ""5"", ""9"", ""e"", ""7"", ""c"", ""0"", ""1"", ""4"", ""e"", ""a"", ""a"", ""4"", ""5"", ""e"", ""a"", ""6"", ""c"", ""1"", ""1"", ""a"", ""4"", ""a"", ""e"", ""7"", ""4"", ""b"", ""2"", ""2"", ""3"", ""9"", ""6"", ""b"", ""3"", ""1"", ""1"", ""a"", ""6"", ""9"", ""2"", ""f"", ""1"", ""\"""", "","", "" "", ""\"""", ""d"", ""e"", ""8"", ""5"", ""c"", ""6"", ""8"", ""4"", ""e"", ""d"", ""d"", ""c"", ""8"", ""f"", ""1"", ""1"", ""e"", ""f"", ""7"", ""6"", ""0"", ""3"", ""2"", ""4"", ""b"", ""e"", ""a"", ""2"", ""7"", ""e"", ""1"", ""1"", ""8"", ""1"", ""9"", ""6"", ""2"", ""3"", ""d"", ""d"", ""f"", ""6"", ""6"", ""a"", ""5"", ""8"", ""8"", ""8"", ""e"", ""0"", ""c"", ""f"", ""b"", ""1"", ""6"", ""1"", ""1"", ""0"", ""9"", ""2"", ""7"", ""2"", ""c"", ""9"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
8
+ 0x7d5b4b27881ade156c824f7f8af7df95537d74b6736d7b4257dd638a42148207,1751347383,1751354583,0,protocol_resolution_only,0.7214279047523161,Investigate,0.4428558095046322,numeric__requester_prior_completed contribution=+1.141; numeric__proposer_prior_dispute_rate contribution=+0.618; categorical__proposed_price_class_binary_zero contribution=-0.313,"[""["", ""\"""", ""3"", ""e"", ""d"", ""4"", ""d"", ""a"", ""4"", ""9"", ""c"", ""4"", ""0"", ""4"", ""f"", ""4"", ""8"", ""c"", ""9"", ""c"", ""2"", ""f"", ""8"", ""c"", ""9"", ""4"", ""e"", ""7"", ""0"", ""e"", ""c"", ""c"", ""e"", ""6"", ""4"", ""0"", ""7"", ""7"", ""e"", ""9"", ""a"", ""3"", ""6"", ""6"", ""c"", ""0"", ""6"", ""9"", ""5"", ""7"", ""2"", ""6"", ""2"", ""4"", ""4"", ""9"", ""2"", ""2"", ""1"", ""0"", ""1"", ""2"", ""c"", ""a"", ""2"", ""5"", ""\"""", "","", "" "", ""\"""", ""2"", ""9"", ""d"", ""b"", ""0"", ""5"", ""9"", ""a"", ""6"", ""4"", ""3"", ""5"", ""6"", ""6"", ""f"", ""8"", ""0"", ""6"", ""0"", ""c"", ""6"", ""3"", ""2"", ""1"", ""4"", ""b"", ""a"", ""1"", ""8"", ""e"", ""d"", ""d"", ""0"", ""4"", ""c"", ""3"", ""1"", ""c"", ""f"", ""d"", ""8"", ""c"", ""4"", ""d"", ""7"", ""c"", ""5"", ""8"", ""a"", ""d"", ""3"", ""2"", ""f"", ""3"", ""e"", ""b"", ""f"", ""8"", ""e"", ""f"", ""e"", ""7"", ""d"", ""8"", ""\"""", "","", "" "", ""\"""", ""a"", ""2"", ""c"", ""2"", ""4"", ""d"", ""6"", ""f"", ""c"", ""6"", ""c"", ""b"", ""d"", ""9"", ""5"", ""b"", ""7"", ""9"", ""7"", ""3"", ""7"", ""5"", ""2"", ""7"", ""3"", ""c"", ""4"", ""b"", ""4"", ""f"", ""e"", ""3"", ""b"", ""b"", ""7"", ""4"", ""2"", ""b"", ""4"", ""c"", ""6"", ""7"", ""1"", ""9"", ""0"", ""2"", ""c"", ""2"", ""3"", ""2"", ""f"", ""6"", ""b"", ""e"", ""1"", ""b"", ""2"", ""7"", ""e"", ""9"", ""e"", ""9"", ""6"", ""d"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
9
+ 0x2f1fb7f5b3342bd15891eb317e9fa8ea57c0796f43482f28b871d7d55a2382ec,1751463517,1751470717,0,protocol_resolution_only,0.8831936742073172,Challenge,0.7663873484146344,numeric__proposal_latency_hours contribution=+1.353; numeric__requester_prior_completed contribution=+1.181; numeric__proposer_prior_dispute_rate contribution=+0.618,"[""["", ""\"""", ""c"", ""3"", ""7"", ""1"", ""9"", ""5"", ""c"", ""2"", ""c"", ""c"", ""2"", ""5"", ""9"", ""1"", ""2"", ""1"", ""7"", ""6"", ""f"", ""9"", ""8"", ""9"", ""5"", ""2"", ""f"", ""a"", ""3"", ""c"", ""1"", ""1"", ""2"", ""d"", ""4"", ""6"", ""a"", ""2"", ""0"", ""3"", ""f"", ""2"", ""9"", ""3"", ""4"", ""6"", ""b"", ""d"", ""6"", ""7"", ""7"", ""a"", ""d"", ""d"", ""7"", ""c"", ""5"", ""f"", ""7"", ""b"", ""7"", ""c"", ""a"", ""0"", ""d"", ""3"", ""\"""", "","", "" "", ""\"""", ""5"", ""b"", ""1"", ""7"", ""1"", ""c"", ""f"", ""d"", ""e"", ""3"", ""0"", ""9"", ""7"", ""6"", ""5"", ""7"", ""6"", ""e"", ""1"", ""2"", ""5"", ""d"", ""d"", ""e"", ""0"", ""b"", ""f"", ""1"", ""6"", ""0"", ""7"", ""e"", ""5"", ""f"", ""2"", ""4"", ""f"", ""5"", ""f"", ""7"", ""0"", ""e"", ""b"", ""4"", ""9"", ""3"", ""5"", ""c"", ""9"", ""5"", ""a"", ""8"", ""0"", ""7"", ""3"", ""9"", ""f"", ""e"", ""7"", ""f"", ""0"", ""3"", ""f"", ""7"", ""\"""", "","", "" "", ""\"""", ""5"", ""c"", ""c"", ""4"", ""b"", ""5"", ""1"", ""9"", ""d"", ""a"", ""7"", ""8"", ""2"", ""f"", ""f"", ""d"", ""7"", ""b"", ""a"", ""3"", ""9"", ""c"", ""a"", ""3"", ""c"", ""4"", ""2"", ""0"", ""e"", ""d"", ""3"", ""8"", ""5"", ""0"", ""d"", ""0"", ""2"", ""5"", ""2"", ""9"", ""8"", ""0"", ""6"", ""6"", ""3"", ""4"", ""d"", ""3"", ""6"", ""4"", ""e"", ""f"", ""3"", ""6"", ""7"", ""b"", ""e"", ""f"", ""3"", ""7"", ""9"", ""c"", ""9"", ""3"", ""\"""", ""]""]",,conditional UMA protocol outcome; not independent factual truth
10
+ 0x97ba326e29ccfba8302ff122d577acc431eafcdf2e2b2e38bca28f88f8364c2e,1751467057,1751474257,0,protocol_resolution_only,0.5946912960499963,Abstain,0.18938259209999253,numeric__requester_prior_completed contribution=+1.181; categorical__proposed_price_class_binary_one contribution=-0.609; numeric__proposer_prior_dispute_rate contribution=+0.482,"[""["", ""\"""", ""7"", ""b"", ""0"", ""1"", ""9"", ""c"", ""1"", ""d"", ""a"", ""d"", ""3"", ""3"", ""3"", ""6"", ""e"", ""0"", ""9"", ""a"", ""5"", ""1"", ""b"", ""5"", ""6"", ""f"", ""2"", ""c"", ""0"", ""d"", ""f"", ""9"", ""5"", ""c"", ""9"", ""a"", ""b"", ""d"", ""0"", ""0"", ""e"", ""d"", ""6"", ""0"", ""1"", ""8"", ""4"", ""4"", ""f"", ""f"", ""a"", ""1"", ""7"", ""0"", ""1"", ""e"", ""6"", ""b"", ""3"", ""c"", ""3"", ""a"", ""e"", ""6"", ""1"", ""a"", ""\"""", "","", "" "", ""\"""", ""b"", ""1"", ""0"", ""3"", ""8"", ""d"", ""d"", ""7"", ""1"", ""8"", ""1"", ""b"", ""4"", ""a"", ""9"", ""e"", ""f"", ""8"", ""8"", ""0"", ""2"", ""9"", ""0"", ""9"", ""0"", ""f"", ""7"", ""0"", ""2"", ""2"", ""f"", ""3"", ""1"", ""5"", ""e"", ""b"", ""b"", ""2"", ""5"", ""d"", ""6"", ""2"", ""5"", ""7"", ""6"", ""1"", ""2"", ""f"", ""8"", ""7"", ""0"", ""d"", ""b"", ""0"", ""9"", ""7"", ""8"", ""8"", ""c"", ""f"", ""1"", ""3"", ""1"", ""0"", ""\"""", "","", "" "", ""\"""", ""0"", ""f"", ""c"", ""3"", ""5"", ""9"", ""b"", ""e"", ""8"", ""9"", ""8"", ""a"", ""b"", ""0"", ""4"", ""d"", ""2"", ""8"", ""c"", ""a"", ""3"", ""4"", ""9"", ""4"", ""8"", ""0"", ""4"", ""2"", ""9"", ""d"", ""0"", ""6"", ""4"", ""5"", ""5"", ""e"", ""e"", ""6"", ""5"", ""8"", ""f"", ""0"", ""7"", ""e"", ""8"", ""1"", ""4"", ""3"", ""9"", ""9"", ""b"", ""e"", ""7"", ""8"", ""4"", ""5"", ""9"", ""5"", ""7"", ""c"", ""9"", ""0"", ""d"", ""5"", ""\"""", ""]""]",probability lies in preregistered 0.40-0.60 abstention region,conditional UMA protocol outcome; not independent factual truth
11
+ 0x8e4132e8fd6f5edfad30982a941c1fa090f3ae473d753c43071f8e32bfb2fd13,1751467341,1751474541,0,protocol_resolution_only,0.9179751821942523,Challenge,0.8359503643885047,numeric__requester_prior_completed contribution=+1.181; numeric__ancillary_bytes contribution=+1.012; numeric__proposer_prior_dispute_rate contribution=+0.618,"[""["", ""\"""", ""5"", ""5"", ""9"", ""f"", ""3"", ""7"", ""e"", ""c"", ""b"", ""6"", ""3"", ""b"", ""b"", ""d"", ""7"", ""7"", ""b"", ""5"", ""3"", ""f"", ""5"", ""0"", ""f"", ""0"", ""d"", ""c"", ""2"", ""1"", ""c"", ""6"", ""0"", ""b"", ""0"", ""f"", ""c"", ""0"", ""3"", ""f"", ""5"", ""f"", ""5"", ""d"", ""6"", ""e"", ""a"", ""b"", ""8"", ""f"", ""f"", ""7"", ""e"", ""c"", ""f"", ""5"", ""3"", ""f"", ""5"", ""1"", ""c"", ""2"", ""a"", ""5"", ""1"", ""7"", ""\"""", "","", "" "", ""\"""", ""9"", ""7"", ""d"", ""a"", ""c"", ""d"", ""d"", ""d"", ""1"", ""3"", ""6"", ""0"", ""d"", ""d"", ""1"", ""c"", ""4"", ""2"", ""b"", ""5"", ""d"", ""7"", ""3"", ""d"", ""7"", ""4"", ""1"", ""0"", ""b"", ""0"", ""4"", ""e"", ""a"", ""a"", ""a"", ""4"", ""c"", ""f"", ""c"", ""7"", ""b"", ""0"", ""c"", ""4"", ""c"", ""e"", ""e"", ""d"", ""3"", ""5"", ""0"", ""1"", ""7"", ""d"", ""0"", ""9"", ""a"", ""9"", ""c"", ""e"", ""5"", ""4"", ""7"", ""c"", ""\"""", "","", "" "", ""\"""", ""c"", ""f"", ""3"", ""0"", ""c"", ""a"", ""a"", ""1"", ""a"", ""a"", ""c"", ""2"", ""f"", ""1"", ""a"", ""2"", ""2"", ""0"", ""2"", ""5"", ""4"", ""3"", ""a"", ""7"", ""e"", ""d"", ""d"", ""1"", ""7"", ""7"", ""d"", ""8"", ""b"", ""2"", ""6"", ""1"", ""d"", ""b"", ""6"", ""6"", ""9"", ""8"", ""8"", ""c"", ""9"", ""7"", ""b"", ""6"", ""2"", ""2"", ""e"", ""a"", ""7"", ""a"", ""9"", ""7"", ""3"", ""5"", ""4"", ""b"", ""8"", ""9"", ""9"", ""2"", ""\"""", ""]""]",,conditional UMA protocol outcome; not independent factual truth
12
+ 0x95fd8ee7242c00edc0a4a84eac34a9503d3eb5a45a901d9c8156abe9a02dfba1,1751485589,1751492789,1,protocol_resolution_only,0.3827387987896323,Investigate,0.2345224024207354,numeric__proposer_prior_completed contribution=-3.185; numeric__reward_to_bond_ratio contribution=+1.355; numeric__requester_prior_completed contribution=+1.183,"[""["", ""\"""", ""1"", ""1"", ""c"", ""d"", ""b"", ""7"", ""0"", ""8"", ""4"", ""7"", ""c"", ""9"", ""6"", ""3"", ""9"", ""5"", ""9"", ""1"", ""f"", ""3"", ""c"", ""0"", ""7"", ""f"", ""b"", ""f"", ""b"", ""f"", ""8"", ""4"", ""6"", ""8"", ""8"", ""e"", ""f"", ""8"", ""5"", ""0"", ""2"", ""c"", ""7"", ""4"", ""d"", ""1"", ""c"", ""7"", ""4"", ""c"", ""6"", ""7"", ""c"", ""8"", ""0"", ""7"", ""6"", ""1"", ""e"", ""f"", ""e"", ""1"", ""2"", ""5"", ""3"", ""3"", ""\"""", "","", "" "", ""\"""", ""5"", ""d"", ""2"", ""1"", ""8"", ""3"", ""5"", ""5"", ""4"", ""e"", ""3"", ""f"", ""c"", ""b"", ""2"", ""3"", ""f"", ""2"", ""a"", ""c"", ""c"", ""f"", ""1"", ""e"", ""2"", ""3"", ""7"", ""1"", ""6"", ""0"", ""4"", ""0"", ""9"", ""0"", ""1"", ""2"", ""4"", ""f"", ""e"", ""6"", ""8"", ""d"", ""c"", ""8"", ""a"", ""4"", ""e"", ""9"", ""d"", ""6"", ""c"", ""6"", ""0"", ""e"", ""0"", ""a"", ""8"", ""d"", ""0"", ""3"", ""a"", ""6"", ""b"", ""5"", ""\"""", "","", "" "", ""\"""", ""5"", ""d"", ""d"", ""a"", ""8"", ""e"", ""4"", ""0"", ""0"", ""1"", ""c"", ""1"", ""f"", ""9"", ""e"", ""1"", ""4"", ""6"", ""c"", ""a"", ""8"", ""2"", ""3"", ""2"", ""2"", ""e"", ""f"", ""5"", ""e"", ""3"", ""0"", ""8"", ""d"", ""1"", ""4"", ""1"", ""3"", ""3"", ""a"", ""d"", ""f"", ""a"", ""6"", ""b"", ""6"", ""6"", ""2"", ""b"", ""2"", ""0"", ""b"", ""5"", ""c"", ""6"", ""9"", ""7"", ""7"", ""0"", ""1"", ""3"", ""9"", ""9"", ""5"", ""1"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
13
+ 0x0b7a13df9aefcdb4504067fbb745e34edf666e2f5f8995a66315f07da17c50d9,1751485949,1751493149,1,protocol_resolution_only,0.3864650854510112,Investigate,0.22706982909797757,numeric__proposer_prior_completed contribution=-3.185; numeric__reward_to_bond_ratio contribution=+1.355; numeric__requester_prior_completed contribution=+1.183,"[""["", ""\"""", ""2"", ""e"", ""e"", ""7"", ""5"", ""b"", ""1"", ""1"", ""2"", ""c"", ""e"", ""2"", ""e"", ""a"", ""3"", ""7"", ""b"", ""b"", ""f"", ""0"", ""c"", ""4"", ""2"", ""a"", ""f"", ""4"", ""4"", ""5"", ""a"", ""f"", ""6"", ""d"", ""c"", ""9"", ""e"", ""6"", ""b"", ""2"", ""2"", ""4"", ""b"", ""d"", ""4"", ""3"", ""f"", ""e"", ""6"", ""4"", ""a"", ""f"", ""6"", ""3"", ""1"", ""b"", ""8"", ""7"", ""c"", ""c"", ""7"", ""0"", ""1"", ""5"", ""0"", ""2"", ""\"""", "","", "" "", ""\"""", ""a"", ""7"", ""a"", ""7"", ""2"", ""a"", ""e"", ""9"", ""a"", ""4"", ""e"", ""6"", ""1"", ""2"", ""4"", ""b"", ""2"", ""6"", ""3"", ""a"", ""3"", ""4"", ""9"", ""e"", ""0"", ""3"", ""8"", ""c"", ""2"", ""2"", ""d"", ""6"", ""3"", ""b"", ""e"", ""e"", ""9"", ""7"", ""0"", ""e"", ""8"", ""d"", ""b"", ""2"", ""7"", ""1"", ""e"", ""d"", ""c"", ""1"", ""c"", ""c"", ""c"", ""6"", ""f"", ""7"", ""e"", ""a"", ""7"", ""d"", ""9"", ""d"", ""4"", ""f"", ""\"""", "","", "" "", ""\"""", ""7"", ""b"", ""6"", ""1"", ""b"", ""8"", ""d"", ""f"", ""f"", ""5"", ""c"", ""9"", ""e"", ""0"", ""d"", ""0"", ""7"", ""e"", ""b"", ""8"", ""3"", ""7"", ""2"", ""2"", ""f"", ""9"", ""c"", ""9"", ""8"", ""4"", ""d"", ""a"", ""f"", ""3"", ""f"", ""0"", ""f"", ""5"", ""7"", ""0"", ""8"", ""d"", ""3"", ""7"", ""a"", ""d"", ""2"", ""1"", ""f"", ""d"", ""2"", ""3"", ""e"", ""3"", ""4"", ""2"", ""b"", ""0"", ""a"", ""b"", ""7"", ""c"", ""e"", ""0"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
14
+ 0x17f396931004b888e28d3d044c63094e19f2986405672fd724a53989d5d3f40c,1751486077,1751493277,1,protocol_resolution_only,0.386467211964278,Investigate,0.22706557607144395,numeric__proposer_prior_completed contribution=-3.185; numeric__reward_to_bond_ratio contribution=+1.355; numeric__requester_prior_completed contribution=+1.183,"[""["", ""\"""", ""f"", ""b"", ""8"", ""c"", ""8"", ""7"", ""5"", ""8"", ""9"", ""e"", ""8"", ""d"", ""1"", ""a"", ""5"", ""1"", ""9"", ""8"", ""6"", ""f"", ""1"", ""f"", ""c"", ""8"", ""7"", ""7"", ""c"", ""5"", ""1"", ""4"", ""0"", ""d"", ""6"", ""6"", ""d"", ""7"", ""8"", ""a"", ""7"", ""e"", ""2"", ""0"", ""a"", ""2"", ""1"", ""b"", ""e"", ""e"", ""d"", ""7"", ""e"", ""c"", ""3"", ""4"", ""5"", ""0"", ""1"", ""7"", ""6"", ""b"", ""2"", ""6"", ""8"", ""5"", ""\"""", "","", "" "", ""\"""", ""f"", ""b"", ""d"", ""4"", ""6"", ""7"", ""6"", ""d"", ""c"", ""e"", ""2"", ""d"", ""3"", ""b"", ""4"", ""6"", ""7"", ""9"", ""a"", ""9"", ""7"", ""e"", ""4"", ""f"", ""1"", ""8"", ""7"", ""8"", ""4"", ""3"", ""f"", ""9"", ""4"", ""d"", ""e"", ""4"", ""7"", ""c"", ""c"", ""f"", ""5"", ""8"", ""b"", ""0"", ""5"", ""b"", ""6"", ""3"", ""4"", ""9"", ""0"", ""1"", ""1"", ""6"", ""7"", ""6"", ""4"", ""3"", ""c"", ""0"", ""6"", ""4"", ""f"", ""b"", ""\"""", "","", "" "", ""\"""", ""1"", ""e"", ""9"", ""5"", ""a"", ""c"", ""3"", ""0"", ""0"", ""1"", ""9"", ""2"", ""c"", ""2"", ""d"", ""e"", ""f"", ""7"", ""d"", ""1"", ""c"", ""f"", ""3"", ""7"", ""4"", ""7"", ""0"", ""2"", ""6"", ""f"", ""d"", ""d"", ""c"", ""0"", ""e"", ""d"", ""f"", ""e"", ""1"", ""6"", ""5"", ""b"", ""4"", ""d"", ""9"", ""2"", ""9"", ""9"", ""3"", ""7"", ""0"", ""2"", ""8"", ""5"", ""6"", ""e"", ""b"", ""d"", ""d"", ""1"", ""f"", ""f"", ""c"", ""5"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
15
+ 0x4795fed337c8f4872d0774a65db81e89b9b101713d05fe338bbe78b95e657730,1751675358,1751682558,0,protocol_resolution_only,0.06527829537092618,Accept,0.8694434092581477,numeric__proposer_prior_dispute_rate contribution=-2.860; numeric__requester_prior_completed contribution=+1.200; numeric__requester_prior_dispute_rate contribution=-0.355,"[""["", ""\"""", ""8"", ""5"", ""6"", ""5"", ""5"", ""7"", ""8"", ""2"", ""b"", ""8"", ""1"", ""8"", ""e"", ""2"", ""a"", ""8"", ""0"", ""5"", ""8"", ""d"", ""f"", ""c"", ""f"", ""5"", ""d"", ""e"", ""9"", ""d"", ""c"", ""c"", ""a"", ""c"", ""f"", ""8"", ""4"", ""9"", ""2"", ""2"", ""6"", ""8"", ""0"", ""4"", ""2"", ""4"", ""e"", ""6"", ""8"", ""d"", ""4"", ""a"", ""0"", ""1"", ""e"", ""b"", ""4"", ""c"", ""6"", ""0"", ""f"", ""6"", ""2"", ""0"", ""5"", ""3"", ""\"""", "","", "" "", ""\"""", ""5"", ""3"", ""a"", ""8"", ""4"", ""7"", ""1"", ""0"", ""8"", ""f"", ""c"", ""f"", ""8"", ""5"", ""a"", ""6"", ""9"", ""8"", ""e"", ""7"", ""0"", ""b"", ""a"", ""5"", ""e"", ""c"", ""9"", ""c"", ""a"", ""4"", ""4"", ""c"", ""7"", ""b"", ""d"", ""8"", ""f"", ""f"", ""e"", ""5"", ""a"", ""7"", ""7"", ""b"", ""b"", ""d"", ""1"", ""3"", ""3"", ""5"", ""d"", ""f"", ""5"", ""f"", ""4"", ""1"", ""0"", ""8"", ""7"", ""7"", ""9"", ""4"", ""f"", ""9"", ""\"""", "","", "" "", ""\"""", ""1"", ""d"", ""8"", ""a"", ""4"", ""9"", ""0"", ""2"", ""f"", ""2"", ""b"", ""1"", ""6"", ""1"", ""6"", ""5"", ""d"", ""4"", ""0"", ""f"", ""b"", ""8"", ""d"", ""d"", ""4"", ""e"", ""8"", ""8"", ""1"", ""2"", ""c"", ""e"", ""c"", ""3"", ""0"", ""b"", ""f"", ""6"", ""e"", ""1"", ""3"", ""3"", ""4"", ""d"", ""8"", ""6"", ""5"", ""1"", ""1"", ""d"", ""e"", ""6"", ""7"", ""a"", ""a"", ""0"", ""d"", ""f"", ""4"", ""2"", ""2"", ""8"", ""4"", ""e"", ""\"""", ""]""]",,conditional UMA protocol outcome; not independent factual truth
16
+ 0xaa045900631a4d66a540d8ec29d3af1accd090575dfe830ee926588adc363926,1751686918,1751694118,1,protocol_resolution_only,0.15296914873057574,Accept,0.6940617025388485,numeric__requester_prior_dispute_rate contribution=-5.262; numeric__requester_prior_rejection_rate contribution=+3.963; numeric__proposer_prior_dispute_rate contribution=+0.618,"[""["", ""\"""", ""6"", ""b"", ""2"", ""8"", ""7"", ""6"", ""c"", ""8"", ""6"", ""1"", ""a"", ""4"", ""6"", ""2"", ""f"", ""b"", ""4"", ""d"", ""5"", ""e"", ""6"", ""5"", ""0"", ""5"", ""0"", ""b"", ""1"", ""d"", ""2"", ""7"", ""f"", ""f"", ""0"", ""1"", ""3"", ""f"", ""3"", ""2"", ""f"", ""1"", ""f"", ""e"", ""3"", ""8"", ""e"", ""9"", ""8"", ""d"", ""0"", ""8"", ""3"", ""3"", ""5"", ""9"", ""2"", ""6"", ""0"", ""1"", ""1"", ""8"", ""7"", ""f"", ""6"", ""e"", ""\"""", "","", "" "", ""\"""", ""b"", ""b"", ""2"", ""c"", ""3"", ""3"", ""b"", ""e"", ""f"", ""f"", ""c"", ""3"", ""8"", ""b"", ""9"", ""f"", ""6"", ""2"", ""5"", ""f"", ""5"", ""f"", ""4"", ""0"", ""f"", ""b"", ""2"", ""e"", ""9"", ""c"", ""4"", ""3"", ""1"", ""0"", ""7"", ""3"", ""9"", ""6"", ""b"", ""0"", ""3"", ""d"", ""b"", ""c"", ""2"", ""c"", ""b"", ""c"", ""0"", ""8"", ""d"", ""7"", ""a"", ""b"", ""b"", ""e"", ""3"", ""5"", ""5"", ""d"", ""2"", ""2"", ""f"", ""6"", ""\"""", "","", "" "", ""\"""", ""5"", ""4"", ""c"", ""2"", ""0"", ""b"", ""a"", ""4"", ""4"", ""e"", ""4"", ""7"", ""f"", ""2"", ""f"", ""6"", ""d"", ""0"", ""e"", ""5"", ""3"", ""3"", ""0"", ""9"", ""f"", ""9"", ""5"", ""a"", ""f"", ""6"", ""2"", ""f"", ""0"", ""8"", ""c"", ""8"", ""9"", ""6"", ""7"", ""9"", ""5"", ""6"", ""d"", ""2"", ""5"", ""1"", ""d"", ""d"", ""4"", ""9"", ""6"", ""d"", ""6"", ""5"", ""8"", ""f"", ""3"", ""c"", ""7"", ""1"", ""b"", ""9"", ""0"", ""4"", ""\"""", ""]""]",,conditional UMA protocol outcome; not independent factual truth
17
+ 0x4f201e6e9f28248846c445c5551be59129f42391df7b585454b9292ab431792f,1751800029,1751807229,1,protocol_resolution_only,0.0026118819813313555,Accept,0.9947762360373373,numeric__log_reward_plus1_raw contribution=-6.831; numeric__reward_to_bond_ratio contribution=-1.553; numeric__requester_prior_completed contribution=+1.205,"[""["", ""\"""", ""8"", ""a"", ""6"", ""c"", ""7"", ""b"", ""0"", ""4"", ""7"", ""2"", ""5"", ""c"", ""4"", ""0"", ""b"", ""9"", ""a"", ""b"", ""0"", ""2"", ""7"", ""6"", ""f"", ""e"", ""1"", ""a"", ""f"", ""a"", ""e"", ""0"", ""0"", ""b"", ""3"", ""c"", ""6"", ""2"", ""3"", ""b"", ""c"", ""c"", ""e"", ""5"", ""1"", ""a"", ""4"", ""6"", ""f"", ""d"", ""d"", ""3"", ""b"", ""4"", ""8"", ""9"", ""6"", ""1"", ""0"", ""c"", ""e"", ""b"", ""7"", ""b"", ""6"", ""a"", ""\"""", "","", "" "", ""\"""", ""e"", ""1"", ""c"", ""6"", ""3"", ""7"", ""f"", ""6"", ""d"", ""a"", ""c"", ""0"", ""2"", ""a"", ""c"", ""6"", ""3"", ""2"", ""d"", ""5"", ""7"", ""e"", ""d"", ""8"", ""5"", ""c"", ""f"", ""4"", ""c"", ""0"", ""b"", ""c"", ""3"", ""8"", ""d"", ""0"", ""6"", ""7"", ""c"", ""7"", ""1"", ""d"", ""f"", ""c"", ""b"", ""9"", ""e"", ""2"", ""b"", ""4"", ""c"", ""3"", ""1"", ""5"", ""3"", ""8"", ""9"", ""7"", ""8"", ""6"", ""8"", ""d"", ""5"", ""d"", ""\"""", "","", "" "", ""\"""", ""2"", ""b"", ""5"", ""5"", ""8"", ""e"", ""c"", ""e"", ""2"", ""a"", ""2"", ""9"", ""1"", ""2"", ""9"", ""6"", ""b"", ""5"", ""3"", ""4"", ""0"", ""6"", ""5"", ""6"", ""e"", ""7"", ""7"", ""b"", ""8"", ""b"", ""4"", ""3"", ""e"", ""2"", ""9"", ""8"", ""7"", ""4"", ""f"", ""2"", ""d"", ""6"", ""a"", ""0"", ""4"", ""a"", ""5"", ""4"", ""6"", ""d"", ""7"", ""9"", ""5"", ""f"", ""3"", ""3"", ""9"", ""6"", ""1"", ""e"", ""7"", ""2"", ""b"", ""0"", ""\"""", ""]""]",,conditional UMA protocol outcome; not independent factual truth
18
+ 0x8ff733508afb5617681d14c9da7882d52a9796ff253b31678bb00a7b99635290,1751827889,1751835089,1,protocol_resolution_only,0.08561364743645403,Accept,0.8287727051270919,numeric__proposer_prior_completed contribution=-3.438; numeric__requester_prior_completed contribution=+1.206; numeric__proposer_prior_dispute_rate contribution=+0.582,"[""["", ""\"""", ""7"", ""d"", ""a"", ""1"", ""4"", ""1"", ""1"", ""1"", ""d"", ""8"", ""2"", ""1"", ""b"", ""a"", ""9"", ""f"", ""a"", ""4"", ""6"", ""e"", ""2"", ""0"", ""3"", ""e"", ""e"", ""8"", ""8"", ""7"", ""f"", ""8"", ""2"", ""2"", ""c"", ""d"", ""e"", ""c"", ""d"", ""6"", ""e"", ""2"", ""a"", ""6"", ""b"", ""4"", ""2"", ""4"", ""b"", ""f"", ""e"", ""a"", ""2"", ""a"", ""0"", ""8"", ""8"", ""b"", ""e"", ""f"", ""4"", ""a"", ""f"", ""4"", ""3"", ""4"", ""\"""", "","", "" "", ""\"""", ""9"", ""d"", ""b"", ""b"", ""a"", ""8"", ""d"", ""d"", ""1"", ""a"", ""3"", ""b"", ""1"", ""a"", ""7"", ""0"", ""7"", ""c"", ""3"", ""b"", ""1"", ""8"", ""5"", ""9"", ""7"", ""0"", ""3"", ""c"", ""d"", ""2"", ""2"", ""a"", ""7"", ""3"", ""1"", ""7"", ""2"", ""7"", ""3"", ""d"", ""e"", ""0"", ""1"", ""3"", ""0"", ""c"", ""e"", ""8"", ""a"", ""1"", ""2"", ""3"", ""a"", ""8"", ""6"", ""5"", ""7"", ""1"", ""1"", ""f"", ""4"", ""6"", ""7"", ""e"", ""\"""", "","", "" "", ""\"""", ""8"", ""2"", ""0"", ""4"", ""c"", ""6"", ""f"", ""c"", ""5"", ""0"", ""4"", ""d"", ""e"", ""5"", ""9"", ""9"", ""4"", ""9"", ""b"", ""e"", ""c"", ""2"", ""b"", ""8"", ""2"", ""6"", ""6"", ""8"", ""b"", ""8"", ""a"", ""a"", ""2"", ""4"", ""e"", ""d"", ""e"", ""4"", ""a"", ""6"", ""8"", ""7"", ""5"", ""d"", ""6"", ""4"", ""d"", ""a"", ""b"", ""8"", ""7"", ""0"", ""2"", ""9"", ""a"", ""e"", ""5"", ""d"", ""e"", ""f"", ""0"", ""c"", ""5"", ""5"", ""\"""", ""]""]",,conditional UMA protocol outcome; not independent factual truth
19
+ 0x9269f69f72c1be901cf8bb7bcd529282c0d5c82aaf02af347c9109ac2e5fff1b,1751827889,1751835089,1,protocol_resolution_only,0.058340535882113666,Accept,0.8833189282357726,numeric__proposer_prior_completed contribution=-3.438; numeric__requester_prior_completed contribution=+1.206; categorical__proposed_price_class_binary_one contribution=-0.609,"[""["", ""\"""", ""9"", ""1"", ""2"", ""f"", ""0"", ""a"", ""5"", ""7"", ""4"", ""9"", ""8"", ""a"", ""0"", ""e"", ""f"", ""c"", ""9"", ""1"", ""7"", ""c"", ""6"", ""5"", ""3"", ""1"", ""9"", ""2"", ""8"", ""e"", ""9"", ""e"", ""b"", ""b"", ""2"", ""0"", ""5"", ""a"", ""5"", ""0"", ""5"", ""1"", ""2"", ""3"", ""9"", ""9"", ""9"", ""8"", ""f"", ""d"", ""5"", ""8"", ""8"", ""9"", ""a"", ""6"", ""d"", ""c"", ""f"", ""f"", ""c"", ""b"", ""f"", ""2"", ""f"", ""f"", ""\"""", "","", "" "", ""\"""", ""b"", ""6"", ""f"", ""7"", ""2"", ""1"", ""7"", ""3"", ""9"", ""d"", ""6"", ""a"", ""e"", ""a"", ""1"", ""2"", ""9"", ""2"", ""9"", ""1"", ""7"", ""8"", ""9"", ""e"", ""2"", ""5"", ""3"", ""3"", ""2"", ""e"", ""7"", ""f"", ""a"", ""f"", ""6"", ""a"", ""7"", ""2"", ""5"", ""1"", ""2"", ""3"", ""5"", ""b"", ""8"", ""7"", ""2"", ""7"", ""8"", ""7"", ""e"", ""2"", ""5"", ""d"", ""1"", ""3"", ""f"", ""b"", ""3"", ""4"", ""1"", ""f"", ""3"", ""8"", ""\"""", "","", "" "", ""\"""", ""7"", ""d"", ""1"", ""9"", ""0"", ""6"", ""2"", ""6"", ""d"", ""b"", ""b"", ""e"", ""e"", ""2"", ""f"", ""d"", ""e"", ""5"", ""5"", ""4"", ""9"", ""2"", ""b"", ""0"", ""9"", ""f"", ""b"", ""f"", ""a"", ""4"", ""d"", ""5"", ""0"", ""2"", ""2"", ""7"", ""e"", ""d"", ""6"", ""8"", ""b"", ""0"", ""8"", ""c"", ""6"", ""e"", ""0"", ""0"", ""8"", ""b"", ""1"", ""7"", ""7"", ""1"", ""d"", ""7"", ""3"", ""0"", ""d"", ""c"", ""3"", ""9"", ""9"", ""2"", ""\"""", ""]""]",,conditional UMA protocol outcome; not independent factual truth
20
+ 0x6f0539e7d57cff88e9fb6ead9ce1bd9701fca7aa7cd5d8df98f1b55efe826b42,1751912832,1751920032,1,protocol_resolution_only,0.6968170368304062,Investigate,0.3936340736608124,numeric__requester_prior_completed contribution=+1.208; numeric__proposer_prior_dispute_rate contribution=+0.618; categorical__proposed_price_class_binary_zero contribution=-0.313,"[""["", ""\"""", ""6"", ""4"", ""f"", ""0"", ""1"", ""3"", ""0"", ""d"", ""2"", ""c"", ""2"", ""4"", ""b"", ""b"", ""2"", ""c"", ""1"", ""7"", ""9"", ""b"", ""9"", ""f"", ""b"", ""a"", ""d"", ""4"", ""b"", ""f"", ""e"", ""b"", ""b"", ""f"", ""0"", ""7"", ""6"", ""9"", ""1"", ""4"", ""a"", ""6"", ""f"", ""3"", ""9"", ""f"", ""8"", ""7"", ""2"", ""4"", ""4"", ""e"", ""5"", ""c"", ""3"", ""7"", ""8"", ""3"", ""6"", ""7"", ""9"", ""2"", ""5"", ""2"", ""2"", ""c"", ""\"""", "","", "" "", ""\"""", ""0"", ""7"", ""b"", ""7"", ""1"", ""c"", ""0"", ""d"", ""b"", ""b"", ""9"", ""5"", ""5"", ""0"", ""e"", ""6"", ""4"", ""0"", ""d"", ""d"", ""1"", ""e"", ""2"", ""9"", ""c"", ""f"", ""8"", ""b"", ""2"", ""f"", ""6"", ""b"", ""c"", ""d"", ""d"", ""5"", ""0"", ""9"", ""1"", ""a"", ""c"", ""a"", ""d"", ""6"", ""7"", ""e"", ""2"", ""4"", ""5"", ""8"", ""0"", ""7"", ""5"", ""8"", ""1"", ""8"", ""e"", ""0"", ""2"", ""9"", ""3"", ""d"", ""7"", ""e"", ""\"""", "","", "" "", ""\"""", ""7"", ""1"", ""9"", ""2"", ""2"", ""f"", ""f"", ""f"", ""d"", ""1"", ""8"", ""b"", ""3"", ""6"", ""2"", ""7"", ""3"", ""d"", ""7"", ""8"", ""4"", ""5"", ""0"", ""8"", ""3"", ""2"", ""5"", ""f"", ""4"", ""1"", ""1"", ""2"", ""1"", ""9"", ""2"", ""6"", ""4"", ""9"", ""c"", ""9"", ""b"", ""3"", ""5"", ""c"", ""0"", ""7"", ""8"", ""6"", ""4"", ""1"", ""a"", ""5"", ""e"", ""e"", ""5"", ""f"", ""4"", ""8"", ""8"", ""b"", ""1"", ""5"", ""c"", ""c"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
21
+ 0x7f6433b79a4c70bf2938e756d0bea4f6e6e21a3b0af9e4f43d065ec888e5ca34,1751973343,1751980543,0,protocol_resolution_only,0.1939854199680892,Accept,0.6120291600638216,numeric__requester_prior_dispute_rate contribution=-5.262; numeric__requester_prior_rejection_rate contribution=+3.963; numeric__proposer_prior_dispute_rate contribution=+0.618,"[""["", ""\"""", ""6"", ""b"", ""3"", ""4"", ""b"", ""f"", ""f"", ""2"", ""8"", ""6"", ""9"", ""1"", ""1"", ""e"", ""9"", ""0"", ""3"", ""2"", ""8"", ""c"", ""c"", ""a"", ""8"", ""8"", ""8"", ""4"", ""b"", ""c"", ""9"", ""3"", ""e"", ""b"", ""f"", ""5"", ""f"", ""5"", ""7"", ""9"", ""8"", ""6"", ""1"", ""9"", ""c"", ""5"", ""9"", ""6"", ""b"", ""7"", ""6"", ""3"", ""2"", ""3"", ""4"", ""a"", ""d"", ""4"", ""b"", ""8"", ""0"", ""5"", ""5"", ""1"", ""4"", ""7"", ""\"""", "","", "" "", ""\"""", ""1"", ""6"", ""a"", ""f"", ""4"", ""4"", ""f"", ""7"", ""d"", ""d"", ""0"", ""3"", ""4"", ""4"", ""5"", ""3"", ""7"", ""a"", ""b"", ""4"", ""6"", ""e"", ""b"", ""9"", ""3"", ""d"", ""2"", ""f"", ""6"", ""c"", ""9"", ""d"", ""3"", ""6"", ""8"", ""9"", ""a"", ""c"", ""7"", ""b"", ""0"", ""1"", ""e"", ""7"", ""c"", ""4"", ""f"", ""b"", ""8"", ""6"", ""d"", ""1"", ""4"", ""0"", ""a"", ""0"", ""4"", ""d"", ""8"", ""4"", ""5"", ""4"", ""2"", ""8"", ""\"""", "","", "" "", ""\"""", ""7"", ""7"", ""b"", ""6"", ""0"", ""b"", ""4"", ""6"", ""6"", ""c"", ""b"", ""3"", ""2"", ""0"", ""f"", ""3"", ""b"", ""0"", ""6"", ""8"", ""f"", ""d"", ""6"", ""d"", ""b"", ""4"", ""9"", ""b"", ""7"", ""5"", ""4"", ""a"", ""6"", ""e"", ""c"", ""2"", ""4"", ""f"", ""4"", ""8"", ""6"", ""c"", ""b"", ""9"", ""f"", ""7"", ""8"", ""c"", ""7"", ""3"", ""d"", ""f"", ""0"", ""f"", ""a"", ""f"", ""6"", ""6"", ""8"", ""d"", ""8"", ""f"", ""f"", ""1"", ""\"""", ""]""]",,conditional UMA protocol outcome; not independent factual truth
22
+ 0x647994b163b8e07bac3d0c07a9b94d32b2e1bf4424f589488cb50e932a803c7e,1751990463,1751997663,0,protocol_resolution_only,0.004878618938546283,Accept,0.9902427621229074,numeric__requester_prior_dispute_rate contribution=-5.262; numeric__requester_prior_rejection_rate contribution=+3.963; numeric__proposer_prior_completed contribution=-3.565,"[""["", ""\"""", ""6"", ""a"", ""c"", ""e"", ""a"", ""2"", ""9"", ""7"", ""8"", ""a"", ""4"", ""6"", ""9"", ""6"", ""6"", ""2"", ""4"", ""b"", ""d"", ""e"", ""9"", ""2"", ""0"", ""3"", ""5"", ""3"", ""0"", ""1"", ""c"", ""b"", ""6"", ""b"", ""a"", ""3"", ""c"", ""6"", ""8"", ""5"", ""a"", ""3"", ""3"", ""5"", ""2"", ""2"", ""1"", ""1"", ""e"", ""6"", ""4"", ""6"", ""1"", ""d"", ""3"", ""1"", ""c"", ""7"", ""b"", ""d"", ""e"", ""8"", ""c"", ""5"", ""b"", ""5"", ""\"""", "","", "" "", ""\"""", ""5"", ""4"", ""c"", ""3"", ""6"", ""5"", ""d"", ""b"", ""a"", ""4"", ""d"", ""8"", ""3"", ""3"", ""7"", ""2"", ""d"", ""d"", ""2"", ""6"", ""c"", ""f"", ""7"", ""3"", ""d"", ""d"", ""d"", ""a"", ""f"", ""8"", ""0"", ""b"", ""c"", ""d"", ""c"", ""2"", ""c"", ""7"", ""4"", ""2"", ""1"", ""2"", ""8"", ""8"", ""1"", ""8"", ""e"", ""0"", ""2"", ""b"", ""b"", ""2"", ""f"", ""7"", ""0"", ""6"", ""8"", ""5"", ""e"", ""a"", ""b"", ""5"", ""a"", ""9"", ""\"""", "","", "" "", ""\"""", ""9"", ""2"", ""1"", ""2"", ""3"", ""0"", ""f"", ""b"", ""2"", ""6"", ""7"", ""d"", ""a"", ""b"", ""8"", ""a"", ""b"", ""3"", ""6"", ""6"", ""f"", ""0"", ""8"", ""a"", ""c"", ""b"", ""7"", ""f"", ""e"", ""1"", ""2"", ""b"", ""9"", ""a"", ""e"", ""a"", ""5"", ""7"", ""3"", ""8"", ""8"", ""b"", ""e"", ""4"", ""d"", ""c"", ""7"", ""1"", ""3"", ""0"", ""2"", ""e"", ""f"", ""1"", ""3"", ""e"", ""1"", ""5"", ""0"", ""c"", ""f"", ""4"", ""6"", ""6"", ""\"""", ""]""]",,conditional UMA protocol outcome; not independent factual truth
23
+ 0x7e77e5a73f629dd91853874c3a9012e7ff8ba10d33eb913063eeb6c359ab3fd0,1752026093,1752033293,1,protocol_resolution_only,0.9027785149697853,Challenge,0.8055570299395707,numeric__reward_to_bond_ratio contribution=+1.355; numeric__requester_prior_completed contribution=+1.210; numeric__log_bond_raw contribution=+1.045,"[""["", ""\"""", ""0"", ""a"", ""8"", ""4"", ""c"", ""f"", ""6"", ""2"", ""a"", ""5"", ""2"", ""f"", ""6"", ""f"", ""c"", ""b"", ""e"", ""b"", ""0"", ""f"", ""7"", ""d"", ""8"", ""f"", ""1"", ""2"", ""d"", ""8"", ""6"", ""a"", ""c"", ""5"", ""4"", ""b"", ""f"", ""f"", ""b"", ""c"", ""c"", ""b"", ""a"", ""4"", ""a"", ""1"", ""8"", ""0"", ""e"", ""c"", ""4"", ""6"", ""d"", ""5"", ""2"", ""e"", ""b"", ""e"", ""a"", ""5"", ""7"", ""1"", ""0"", ""3"", ""4"", ""b"", ""\"""", "","", "" "", ""\"""", ""7"", ""e"", ""8"", ""4"", ""4"", ""f"", ""6"", ""0"", ""b"", ""0"", ""8"", ""5"", ""d"", ""c"", ""5"", ""c"", ""6"", ""c"", ""0"", ""e"", ""b"", ""5"", ""a"", ""f"", ""b"", ""1"", ""8"", ""a"", ""4"", ""2"", ""0"", ""9"", ""e"", ""0"", ""1"", ""7"", ""2"", ""b"", ""8"", ""3"", ""6"", ""9"", ""4"", ""0"", ""d"", ""6"", ""f"", ""6"", ""9"", ""1"", ""d"", ""7"", ""8"", ""6"", ""1"", ""5"", ""c"", ""5"", ""a"", ""2"", ""4"", ""2"", ""e"", ""6"", ""\"""", "","", "" "", ""\"""", ""0"", ""d"", ""2"", ""e"", ""b"", ""7"", ""5"", ""b"", ""a"", ""0"", ""1"", ""1"", ""a"", ""e"", ""9"", ""b"", ""c"", ""9"", ""4"", ""5"", ""9"", ""c"", ""6"", ""3"", ""0"", ""2"", ""d"", ""d"", ""5"", ""f"", ""d"", ""8"", ""b"", ""4"", ""6"", ""2"", ""8"", ""6"", ""3"", ""d"", ""7"", ""f"", ""7"", ""3"", ""2"", ""e"", ""a"", ""7"", ""2"", ""6"", ""a"", ""b"", ""c"", ""0"", ""e"", ""6"", ""7"", ""0"", ""1"", ""a"", ""f"", ""c"", ""8"", ""9"", ""\"""", ""]""]",,conditional UMA protocol outcome; not independent factual truth
24
+ 0x3c33bee66a479edbc36fe15ec225aeb122cffadc6dbfa475091a42252a720fc8,1752050215,1752057415,1,protocol_resolution_only,0.8526282999104193,Challenge,0.7052565998208387,numeric__requester_prior_completed contribution=+1.211; numeric__proposer_prior_dispute_rate contribution=+0.618; numeric__ancillary_bytes contribution=+0.424,"[""["", ""\"""", ""0"", ""1"", ""6"", ""b"", ""c"", ""6"", ""9"", ""2"", ""6"", ""9"", ""c"", ""5"", ""6"", ""f"", ""e"", ""c"", ""8"", ""7"", ""8"", ""7"", ""0"", ""6"", ""6"", ""6"", ""a"", ""a"", ""a"", ""0"", ""9"", ""2"", ""6"", ""6"", ""2"", ""a"", ""f"", ""a"", ""8"", ""b"", ""e"", ""d"", ""2"", ""9"", ""e"", ""b"", ""4"", ""a"", ""b"", ""e"", ""1"", ""9"", ""b"", ""0"", ""0"", ""b"", ""4"", ""c"", ""a"", ""1"", ""a"", ""d"", ""7"", ""a"", ""4"", ""f"", ""\"""", "","", "" "", ""\"""", ""8"", ""3"", ""3"", ""4"", ""1"", ""e"", ""8"", ""9"", ""5"", ""b"", ""3"", ""0"", ""3"", ""6"", ""e"", ""1"", ""1"", ""e"", ""4"", ""4"", ""7"", ""f"", ""4"", ""f"", ""8"", ""4"", ""7"", ""5"", ""1"", ""4"", ""6"", ""3"", ""0"", ""d"", ""7"", ""a"", ""2"", ""4"", ""a"", ""1"", ""7"", ""8"", ""5"", ""c"", ""3"", ""0"", ""7"", ""6"", ""0"", ""9"", ""e"", ""9"", ""e"", ""7"", ""e"", ""6"", ""7"", ""f"", ""6"", ""8"", ""6"", ""2"", ""6"", ""2"", ""\"""", "","", "" "", ""\"""", ""5"", ""6"", ""6"", ""7"", ""d"", ""4"", ""8"", ""0"", ""9"", ""9"", ""d"", ""1"", ""9"", ""0"", ""4"", ""9"", ""9"", ""b"", ""7"", ""7"", ""0"", ""b"", ""4"", ""7"", ""b"", ""4"", ""b"", ""d"", ""d"", ""2"", ""9"", ""2"", ""8"", ""8"", ""1"", ""f"", ""6"", ""5"", ""f"", ""4"", ""7"", ""f"", ""3"", ""9"", ""c"", ""d"", ""8"", ""5"", ""b"", ""5"", ""e"", ""6"", ""9"", ""5"", ""3"", ""b"", ""a"", ""a"", ""f"", ""d"", ""e"", ""d"", ""4"", ""8"", ""\"""", ""]""]",,conditional UMA protocol outcome; not independent factual truth
25
+ 0x0de629781003cc43240d290140954cb2b6c6fa48b757b86e6c1c11c7f38d9f36,1752120401,1752127601,0,protocol_resolution_only,0.7847404778494264,Investigate,0.5694809556988527,numeric__requester_prior_completed contribution=+1.213; numeric__proposer_prior_dispute_rate contribution=+0.618; categorical__proposed_price_class_binary_one contribution=-0.609,"[""["", ""\"""", ""d"", ""d"", ""4"", ""5"", ""8"", ""7"", ""2"", ""2"", ""d"", ""6"", ""7"", ""3"", ""4"", ""4"", ""e"", ""b"", ""1"", ""d"", ""7"", ""6"", ""c"", ""5"", ""2"", ""f"", ""7"", ""9"", ""e"", ""d"", ""2"", ""b"", ""3"", ""0"", ""4"", ""2"", ""6"", ""1"", ""b"", ""e"", ""9"", ""0"", ""4"", ""6"", ""0"", ""2"", ""0"", ""7"", ""a"", ""6"", ""5"", ""1"", ""9"", ""b"", ""d"", ""6"", ""b"", ""e"", ""c"", ""b"", ""7"", ""5"", ""e"", ""a"", ""b"", ""0"", ""\"""", "","", "" "", ""\"""", ""7"", ""3"", ""f"", ""b"", ""c"", ""3"", ""c"", ""1"", ""8"", ""b"", ""f"", ""9"", ""c"", ""6"", ""9"", ""5"", ""a"", ""e"", ""c"", ""0"", ""9"", ""8"", ""6"", ""9"", ""7"", ""c"", ""a"", ""0"", ""9"", ""4"", ""7"", ""5"", ""4"", ""d"", ""a"", ""5"", ""9"", ""8"", ""3"", ""8"", ""e"", ""b"", ""0"", ""6"", ""2"", ""b"", ""a"", ""0"", ""4"", ""2"", ""e"", ""a"", ""6"", ""3"", ""3"", ""2"", ""4"", ""d"", ""7"", ""b"", ""5"", ""2"", ""c"", ""0"", ""\"""", "","", "" "", ""\"""", ""e"", ""e"", ""3"", ""d"", ""1"", ""0"", ""f"", ""a"", ""d"", ""c"", ""f"", ""6"", ""3"", ""9"", ""4"", ""b"", ""7"", ""7"", ""5"", ""0"", ""7"", ""3"", ""f"", ""3"", ""7"", ""d"", ""7"", ""d"", ""a"", ""5"", ""0"", ""2"", ""5"", ""9"", ""d"", ""9"", ""c"", ""1"", ""9"", ""5"", ""0"", ""e"", ""1"", ""6"", ""f"", ""0"", ""4"", ""8"", ""2"", ""c"", ""4"", ""7"", ""a"", ""e"", ""8"", ""4"", ""e"", ""e"", ""0"", ""f"", ""0"", ""e"", ""7"", ""4"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
26
+ 0xa969073c739071b36af781441fe0d029c5a28678b1293216f1459c32c49da647,1752324645,1752331845,1,protocol_resolution_only,0.23250255882859427,Investigate,0.5349948823428115,numeric__requester_prior_dispute_rate contribution=-4.731; numeric__requester_prior_rejection_rate contribution=+3.718; numeric__proposer_prior_dispute_rate contribution=+0.618,"[""["", ""\"""", ""a"", ""d"", ""a"", ""5"", ""6"", ""e"", ""7"", ""2"", ""4"", ""7"", ""8"", ""5"", ""0"", ""e"", ""5"", ""b"", ""2"", ""5"", ""b"", ""d"", ""c"", ""5"", ""a"", ""8"", ""2"", ""f"", ""9"", ""0"", ""6"", ""f"", ""7"", ""a"", ""b"", ""6"", ""2"", ""4"", ""3"", ""9"", ""7"", ""0"", ""0"", ""c"", ""8"", ""4"", ""3"", ""1"", ""6"", ""1"", ""f"", ""3"", ""6"", ""b"", ""7"", ""a"", ""e"", ""4"", ""e"", ""9"", ""d"", ""1"", ""0"", ""b"", ""6"", ""2"", ""\"""", "","", "" "", ""\"""", ""3"", ""3"", ""9"", ""6"", ""6"", ""f"", ""e"", ""9"", ""e"", ""3"", ""8"", ""b"", ""f"", ""a"", ""3"", ""c"", ""e"", ""4"", ""c"", ""1"", ""6"", ""0"", ""2"", ""9"", ""1"", ""2"", ""6"", ""9"", ""9"", ""8"", ""7"", ""5"", ""f"", ""b"", ""5"", ""4"", ""7"", ""c"", ""6"", ""b"", ""9"", ""2"", ""d"", ""5"", ""a"", ""2"", ""b"", ""4"", ""c"", ""b"", ""7"", ""5"", ""7"", ""c"", ""7"", ""2"", ""5"", ""d"", ""5"", ""a"", ""9"", ""f"", ""0"", ""9"", ""\"""", "","", "" "", ""\"""", ""2"", ""d"", ""3"", ""b"", ""8"", ""6"", ""2"", ""9"", ""7"", ""d"", ""7"", ""7"", ""0"", ""f"", ""c"", ""9"", ""8"", ""3"", ""e"", ""6"", ""3"", ""0"", ""0"", ""5"", ""9"", ""f"", ""9"", ""6"", ""7"", ""d"", ""4"", ""8"", ""f"", ""9"", ""5"", ""9"", ""9"", ""a"", ""d"", ""7"", ""f"", ""6"", ""0"", ""1"", ""c"", ""c"", ""0"", ""9"", ""6"", ""c"", ""1"", ""8"", ""c"", ""f"", ""a"", ""a"", ""b"", ""2"", ""2"", ""f"", ""1"", ""b"", ""2"", ""4"", ""\"""", ""]""]",uncertain probability requires additional evidence,conditional UMA protocol outcome; not independent factual truth
draft_manifest.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "Oracle4CEG/OracleEconLab-Oracle-Incentives-v1",
3
+ "status": "published",
4
+ "version": "1.5.0-draft",
5
+ "fixed_cutoff": "2026-06-30T23:59:59Z",
6
+ "row_counts": {
7
+ "abc_dictionary": 28,
8
+ "uma_real_episode": 1,
9
+ "uma_real_episode_abc": 28,
10
+ "uma_public_rpc_episode": 1,
11
+ "uma_public_rpc_abc": 28,
12
+ "uma_decisions": 810,
13
+ "uma_decision_splits": 810,
14
+ "decision_evidence": 2430,
15
+ "ai_feature_dictionary": 16,
16
+ "public_ai_episodes": 64,
17
+ "public_ai_decisions": 64,
18
+ "public_ai_splits": 64,
19
+ "public_ai_evidence": 192,
20
+ "public_ai_predictions": 70,
21
+ "public_ai_metrics": 7
22
+ },
23
+ "files_checksummed": 44,
24
+ "contains_private_rpc_urls": false,
25
+ "contains_private_keys_or_credentials": false,
26
+ "all_required_assertions_pass": true,
27
+ "published_at_utc": "2026-08-18T02:44:07.967724+00:00",
28
+ "publication_target": "https://huggingface.co/datasets/Oracle4CEG/OracleEconLab-Oracle-Incentives-v1"
29
+ }
editable_figures/oracle_trustworthy_dgp.drawio ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <mxfile host="app.diagrams.net" modified="2026-08-16T00:00:00.000Z" agent="Codex" version="24.7.17" type="device">
3
+ <diagram id="oracle-dgp-v1" name="Trustworthy Oracle DGP">
4
+ <mxGraphModel dx="1600" dy="1000" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1600" pageHeight="1000" math="0" shadow="0">
5
+ <root>
6
+ <mxCell id="0"/>
7
+ <mxCell id="1" parent="0"/>
8
+
9
+ <!-- Cross-panel and state-transition connectors are placed first so they remain behind nodes. -->
10
+ <mxCell id="e-a-b" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;strokeColor=#64748B;strokeWidth=3;endArrow=block;endFill=1;" edge="1" parent="1" source="panel-a" target="panel-b">
11
+ <mxGeometry relative="1" as="geometry"/>
12
+ </mxCell>
13
+ <mxCell id="e-b-c" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;strokeColor=#64748B;strokeWidth=3;endArrow=block;endFill=1;" edge="1" parent="1" source="panel-b" target="panel-c">
14
+ <mxGeometry relative="1" as="geometry"/>
15
+ </mxCell>
16
+ <mxCell id="e-c-d" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;orthogonalLoop=1;jettySize=auto;html=1;strokeColor=#64748B;strokeWidth=3;endArrow=block;endFill=1;" edge="1" parent="1" source="panel-c" target="panel-d">
17
+ <mxGeometry relative="1" as="geometry"/>
18
+ </mxCell>
19
+ <mxCell id="e-b1-b2" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;html=1;strokeColor=#2563EB;strokeWidth=2;endArrow=block;endFill=1;" edge="1" parent="1" source="b1" target="b2"><mxGeometry relative="1" as="geometry"/></mxCell>
20
+ <mxCell id="e-b2-b3" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;html=1;strokeColor=#2563EB;strokeWidth=2;endArrow=block;endFill=1;" edge="1" parent="1" source="b2" target="b3"><mxGeometry relative="1" as="geometry"/></mxCell>
21
+ <mxCell id="e-b3-b4" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;html=1;strokeColor=#2563EB;strokeWidth=2;endArrow=block;endFill=1;" edge="1" parent="1" source="b3" target="b4"><mxGeometry relative="1" as="geometry"/></mxCell>
22
+
23
+ <mxCell id="bg" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=none;" vertex="1" parent="1"><mxGeometry x="0" y="0" width="1600" height="1000" as="geometry"/></mxCell>
24
+ <mxCell id="title" value="&lt;b&gt;Trustworthy Oracle Data-Generating Process&lt;/b&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Arial;fontSize=30;fontColor=#0F172A;" vertex="1" parent="1"><mxGeometry x="48" y="25" width="1050" height="45" as="geometry"/></mxCell>
25
+ <mxCell id="subtitle" value="From protocol-specific records to comparable economic episodes and leakage-controlled AI decision data" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Arial;fontSize=16;fontColor=#475569;" vertex="1" parent="1"><mxGeometry x="48" y="70" width="1210" height="30" as="geometry"/></mxCell>
26
+ <mxCell id="status" value="CONCEPTUAL DESIGN · NO RESULTS" style="rounded=1;whiteSpace=wrap;html=1;arcSize=50;fillColor=#FEF3C7;strokeColor=#D97706;strokeWidth=1.5;align=center;verticalAlign=middle;fontFamily=Arial;fontSize=13;fontStyle=1;fontColor=#92400E;" vertex="1" parent="1"><mxGeometry x="1260" y="40" width="292" height="38" as="geometry"/></mxCell>
27
+
28
+ <!-- Panel A -->
29
+ <mxCell id="panel-a" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=3;fillColor=#FFFFFF;strokeColor=#CBD5E1;strokeWidth=2;" vertex="1" parent="1"><mxGeometry x="40" y="130" width="330" height="700" as="geometry"/></mxCell>
30
+ <mxCell id="a-header" value="&lt;b&gt;1 · Protocol-specific records&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#16324F;strokeColor=#16324F;align=left;spacingLeft=18;verticalAlign=middle;fontFamily=Arial;fontSize=17;fontColor=#FFFFFF;" vertex="1" parent="1"><mxGeometry x="56" y="148" width="298" height="46" as="geometry"/></mxCell>
31
+ <mxCell id="a1" value="&lt;b&gt;On-chain events&lt;/b&gt;&lt;br&gt;claim/request · dispute&lt;br&gt;challenge · resolution · transfer" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#E8F1FB;strokeColor=#2563EB;strokeWidth=2;align=left;spacingLeft=16;spacingRight=14;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#16324F;" vertex="1" parent="1"><mxGeometry x="64" y="218" width="282" height="112" as="geometry"/></mxCell>
32
+ <mxCell id="a1-icon" value="E" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;fillColor=#2563EB;strokeColor=#1D4ED8;fontFamily=Arial;fontSize=15;fontStyle=1;fontColor=#FFFFFF;align=center;verticalAlign=middle;" vertex="1" parent="1"><mxGeometry x="301" y="227" width="34" height="34" as="geometry"/></mxCell>
33
+ <mxCell id="a2" value="&lt;b&gt;Protocol rules&lt;/b&gt;&lt;br&gt;who may act · bond/reward · liveness · resolver · finality" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#EEF2FF;strokeColor=#7C3AED;strokeWidth=2;align=left;spacingLeft=16;spacingRight=14;verticalAlign=middle;fontFamily=Arial;fontSize=15;fontColor=#312E81;" vertex="1" parent="1"><mxGeometry x="64" y="358" width="282" height="112" as="geometry"/></mxCell>
34
+ <mxCell id="a2-icon" value="R" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;fillColor=#7C3AED;strokeColor=#6D28D9;fontFamily=Arial;fontSize=15;fontStyle=1;fontColor=#FFFFFF;align=center;verticalAlign=middle;" vertex="1" parent="1"><mxGeometry x="301" y="367" width="34" height="34" as="geometry"/></mxCell>
35
+ <mxCell id="a3" value="&lt;b&gt;Decision-time evidence&lt;/b&gt;&lt;br&gt;price/event sources · creation time&lt;br&gt;retrieval time · archive/hash" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#FFF7ED;strokeColor=#D97706;strokeWidth=2;dashed=1;dashPattern=6 4;align=left;spacingLeft=16;spacingRight=14;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#7C2D12;" vertex="1" parent="1"><mxGeometry x="64" y="498" width="282" height="124" as="geometry"/></mxCell>
36
+ <mxCell id="a3-icon" value="T" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;fillColor=#D97706;strokeColor=#B45309;fontFamily=Arial;fontSize=15;fontStyle=1;fontColor=#FFFFFF;align=center;verticalAlign=middle;" vertex="1" parent="1"><mxGeometry x="301" y="507" width="34" height="34" as="geometry"/></mxCell>
37
+ <mxCell id="a-note" value="&lt;b&gt;Adapter requirement&lt;/b&gt;&lt;br&gt;Map native events and rules into one common contract—without deleting original fields." style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#F1F5F9;strokeColor=#94A3B8;align=left;spacingLeft=16;spacingRight=16;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#334155;" vertex="1" parent="1"><mxGeometry x="64" y="658" width="282" height="132" as="geometry"/></mxCell>
38
+
39
+ <!-- Panel B -->
40
+ <mxCell id="panel-b" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=3;fillColor=#FFFFFF;strokeColor=#CBD5E1;strokeWidth=2;" vertex="1" parent="1"><mxGeometry x="410" y="130" width="340" height="700" as="geometry"/></mxCell>
41
+ <mxCell id="b-header" value="&lt;b&gt;2 · Common economic episode&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#1D4ED8;strokeColor=#1D4ED8;align=left;spacingLeft=18;verticalAlign=middle;fontFamily=Arial;fontSize=17;fontColor=#FFFFFF;" vertex="1" parent="1"><mxGeometry x="426" y="148" width="308" height="46" as="geometry"/></mxCell>
42
+ <mxCell id="b1" value="&lt;b&gt;1 · Claim / request&lt;/b&gt;&lt;br&gt;information object&lt;br&gt;+ proposer stake" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;fillColor=#EFF6FF;strokeColor=#2563EB;strokeWidth=2;align=left;spacingLeft=18;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#1E3A8A;" vertex="1" parent="1"><mxGeometry x="442" y="220" width="276" height="86" as="geometry"/></mxCell>
43
+ <mxCell id="b2" value="&lt;b&gt;2 · Challenge window&lt;/b&gt;&lt;br&gt;costly monitoring&lt;br&gt;before deadline" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;fillColor=#EFF6FF;strokeColor=#2563EB;strokeWidth=2;align=left;spacingLeft=18;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#1E3A8A;" vertex="1" parent="1"><mxGeometry x="442" y="348" width="276" height="86" as="geometry"/></mxCell>
44
+ <mxCell id="b3" value="&lt;b&gt;3 · Resolution&lt;/b&gt;&lt;br&gt;protocol adjudication&lt;br&gt;or optimistic finalization" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;fillColor=#EFF6FF;strokeColor=#2563EB;strokeWidth=2;align=left;spacingLeft=18;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#1E3A8A;" vertex="1" parent="1"><mxGeometry x="442" y="476" width="276" height="86" as="geometry"/></mxCell>
45
+ <mxCell id="b4" value="&lt;b&gt;4 · Settlement / payoff&lt;/b&gt;&lt;br&gt;transfer + capital release&lt;br&gt;+ delay" style="rounded=1;whiteSpace=wrap;html=1;arcSize=10;fillColor=#EFF6FF;strokeColor=#2563EB;strokeWidth=2;align=left;spacingLeft=18;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#1E3A8A;" vertex="1" parent="1"><mxGeometry x="442" y="604" width="276" height="86" as="geometry"/></mxCell>
46
+ <mxCell id="b-note" value="Unit of observation: one complete assertion/request lifecycle. Unresolved cases remain censored—not silently dropped." style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#F8FAFC;strokeColor=#94A3B8;align=left;spacingLeft=16;spacingRight=16;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#334155;" vertex="1" parent="1"><mxGeometry x="442" y="724" width="276" height="72" as="geometry"/></mxCell>
47
+
48
+ <!-- Panel C -->
49
+ <mxCell id="panel-c" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=3;fillColor=#FFFFFF;strokeColor=#CBD5E1;strokeWidth=2;" vertex="1" parent="1"><mxGeometry x="790" y="130" width="330" height="700" as="geometry"/></mxCell>
50
+ <mxCell id="c-header" value="&lt;b&gt;3 · A/B/C economic indices&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#0F766E;strokeColor=#0F766E;align=left;spacingLeft=18;verticalAlign=middle;fontFamily=Arial;fontSize=17;fontColor=#FFFFFF;" vertex="1" parent="1"><mxGeometry x="806" y="148" width="298" height="46" as="geometry"/></mxCell>
51
+ <mxCell id="c1" value="&lt;b&gt;A · Verification concentration&lt;/b&gt;&lt;br&gt;Who verifies? HHI · Top-k share&lt;br&gt;effective N · threshold N" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#ECFDF5;strokeColor=#0F766E;strokeWidth=2;align=left;spacingLeft=18;spacingRight=14;verticalAlign=middle;fontFamily=Arial;fontSize=15;fontColor=#134E4A;" vertex="1" parent="1"><mxGeometry x="814" y="226" width="282" height="126" as="geometry"/></mxCell>
52
+ <mxCell id="c2" value="&lt;b&gt;B · Incentives &amp;amp; frictions&lt;/b&gt;&lt;br&gt;Why verify? reward/bond&lt;br&gt;capital-days · verification cost&lt;br&gt;expected utility" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#ECFDF5;strokeColor=#0F766E;strokeWidth=2;align=left;spacingLeft=18;spacingRight=14;verticalAlign=middle;fontFamily=Arial;fontSize=15;fontColor=#134E4A;" vertex="1" parent="1"><mxGeometry x="814" y="392" width="282" height="126" as="geometry"/></mxCell>
53
+ <mxCell id="c3" value="&lt;b&gt;C · Accountability outcomes&lt;/b&gt;&lt;br&gt;What happens? dispute / win&lt;br&gt;realized net payoff&lt;br&gt;delay · censoring" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#ECFDF5;strokeColor=#0F766E;strokeWidth=2;align=left;spacingLeft=18;spacingRight=14;verticalAlign=middle;fontFamily=Arial;fontSize=15;fontColor=#134E4A;" vertex="1" parent="1"><mxGeometry x="814" y="558" width="282" height="138" as="geometry"/></mxCell>
54
+ <mxCell id="c-note" value="Every derived variable requires a formula, unit, source-field mapping, economic interpretation, and limitation." style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#F0FDFA;strokeColor=#5EEAD4;align=left;spacingLeft=16;spacingRight=16;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#115E59;" vertex="1" parent="1"><mxGeometry x="814" y="730" width="282" height="66" as="geometry"/></mxCell>
55
+
56
+ <!-- Panel D -->
57
+ <mxCell id="panel-d" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=3;fillColor=#FFFFFF;strokeColor=#CBD5E1;strokeWidth=2;" vertex="1" parent="1"><mxGeometry x="1160" y="130" width="400" height="700" as="geometry"/></mxCell>
58
+ <mxCell id="d-header" value="&lt;b&gt;4 · Validate, analyze, release&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#6D28D9;strokeColor=#6D28D9;align=left;spacingLeft=18;verticalAlign=middle;fontFamily=Arial;fontSize=18;fontColor=#FFFFFF;" vertex="1" parent="1"><mxGeometry x="1176" y="148" width="368" height="46" as="geometry"/></mxCell>
59
+ <mxCell id="d0" value="&lt;b&gt;Raw source archive&lt;/b&gt;&lt;br&gt;native fields + chain_id · contract · tx_hash · log_index · block · timestamp · checksum" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#F1F5F9;strokeColor=#64748B;strokeWidth=2;align=left;spacingLeft=16;spacingRight=14;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#334155;" vertex="1" parent="1"><mxGeometry x="1184" y="214" width="352" height="90" as="geometry"/></mxCell>
60
+ <mxCell id="d1" value="&lt;b&gt;Validated processed data&lt;/b&gt;&lt;br&gt;economic_episodes + actor_actions&lt;br&gt;QC status + provenance ID" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#F5F3FF;strokeColor=#7C3AED;strokeWidth=2;align=left;spacingLeft=16;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#4C1D95;" vertex="1" parent="1"><mxGeometry x="1184" y="330" width="352" height="88" as="geometry"/></mxCell>
61
+ <mxCell id="d2" value="&lt;b&gt;Summary statistics + tables&lt;/b&gt;&lt;br&gt;protocol-internal estimates&lt;br&gt;with coverage denominators" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#F5F3FF;strokeColor=#7C3AED;strokeWidth=2;align=left;spacingLeft=16;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#4C1D95;" vertex="1" parent="1"><mxGeometry x="1184" y="446" width="352" height="88" as="geometry"/></mxCell>
62
+ <mxCell id="d3" value="&lt;b&gt;Figures + AI decision snapshots&lt;/b&gt;&lt;br&gt;versioned visualization inputs · action&lt;br&gt;confidence · evidence · abstention" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#FFF7ED;strokeColor=#D97706;strokeWidth=2;dashed=1;dashPattern=6 4;align=left;spacingLeft=16;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#7C2D12;" vertex="1" parent="1"><mxGeometry x="1184" y="562" width="352" height="108" as="geometry"/></mxCell>
63
+ <mxCell id="d-boundary" value="&lt;b&gt;Label boundary&lt;/b&gt;&lt;br&gt;protocol outcome ≠ independent factual truth; unchallenged ≠ true" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#FEF2F2;strokeColor=#DC2626;strokeWidth=2;align=left;spacingLeft=16;spacingRight=14;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#991B1B;" vertex="1" parent="1"><mxGeometry x="1184" y="704" width="352" height="90" as="geometry"/></mxCell>
64
+
65
+ <!-- Reading-direction labels and legend -->
66
+ <mxCell id="lab-normalize" value="RECORD + VALIDATE" style="text;html=1;strokeColor=none;fillColor=#F8FAFC;align=center;verticalAlign=middle;whiteSpace=wrap;fontFamily=Arial;fontSize=11;fontStyle=1;fontColor=#64748B;" vertex="1" parent="1"><mxGeometry x="340" y="108" width="100" height="24" as="geometry"/></mxCell>
67
+ <mxCell id="lab-derive" value="DERIVE VARIABLES" style="text;html=1;strokeColor=none;fillColor=#F8FAFC;align=center;verticalAlign=middle;whiteSpace=wrap;fontFamily=Arial;fontSize=11;fontStyle=1;fontColor=#64748B;" vertex="1" parent="1"><mxGeometry x="720" y="108" width="96" height="24" as="geometry"/></mxCell>
68
+ <mxCell id="lab-release" value="SUMMARIZE + RELEASE" style="text;html=1;strokeColor=none;fillColor=#F8FAFC;align=center;verticalAlign=middle;whiteSpace=wrap;fontFamily=Arial;fontSize=11;fontStyle=1;fontColor=#64748B;" vertex="1" parent="1"><mxGeometry x="1080" y="108" width="140" height="24" as="geometry"/></mxCell>
69
+ <mxCell id="footer" value="&lt;b&gt;Evidence grammar:&lt;/b&gt;&amp;nbsp;&amp;nbsp; solid = observed record or deterministic transformation &amp;nbsp;·&amp;nbsp; dashed = additional decision-time evidence / benchmark layer &amp;nbsp;·&amp;nbsp; every released row retains a machine-checkable path to its source" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;fillColor=#FFFFFF;strokeColor=#CBD5E1;strokeWidth=1.5;align=center;verticalAlign=middle;fontFamily=Arial;fontSize=14;fontColor=#334155;" vertex="1" parent="1"><mxGeometry x="40" y="862" width="1520" height="76" as="geometry"/></mxCell>
70
+ <mxCell id="caption" value="Conceptual research design. Protocol-specific semantics remain explicit; the common schema supports comparison without treating protocol adjudication as independent truth." style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;fontFamily=Arial;fontSize=13;fontColor=#64748B;" vertex="1" parent="1"><mxGeometry x="110" y="945" width="1380" height="30" as="geometry"/></mxCell>
71
+ </root>
72
+ </mxGraphModel>
73
+ </diagram>
74
+ </mxfile>
editable_figures/oracle_trustworthy_dgp.pdf ADDED
Binary file (55.1 kB). View file
 
editable_figures/oracle_trustworthy_dgp.png ADDED

Git LFS Details

  • SHA256: aab149936d0f40e72dec4f0b2d895acee96a71c1cb56611165dd2e260dd0f691
  • Pointer size: 131 Bytes
  • Size of remote file: 891 kB
editable_figures/oracle_trustworthy_dgp.svg ADDED
editable_figures/uma_what_predicts_what.drawio ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <mxfile host="app.diagrams.net" modified="2026-08-16T00:00:00.000Z" agent="Codex" version="24.7.17" type="device">
3
+ <diagram id="uma-ai-v1" name="UMA What Predicts What">
4
+ <mxGraphModel dx="1600" dy="900" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1600" pageHeight="900" math="0" shadow="0">
5
+ <root>
6
+ <mxCell id="0"/>
7
+ <mxCell id="1" parent="0"/>
8
+ <mxCell id="bg" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=none;" vertex="1" parent="1"><mxGeometry x="0" y="0" width="1600" height="900" as="geometry"/></mxCell>
9
+ <mxCell id="title" value="&lt;b&gt;Minimal UMA Decision-Time Evaluation: What Predicts What?&lt;/b&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;fontFamily=Arial;fontSize=29;fontColor=#0F172A;" vertex="1" parent="1"><mxGeometry x="48" y="25" width="1200" height="45" as="geometry"/></mxCell>
10
+ <mxCell id="subtitle" value="A conditional protocol-outcome benchmark with frozen inputs, explicit abstention, and a hard label boundary" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;fontFamily=Arial;fontSize=16;fontColor=#475569;" vertex="1" parent="1"><mxGeometry x="48" y="70" width="1200" height="28" as="geometry"/></mxCell>
11
+ <mxCell id="status" value="WORKING DEMO · NOT A DEPLOYMENT POLICY" style="rounded=1;whiteSpace=wrap;html=1;arcSize=50;fillColor=#FEF3C7;strokeColor=#D97706;strokeWidth=1.5;align=center;verticalAlign=middle;fontFamily=Arial;fontSize=12;fontStyle=1;fontColor=#92400E;" vertex="1" parent="1"><mxGeometry x="1250" y="40" width="302" height="38" as="geometry"/></mxCell>
12
+
13
+ <mxCell id="e12" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;html=1;strokeColor=#64748B;strokeWidth=3;endArrow=block;endFill=1;" edge="1" parent="1" source="p1" target="p2"><mxGeometry relative="1" as="geometry"/></mxCell>
14
+ <mxCell id="e23" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;html=1;strokeColor=#64748B;strokeWidth=3;endArrow=block;endFill=1;" edge="1" parent="1" source="p2" target="p3"><mxGeometry relative="1" as="geometry"/></mxCell>
15
+ <mxCell id="e34" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;html=1;strokeColor=#64748B;strokeWidth=3;endArrow=block;endFill=1;" edge="1" parent="1" source="p3" target="p4"><mxGeometry relative="1" as="geometry"/></mxCell>
16
+ <mxCell id="elabel" value="EVALUATION ONLY" style="edgeStyle=orthogonalEdgeStyle;rounded=1;html=1;dashed=1;dashPattern=6 4;strokeColor=#DC2626;strokeWidth=2;endArrow=block;endFill=1;fontFamily=Arial;fontSize=11;fontStyle=1;fontColor=#991B1B;labelBackgroundColor=#FEF2F2;" edge="1" parent="1" source="label" target="evaluate"><mxGeometry relative="1" as="geometry"/></mxCell>
17
+
18
+ <mxCell id="p1" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=4;fillColor=#FFFFFF;strokeColor=#CBD5E1;strokeWidth=2;" vertex="1" parent="1"><mxGeometry x="40" y="130" width="330" height="470" as="geometry"/></mxCell>
19
+ <mxCell id="h1" value="&lt;b&gt;1 · Frozen observation cohort&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#16324F;strokeColor=#16324F;align=left;spacingLeft=16;fontFamily=Arial;fontSize=17;fontColor=#FFFFFF;" vertex="1" parent="1"><mxGeometry x="56" y="148" width="298" height="46" as="geometry"/></mxCell>
20
+ <mxCell id="unit" value="&lt;b&gt;Decision unit&lt;/b&gt;&lt;br&gt;one OOV2 proposal at&lt;br&gt;Polygon ProposePrice time" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#E8F1FB;strokeColor=#2563EB;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=15;fontColor=#16324F;" vertex="1" parent="1"><mxGeometry x="64" y="224" width="282" height="105" as="geometry"/></mxCell>
21
+ <mxCell id="cohort" value="&lt;b&gt;810 challenged cases&lt;/b&gt;&lt;br&gt;Grade-A cross-chain link&lt;br&gt;price-consistent · flow-exact" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#EEF2FF;strokeColor=#7C3AED;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=15;fontColor=#312E81;" vertex="1" parent="1"><mxGeometry x="64" y="360" width="282" height="105" as="geometry"/></mxCell>
22
+ <mxCell id="selection" value="&lt;b&gt;Selection warning&lt;/b&gt;&lt;br&gt;The cohort conditions on actual disputes. It does not estimate the value of challenging all proposals." style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#FEF2F2;strokeColor=#DC2626;strokeWidth=2;align=left;spacingLeft=16;spacingRight=14;fontFamily=Arial;fontSize=14;fontColor=#991B1B;" vertex="1" parent="1"><mxGeometry x="64" y="496" width="282" height="80" as="geometry"/></mxCell>
23
+
24
+ <mxCell id="p2" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=4;fillColor=#FFFFFF;strokeColor=#CBD5E1;strokeWidth=2;" vertex="1" parent="1"><mxGeometry x="410" y="130" width="350" height="470" as="geometry"/></mxCell>
25
+ <mxCell id="h2" value="&lt;b&gt;2 · Inputs available at decision time&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#0F766E;strokeColor=#0F766E;align=left;spacingLeft=16;fontFamily=Arial;fontSize=16;fontColor=#FFFFFF;" vertex="1" parent="1"><mxGeometry x="426" y="148" width="318" height="46" as="geometry"/></mxCell>
26
+ <mxCell id="f1" value="&lt;b&gt;Capital + timing&lt;/b&gt;&lt;br&gt;bond · fee · configured reward&lt;br&gt;liveness · proposal latency" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#ECFDF5;strokeColor=#0F766E;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=14;fontColor=#134E4A;" vertex="1" parent="1"><mxGeometry x="434" y="218" width="302" height="92" as="geometry"/></mxCell>
27
+ <mxCell id="f2" value="&lt;b&gt;Request + adapter context&lt;/b&gt;&lt;br&gt;ancillary bytes · price class&lt;br&gt;Polymarket adapter · version" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#ECFDF5;strokeColor=#0F766E;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=14;fontColor=#134E4A;" vertex="1" parent="1"><mxGeometry x="434" y="332" width="302" height="92" as="geometry"/></mxCell>
28
+ <mxCell id="f3" value="&lt;b&gt;Strictly lagged history&lt;/b&gt;&lt;br&gt;prior completed · dispute rate&lt;br&gt;rejection rate for actors" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#ECFDF5;strokeColor=#0F766E;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=14;fontColor=#134E4A;" vertex="1" parent="1"><mxGeometry x="434" y="446" width="302" height="92" as="geometry"/></mxCell>
29
+ <mxCell id="timestamp" value="All evidence timestamps ≤ proposal time" style="rounded=1;whiteSpace=wrap;html=1;arcSize=40;fillColor=#F0FDFA;strokeColor=#5EEAD4;align=center;fontFamily=Arial;fontSize=13;fontStyle=1;fontColor=#115E59;" vertex="1" parent="1"><mxGeometry x="450" y="552" width="270" height="30" as="geometry"/></mxCell>
30
+
31
+ <mxCell id="p3" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=4;fillColor=#FFFFFF;strokeColor=#CBD5E1;strokeWidth=2;" vertex="1" parent="1"><mxGeometry x="800" y="130" width="330" height="470" as="geometry"/></mxCell>
32
+ <mxCell id="h3" value="&lt;b&gt;3 · Frozen evaluation procedure&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#1D4ED8;strokeColor=#1D4ED8;align=left;spacingLeft=16;fontFamily=Arial;fontSize=16;fontColor=#FFFFFF;" vertex="1" parent="1"><mxGeometry x="816" y="148" width="298" height="46" as="geometry"/></mxCell>
33
+ <mxCell id="split" value="&lt;b&gt;Chronological 60 / 20 / 20&lt;/b&gt;&lt;br&gt;train 489 · validation 161&lt;br&gt;held-out test 160" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#EFF6FF;strokeColor=#2563EB;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=15;fontColor=#1E3A8A;" vertex="1" parent="1"><mxGeometry x="824" y="224" width="282" height="105" as="geometry"/></mxCell>
34
+ <mxCell id="model" value="&lt;b&gt;Interpretable baseline&lt;/b&gt;&lt;br&gt;one-hot + standardized features&lt;br&gt;fixed logistic regression" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#EFF6FF;strokeColor=#2563EB;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=15;fontColor=#1E3A8A;" vertex="1" parent="1"><mxGeometry x="824" y="360" width="282" height="105" as="geometry"/></mxCell>
35
+ <mxCell id="prob" value="&lt;b&gt;Predicts&lt;/b&gt;&lt;br&gt;P(protocol later rejects proposal&lt;br&gt;| selected cohort, t&lt;sub&gt;i&lt;/sub&gt; evidence)" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#EEF2FF;strokeColor=#7C3AED;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=14;fontColor=#4C1D95;" vertex="1" parent="1"><mxGeometry x="824" y="496" width="282" height="80" as="geometry"/></mxCell>
36
+
37
+ <mxCell id="p4" value="" style="rounded=1;whiteSpace=wrap;html=1;arcSize=4;fillColor=#FFFFFF;strokeColor=#CBD5E1;strokeWidth=2;" vertex="1" parent="1"><mxGeometry x="1170" y="130" width="390" height="470" as="geometry"/></mxCell>
38
+ <mxCell id="h4" value="&lt;b&gt;4 · Auditable decision + evaluation&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#6D28D9;strokeColor=#6D28D9;align=left;spacingLeft=16;fontFamily=Arial;fontSize=16;fontColor=#FFFFFF;" vertex="1" parent="1"><mxGeometry x="1186" y="148" width="358" height="46" as="geometry"/></mxCell>
39
+ <mxCell id="actions" value="&lt;b&gt;Four actions&lt;/b&gt;&lt;br&gt;&lt;font color=&quot;#166534&quot;&gt;Accept&lt;/font&gt; · &lt;font color=&quot;#92400E&quot;&gt;Investigate&lt;/font&gt; · &lt;font color=&quot;#991B1B&quot;&gt;Challenge&lt;/font&gt; · &lt;font color=&quot;#4C1D95&quot;&gt;Abstain&lt;/font&gt;&lt;br&gt;pre-registered probability regions" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#F5F3FF;strokeColor=#7C3AED;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=15;fontColor=#4C1D95;" vertex="1" parent="1"><mxGeometry x="1194" y="218" width="342" height="105" as="geometry"/></mxCell>
40
+ <mxCell id="record" value="&lt;b&gt;Per-decision record&lt;/b&gt;&lt;br&gt;action · probability · confidence&lt;br&gt;explanation · evidence IDs&lt;br&gt;abstention reason · scope" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#F5F3FF;strokeColor=#7C3AED;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=14;fontColor=#4C1D95;" vertex="1" parent="1"><mxGeometry x="1194" y="344" width="342" height="105" as="geometry"/></mxCell>
41
+ <mxCell id="evaluate" value="&lt;b&gt;Held-out evaluation&lt;/b&gt;&lt;br&gt;AUC · Brier · log loss · ECE&lt;br&gt;coverage · selective error&lt;br&gt;abstention + robustness" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#FFF7ED;strokeColor=#D97706;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=14;fontColor=#7C2D12;" vertex="1" parent="1"><mxGeometry x="1194" y="470" width="342" height="105" as="geometry"/></mxCell>
42
+
43
+ <mxCell id="label" value="&lt;b&gt;Later outcome label&lt;/b&gt;&lt;br&gt;proposal_rejected_by_protocol · DVM resolution · settlement records" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#FEF2F2;strokeColor=#DC2626;strokeWidth=2;align=left;spacingLeft=16;fontFamily=Arial;fontSize=15;fontColor=#991B1B;" vertex="1" parent="1"><mxGeometry x="630" y="654" width="350" height="92" as="geometry"/></mxCell>
44
+ <mxCell id="forbidden" value="&lt;b&gt;Forbidden as model inputs&lt;/b&gt;&lt;br&gt;dispute/resolution/settlement time · resolved price · payout · terminal outcome · label" style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#FFFFFF;strokeColor=#DC2626;strokeWidth=2;dashed=1;dashPattern=6 4;align=left;spacingLeft=16;fontFamily=Arial;fontSize=14;fontColor=#991B1B;" vertex="1" parent="1"><mxGeometry x="230" y="654" width="350" height="92" as="geometry"/></mxCell>
45
+ <mxCell id="boundary" value="&lt;b&gt;Interpretation boundary&lt;/b&gt;&lt;br&gt;The target is a later UMA protocol resolution—not independent factual truth and not a causal estimate of an optimal challenge policy." style="rounded=1;whiteSpace=wrap;html=1;arcSize=8;fillColor=#FEF2F2;strokeColor=#DC2626;strokeWidth=2;align=left;spacingLeft=18;spacingRight=18;fontFamily=Arial;fontSize=15;fontColor=#991B1B;" vertex="1" parent="1"><mxGeometry x="1030" y="654" width="500" height="92" as="geometry"/></mxCell>
46
+
47
+ <mxCell id="footer" value="&lt;b&gt;Evidence grammar:&lt;/b&gt;&amp;nbsp; green = decision-time features &amp;nbsp;·&amp;nbsp; blue = frozen estimation &amp;nbsp;·&amp;nbsp; purple = decision outputs &amp;nbsp;·&amp;nbsp; red = post-decision labels and limitations" style="rounded=1;whiteSpace=wrap;html=1;arcSize=6;fillColor=#FFFFFF;strokeColor=#CBD5E1;strokeWidth=1.5;align=center;fontFamily=Arial;fontSize=14;fontColor=#334155;" vertex="1" parent="1"><mxGeometry x="40" y="790" width="1520" height="58" as="geometry"/></mxCell>
48
+ </root>
49
+ </mxGraphModel>
50
+ </diagram>
51
+ </mxfile>
editable_figures/uma_what_predicts_what.pdf ADDED
Binary file (50.3 kB). View file
 
editable_figures/uma_what_predicts_what.png ADDED

Git LFS Details

  • SHA256: 466c7ceb7c41c016bd09fffd00273e25377009cf6f886fd6374dd6a04ce1894c
  • Pointer size: 131 Bytes
  • Size of remote file: 757 kB
editable_figures/uma_what_predicts_what.svg ADDED
notebooks/uma_minimal_trustworthy_ai_demo.ipynb ADDED
@@ -0,0 +1,514 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "id": "overview",
6
+ "metadata": {},
7
+ "source": [
8
+ "# Minimal Trustworthy-AI evaluation on real UMA decisions\n",
9
+ "\n",
10
+ "This notebook is a small, auditable demonstration—not a deployable challenge\n",
11
+ "agent. It predicts the **later UMA protocol outcome** for actually challenged,\n",
12
+ "Grade-A-linked proposals using only evidence available at proposal time. It\n",
13
+ "outputs probability, action, confidence, explanation, evidence references and\n",
14
+ "an explicit abstention path.\n",
15
+ "\n",
16
+ "The task is conditional on actual disputes. UMA resolution is not independent\n",
17
+ "factual truth, and undisputed proposals are not labeled true."
18
+ ]
19
+ },
20
+ {
21
+ "cell_type": "code",
22
+ "execution_count": 1,
23
+ "id": "imports",
24
+ "metadata": {
25
+ "execution": {
26
+ "iopub.execute_input": "2026-08-18T01:53:55.119377Z",
27
+ "iopub.status.busy": "2026-08-18T01:53:55.118636Z",
28
+ "iopub.status.idle": "2026-08-18T01:53:56.136882Z",
29
+ "shell.execute_reply": "2026-08-18T01:53:56.136152Z"
30
+ }
31
+ },
32
+ "outputs": [
33
+ {
34
+ "name": "stdout",
35
+ "output_type": "stream",
36
+ "text": [
37
+ "{'data_source': 'local draft', 'output': 'analysis_outputs/public_ai_demo'}\n"
38
+ ]
39
+ }
40
+ ],
41
+ "source": [
42
+ "from pathlib import Path\n",
43
+ "import json\n",
44
+ "import urllib.request\n",
45
+ "\n",
46
+ "import numpy as np\n",
47
+ "import pandas as pd\n",
48
+ "from sklearn.compose import ColumnTransformer\n",
49
+ "from sklearn.impute import SimpleImputer\n",
50
+ "from sklearn.linear_model import LogisticRegression\n",
51
+ "from sklearn.metrics import brier_score_loss, log_loss, roc_auc_score\n",
52
+ "from sklearn.pipeline import Pipeline\n",
53
+ "from sklearn.preprocessing import OneHotEncoder, StandardScaler\n",
54
+ "\n",
55
+ "SEED = 7\n",
56
+ "HF_REPO = \"Oracle4CEG/OracleEconLab-Oracle-Incentives-v1\"\n",
57
+ "HF_BASE = f\"https://huggingface.co/datasets/{HF_REPO}/resolve/main\"\n",
58
+ "\n",
59
+ "cwd = Path.cwd().resolve()\n",
60
+ "candidates = [cwd, *cwd.parents]\n",
61
+ "PROJECT_ROOT = next((p for p in candidates if (p / \"release/huggingface/OracleEconLab-Oracle-Incentives-v1\").exists()), None)\n",
62
+ "LOCAL_DRAFT = PROJECT_ROOT / \"release/huggingface/OracleEconLab-Oracle-Incentives-v1\" if PROJECT_ROOT else None\n",
63
+ "OUTPUT = (PROJECT_ROOT or cwd) / \"analysis_outputs/public_ai_demo\"\n",
64
+ "OUTPUT.mkdir(parents=True, exist_ok=True)\n",
65
+ "\n",
66
+ "def read_table(name):\n",
67
+ " local = LOCAL_DRAFT / f\"data/{name}.parquet\" if LOCAL_DRAFT else None\n",
68
+ " return pd.read_parquet(local if local and local.exists() else f\"{HF_BASE}/data/{name}.parquet\")\n",
69
+ "\n",
70
+ "def read_json(name):\n",
71
+ " local = LOCAL_DRAFT / name if LOCAL_DRAFT else None\n",
72
+ " if local and local.exists():\n",
73
+ " return json.loads(local.read_text(encoding=\"utf-8\"))\n",
74
+ " with urllib.request.urlopen(f\"{HF_BASE}/{name}\") as response:\n",
75
+ " return json.load(response)\n",
76
+ "\n",
77
+ "print({\n",
78
+ " \"data_source\": \"local draft\" if LOCAL_DRAFT else HF_REPO,\n",
79
+ " \"output\": \"analysis_outputs/public_ai_demo\",\n",
80
+ "})"
81
+ ]
82
+ },
83
+ {
84
+ "cell_type": "markdown",
85
+ "id": "task-heading",
86
+ "metadata": {},
87
+ "source": [
88
+ "## 1. Load the frozen task and decision-time evidence\n",
89
+ "\n",
90
+ "The released split is chronological. Outcome-only fields remain in the table\n",
91
+ "for evaluation and audit but are forbidden as model inputs."
92
+ ]
93
+ },
94
+ {
95
+ "cell_type": "code",
96
+ "execution_count": 2,
97
+ "id": "load-data",
98
+ "metadata": {
99
+ "execution": {
100
+ "iopub.execute_input": "2026-08-18T01:53:56.142959Z",
101
+ "iopub.status.busy": "2026-08-18T01:53:56.142675Z",
102
+ "iopub.status.idle": "2026-08-18T01:53:56.213654Z",
103
+ "shell.execute_reply": "2026-08-18T01:53:56.213095Z"
104
+ }
105
+ },
106
+ "outputs": [
107
+ {
108
+ "name": "stdout",
109
+ "output_type": "stream",
110
+ "text": [
111
+ "rows 810 {'train': 489, 'validation': 161, 'test': 160}\n",
112
+ "evidence records 2430 leakage violations 0\n"
113
+ ]
114
+ }
115
+ ],
116
+ "source": [
117
+ "decisions = read_table(\"uma_decisions\")\n",
118
+ "splits = read_table(\"uma_decision_splits\")\n",
119
+ "evidence = read_table(\"decision_evidence\")\n",
120
+ "task = read_json(\"task_definition.json\")\n",
121
+ "\n",
122
+ "data = decisions.merge(splits[[\"sample_id\", \"split\"]], on=\"sample_id\", validate=\"one_to_one\")\n",
123
+ "features = list(task[\"model_features\"])\n",
124
+ "forbidden = set(task[\"forbidden_model_fields\"])\n",
125
+ "assert not (set(features) & forbidden)\n",
126
+ "assert set(data.split) == {\"train\", \"validation\", \"test\"}\n",
127
+ "assert data.groupby(\"split\").decision_time_unix.agg([\"min\", \"max\"]).sort_values(\"min\")[\"max\"].is_monotonic_increasing\n",
128
+ "\n",
129
+ "evidence_audit = evidence.merge(\n",
130
+ " data[[\"sample_id\", \"decision_time_unix\"]], on=\"sample_id\", validate=\"many_to_one\"\n",
131
+ ")\n",
132
+ "assert evidence_audit.evidence_time_unix.le(evidence_audit.decision_time_unix).all()\n",
133
+ "assert evidence_audit.evidence_id.notna().all()\n",
134
+ "\n",
135
+ "print(\"rows\", len(data), data.split.value_counts().to_dict())\n",
136
+ "print(\"evidence records\", len(evidence_audit), \"leakage violations\", int((evidence_audit.evidence_time_unix > evidence_audit.decision_time_unix).sum()))"
137
+ ]
138
+ },
139
+ {
140
+ "cell_type": "markdown",
141
+ "id": "model-heading",
142
+ "metadata": {},
143
+ "source": [
144
+ "## 2. Fit one transparent baseline\n",
145
+ "\n",
146
+ "The model is a fixed logistic regression. No test observation is used for\n",
147
+ "feature construction, imputation, scaling, fitting or threshold selection."
148
+ ]
149
+ },
150
+ {
151
+ "cell_type": "code",
152
+ "execution_count": 3,
153
+ "id": "fit-model",
154
+ "metadata": {
155
+ "execution": {
156
+ "iopub.execute_input": "2026-08-18T01:53:56.219245Z",
157
+ "iopub.status.busy": "2026-08-18T01:53:56.219034Z",
158
+ "iopub.status.idle": "2026-08-18T01:53:56.255128Z",
159
+ "shell.execute_reply": "2026-08-18T01:53:56.254446Z"
160
+ }
161
+ },
162
+ "outputs": [
163
+ {
164
+ "name": "stdout",
165
+ "output_type": "stream",
166
+ "text": [
167
+ "numeric ['log_bond_raw', 'log_final_fee_raw', 'log_reward_plus1_raw', 'reward_to_bond_ratio', 'liveness_hours', 'proposal_latency_hours', 'ancillary_bytes', 'requester_is_polymarket_adapter', 'proposer_prior_completed', 'proposer_prior_dispute_rate', 'proposer_prior_rejection_rate', 'requester_prior_completed', 'requester_prior_dispute_rate', 'requester_prior_rejection_rate']\n",
168
+ "categorical ['proposed_price_class', 'adapter_version']\n"
169
+ ]
170
+ }
171
+ ],
172
+ "source": [
173
+ "target = \"proposal_rejected_by_protocol\"\n",
174
+ "categorical = [name for name in features if data[name].dtype == \"object\"]\n",
175
+ "numeric = [name for name in features if name not in categorical]\n",
176
+ "\n",
177
+ "preprocessor = ColumnTransformer([\n",
178
+ " (\"numeric\", Pipeline([\n",
179
+ " (\"impute\", SimpleImputer(strategy=\"median\")),\n",
180
+ " (\"scale\", StandardScaler()),\n",
181
+ " ]), numeric),\n",
182
+ " (\"categorical\", Pipeline([\n",
183
+ " (\"impute\", SimpleImputer(strategy=\"most_frequent\")),\n",
184
+ " (\"onehot\", OneHotEncoder(handle_unknown=\"ignore\", sparse_output=False)),\n",
185
+ " ]), categorical),\n",
186
+ "])\n",
187
+ "model = Pipeline([\n",
188
+ " (\"preprocessor\", preprocessor),\n",
189
+ " (\"logit\", LogisticRegression(\n",
190
+ " C=1.0, class_weight=\"balanced\", max_iter=2000, random_state=SEED\n",
191
+ " )),\n",
192
+ "])\n",
193
+ "\n",
194
+ "train = data[data.split.eq(\"train\")].sort_values(\"decision_time_unix\")\n",
195
+ "validation = data[data.split.eq(\"validation\")].sort_values(\"decision_time_unix\")\n",
196
+ "test = data[data.split.eq(\"test\")].sort_values(\"decision_time_unix\")\n",
197
+ "model.fit(train[features], train[target].astype(int))\n",
198
+ "print(\"numeric\", numeric)\n",
199
+ "print(\"categorical\", categorical)"
200
+ ]
201
+ },
202
+ {
203
+ "cell_type": "markdown",
204
+ "id": "evaluation-heading",
205
+ "metadata": {},
206
+ "source": [
207
+ "## 3. Evaluate calibration, abstention and action coverage\n",
208
+ "\n",
209
+ "Actions follow the preregistered thresholds in `task_definition.json`. The\n",
210
+ "middle probability region abstains; adjacent uncertain regions request human\n",
211
+ "investigation."
212
+ ]
213
+ },
214
+ {
215
+ "cell_type": "code",
216
+ "execution_count": 4,
217
+ "id": "evaluate",
218
+ "metadata": {
219
+ "execution": {
220
+ "iopub.execute_input": "2026-08-18T01:53:56.258743Z",
221
+ "iopub.status.busy": "2026-08-18T01:53:56.258458Z",
222
+ "iopub.status.idle": "2026-08-18T01:53:56.294351Z",
223
+ "shell.execute_reply": "2026-08-18T01:53:56.293691Z"
224
+ }
225
+ },
226
+ "outputs": [
227
+ {
228
+ "name": "stdout",
229
+ "output_type": "stream",
230
+ "text": [
231
+ "{\n",
232
+ " \"validation\": {\n",
233
+ " \"n\": 161,\n",
234
+ " \"roc_auc\": 0.551984877126654,\n",
235
+ " \"brier\": 0.29444580519427704,\n",
236
+ " \"log_loss\": 1.1010026456724602,\n",
237
+ " \"ece_10\": 0.17552532875361798,\n",
238
+ " \"automated_coverage\": 0.30434782608695654,\n",
239
+ " \"automated_selective_error\": 0.5102040816326531,\n",
240
+ " \"investigate_rate\": 0.5093167701863354,\n",
241
+ " \"abstain_rate\": 0.18633540372670807\n",
242
+ " },\n",
243
+ " \"test\": {\n",
244
+ " \"n\": 160,\n",
245
+ " \"roc_auc\": 0.4841294783155248,\n",
246
+ " \"brier\": 0.3598869606749192,\n",
247
+ " \"log_loss\": 1.165776466934833,\n",
248
+ " \"ece_10\": 0.30815696223146555,\n",
249
+ " \"automated_coverage\": 0.45625,\n",
250
+ " \"automated_selective_error\": 0.5205479452054794,\n",
251
+ " \"investigate_rate\": 0.425,\n",
252
+ " \"abstain_rate\": 0.11875\n",
253
+ " }\n",
254
+ "}\n"
255
+ ]
256
+ }
257
+ ],
258
+ "source": [
259
+ "def ece(y, p, bins=10):\n",
260
+ " edges = np.linspace(0, 1, bins + 1)\n",
261
+ " bucket = np.clip(np.digitize(p, edges[1:-1]), 0, bins - 1)\n",
262
+ " return float(sum(\n",
263
+ " np.mean(bucket == b) * abs(float(np.mean(y[bucket == b])) - float(np.mean(p[bucket == b])))\n",
264
+ " for b in range(bins) if np.any(bucket == b)\n",
265
+ " ))\n",
266
+ "\n",
267
+ "def action_for_probability(p):\n",
268
+ " if p <= 0.20:\n",
269
+ " return \"Accept\"\n",
270
+ " if p < 0.40:\n",
271
+ " return \"Investigate\"\n",
272
+ " if p < 0.60:\n",
273
+ " return \"Abstain\"\n",
274
+ " if p < 0.80:\n",
275
+ " return \"Investigate\"\n",
276
+ " return \"Challenge\"\n",
277
+ "\n",
278
+ "def metrics(frame):\n",
279
+ " y = frame[target].astype(int).to_numpy()\n",
280
+ " p = model.predict_proba(frame[features])[:, 1]\n",
281
+ " actions = np.array([action_for_probability(x) for x in p])\n",
282
+ " automated = np.isin(actions, [\"Accept\", \"Challenge\"])\n",
283
+ " predictions = (p >= 0.5).astype(int)\n",
284
+ " return {\n",
285
+ " \"n\": len(frame),\n",
286
+ " \"roc_auc\": float(roc_auc_score(y, p)),\n",
287
+ " \"brier\": float(brier_score_loss(y, p)),\n",
288
+ " \"log_loss\": float(log_loss(y, p)),\n",
289
+ " \"ece_10\": ece(y, p),\n",
290
+ " \"automated_coverage\": float(np.mean(automated)),\n",
291
+ " \"automated_selective_error\": float(np.mean(predictions[automated] != y[automated])) if automated.any() else None,\n",
292
+ " \"investigate_rate\": float(np.mean(actions == \"Investigate\")),\n",
293
+ " \"abstain_rate\": float(np.mean(actions == \"Abstain\")),\n",
294
+ " }\n",
295
+ "\n",
296
+ "results = {\"validation\": metrics(validation), \"test\": metrics(test)}\n",
297
+ "print(json.dumps(results, indent=2))"
298
+ ]
299
+ },
300
+ {
301
+ "cell_type": "markdown",
302
+ "id": "records-heading",
303
+ "metadata": {},
304
+ "source": [
305
+ "## 4. Emit auditable decision records\n",
306
+ "\n",
307
+ "Each held-out output includes its action, confidence, coefficient-based local\n",
308
+ "explanation, source evidence identifiers and abstention reason."
309
+ ]
310
+ },
311
+ {
312
+ "cell_type": "code",
313
+ "execution_count": 5,
314
+ "id": "decision-records",
315
+ "metadata": {
316
+ "execution": {
317
+ "iopub.execute_input": "2026-08-18T01:53:56.297510Z",
318
+ "iopub.status.busy": "2026-08-18T01:53:56.297233Z",
319
+ "iopub.status.idle": "2026-08-18T01:53:56.362216Z",
320
+ "shell.execute_reply": "2026-08-18T01:53:56.361590Z"
321
+ }
322
+ },
323
+ "outputs": [
324
+ {
325
+ "data": {
326
+ "text/html": [
327
+ "<div>\n",
328
+ "<style scoped>\n",
329
+ " .dataframe tbody tr th:only-of-type {\n",
330
+ " vertical-align: middle;\n",
331
+ " }\n",
332
+ "\n",
333
+ " .dataframe tbody tr th {\n",
334
+ " vertical-align: top;\n",
335
+ " }\n",
336
+ "\n",
337
+ " .dataframe thead th {\n",
338
+ " text-align: right;\n",
339
+ " }\n",
340
+ "</style>\n",
341
+ "<table border=\"1\" class=\"dataframe\">\n",
342
+ " <thead>\n",
343
+ " <tr style=\"text-align: right;\">\n",
344
+ " <th></th>\n",
345
+ " <th>sample_id</th>\n",
346
+ " <th>action</th>\n",
347
+ " <th>confidence</th>\n",
348
+ " <th>explanation</th>\n",
349
+ " <th>evidence</th>\n",
350
+ " <th>abstention_reason</th>\n",
351
+ " </tr>\n",
352
+ " </thead>\n",
353
+ " <tbody>\n",
354
+ " <tr>\n",
355
+ " <th>650</th>\n",
356
+ " <td>0x2f4de90e4bbd0566d2c6b04d527ff719f7de326f6c61...</td>\n",
357
+ " <td>Investigate</td>\n",
358
+ " <td>0.442986</td>\n",
359
+ " <td>numeric__proposer_prior_rejection_rate contrib...</td>\n",
360
+ " <td>[\"[\", \"\\\"\", \"d\", \"9\", \"c\", \"4\", \"7\", \"9\", \"4\",...</td>\n",
361
+ " <td>uncertain probability requires additional evid...</td>\n",
362
+ " </tr>\n",
363
+ " <tr>\n",
364
+ " <th>651</th>\n",
365
+ " <td>0x627c568d8f680dca6a9ff54b21de9cdd2ef1ad36b7c1...</td>\n",
366
+ " <td>Investigate</td>\n",
367
+ " <td>0.539875</td>\n",
368
+ " <td>numeric__proposer_prior_completed contribution...</td>\n",
369
+ " <td>[\"[\", \"\\\"\", \"9\", \"b\", \"5\", \"9\", \"5\", \"d\", \"d\",...</td>\n",
370
+ " <td>uncertain probability requires additional evid...</td>\n",
371
+ " </tr>\n",
372
+ " <tr>\n",
373
+ " <th>652</th>\n",
374
+ " <td>0x7758748cffc00a337d57ebd83c6d480c31057cf43f2e...</td>\n",
375
+ " <td>Investigate</td>\n",
376
+ " <td>0.493443</td>\n",
377
+ " <td>numeric__requester_prior_completed contributio...</td>\n",
378
+ " <td>[\"[\", \"\\\"\", \"4\", \"7\", \"5\", \"1\", \"6\", \"0\", \"1\",...</td>\n",
379
+ " <td>uncertain probability requires additional evid...</td>\n",
380
+ " </tr>\n",
381
+ " <tr>\n",
382
+ " <th>653</th>\n",
383
+ " <td>0x4f90f1f683473d9ac24274568ea00cda97e2279959ae...</td>\n",
384
+ " <td>Investigate</td>\n",
385
+ " <td>0.261365</td>\n",
386
+ " <td>numeric__proposer_prior_dispute_rate contribut...</td>\n",
387
+ " <td>[\"[\", \"\\\"\", \"3\", \"9\", \"8\", \"e\", \"7\", \"9\", \"1\",...</td>\n",
388
+ " <td>uncertain probability requires additional evid...</td>\n",
389
+ " </tr>\n",
390
+ " <tr>\n",
391
+ " <th>654</th>\n",
392
+ " <td>0xdbb9a0b93b0679afa738dd19a14f0404cf84863aa9e7...</td>\n",
393
+ " <td>Investigate</td>\n",
394
+ " <td>0.569150</td>\n",
395
+ " <td>numeric__requester_prior_completed contributio...</td>\n",
396
+ " <td>[\"[\", \"\\\"\", \"8\", \"5\", \"8\", \"a\", \"5\", \"e\", \"e\",...</td>\n",
397
+ " <td>uncertain probability requires additional evid...</td>\n",
398
+ " </tr>\n",
399
+ " </tbody>\n",
400
+ "</table>\n",
401
+ "</div>"
402
+ ],
403
+ "text/plain": [
404
+ " sample_id action \\\n",
405
+ "650 0x2f4de90e4bbd0566d2c6b04d527ff719f7de326f6c61... Investigate \n",
406
+ "651 0x627c568d8f680dca6a9ff54b21de9cdd2ef1ad36b7c1... Investigate \n",
407
+ "652 0x7758748cffc00a337d57ebd83c6d480c31057cf43f2e... Investigate \n",
408
+ "653 0x4f90f1f683473d9ac24274568ea00cda97e2279959ae... Investigate \n",
409
+ "654 0xdbb9a0b93b0679afa738dd19a14f0404cf84863aa9e7... Investigate \n",
410
+ "\n",
411
+ " confidence explanation \\\n",
412
+ "650 0.442986 numeric__proposer_prior_rejection_rate contrib... \n",
413
+ "651 0.539875 numeric__proposer_prior_completed contribution... \n",
414
+ "652 0.493443 numeric__requester_prior_completed contributio... \n",
415
+ "653 0.261365 numeric__proposer_prior_dispute_rate contribut... \n",
416
+ "654 0.569150 numeric__requester_prior_completed contributio... \n",
417
+ "\n",
418
+ " evidence \\\n",
419
+ "650 [\"[\", \"\\\"\", \"d\", \"9\", \"c\", \"4\", \"7\", \"9\", \"4\",... \n",
420
+ "651 [\"[\", \"\\\"\", \"9\", \"b\", \"5\", \"9\", \"5\", \"d\", \"d\",... \n",
421
+ "652 [\"[\", \"\\\"\", \"4\", \"7\", \"5\", \"1\", \"6\", \"0\", \"1\",... \n",
422
+ "653 [\"[\", \"\\\"\", \"3\", \"9\", \"8\", \"e\", \"7\", \"9\", \"1\",... \n",
423
+ "654 [\"[\", \"\\\"\", \"8\", \"5\", \"8\", \"a\", \"5\", \"e\", \"e\",... \n",
424
+ "\n",
425
+ " abstention_reason \n",
426
+ "650 uncertain probability requires additional evid... \n",
427
+ "651 uncertain probability requires additional evid... \n",
428
+ "652 uncertain probability requires additional evid... \n",
429
+ "653 uncertain probability requires additional evid... \n",
430
+ "654 uncertain probability requires additional evid... "
431
+ ]
432
+ },
433
+ "execution_count": 5,
434
+ "metadata": {},
435
+ "output_type": "execute_result"
436
+ }
437
+ ],
438
+ "source": [
439
+ "p_test = model.predict_proba(test[features])[:, 1]\n",
440
+ "actions = np.array([action_for_probability(x) for x in p_test])\n",
441
+ "transformed = model.named_steps[\"preprocessor\"].transform(test[features])\n",
442
+ "feature_names = model.named_steps[\"preprocessor\"].get_feature_names_out()\n",
443
+ "coefficients = model.named_steps[\"logit\"].coef_[0]\n",
444
+ "contributions = transformed * coefficients\n",
445
+ "\n",
446
+ "def explanation_for_row(index):\n",
447
+ " order = np.argsort(np.abs(contributions[index]))[-3:][::-1]\n",
448
+ " return \"; \".join(f\"{feature_names[j]} contribution={contributions[index, j]:+.3f}\" for j in order)\n",
449
+ "\n",
450
+ "records = test[[\n",
451
+ " \"sample_id\", \"decision_time_unix\", \"challenge_deadline_unix\",\n",
452
+ " target, \"ground_truth_status\", \"evidence_ids\",\n",
453
+ "]].copy()\n",
454
+ "records[\"probability_protocol_rejection\"] = p_test\n",
455
+ "records[\"action\"] = actions\n",
456
+ "records[\"confidence\"] = np.abs(p_test - 0.5) * 2\n",
457
+ "records[\"explanation\"] = [explanation_for_row(i) for i in range(len(records))]\n",
458
+ "records[\"evidence\"] = records.evidence_ids.map(lambda value: json.dumps(list(value)))\n",
459
+ "records[\"abstention_reason\"] = np.where(\n",
460
+ " actions == \"Abstain\", \"probability lies in preregistered 0.40-0.60 abstention region\",\n",
461
+ " np.where(actions == \"Investigate\", \"uncertain probability requires additional evidence\", None),\n",
462
+ ")\n",
463
+ "records[\"prediction_scope\"] = \"conditional UMA protocol outcome; not independent factual truth\"\n",
464
+ "records = records.drop(columns=[\"evidence_ids\"])\n",
465
+ "\n",
466
+ "records.to_parquet(OUTPUT / \"minimal_ai_demo_predictions.parquet\", index=False)\n",
467
+ "records.head(25).to_csv(OUTPUT / \"minimal_ai_demo_predictions_sample.csv\", index=False)\n",
468
+ "(OUTPUT / \"minimal_ai_demo_metrics.json\").write_text(json.dumps(results, indent=2) + \"\\n\", encoding=\"utf-8\")\n",
469
+ "\n",
470
+ "coefficient_table = pd.DataFrame({\"feature\": feature_names, \"coefficient\": coefficients})\n",
471
+ "coefficient_table.reindex(coefficient_table.coefficient.abs().sort_values(ascending=False).index).to_csv(\n",
472
+ " OUTPUT / \"minimal_ai_demo_coefficients.csv\", index=False\n",
473
+ ")\n",
474
+ "records[[\"sample_id\", \"action\", \"confidence\", \"explanation\", \"evidence\", \"abstention_reason\"]].head()"
475
+ ]
476
+ },
477
+ {
478
+ "cell_type": "markdown",
479
+ "id": "limitations",
480
+ "metadata": {},
481
+ "source": [
482
+ "## What this demonstration can and cannot support\n",
483
+ "\n",
484
+ "It demonstrates decision-time controls, chronological evaluation, probability\n",
485
+ "calibration, abstention and prediction-level provenance. It does **not** show\n",
486
+ "that automated challenges improve factual truth, welfare or protocol security.\n",
487
+ "Weak discrimination or zero automated coverage under conservative thresholds\n",
488
+ "is a valid result and should not be hidden by relaxing the policy after seeing\n",
489
+ "the test set."
490
+ ]
491
+ }
492
+ ],
493
+ "metadata": {
494
+ "kernelspec": {
495
+ "display_name": "Python 3",
496
+ "language": "python",
497
+ "name": "python3"
498
+ },
499
+ "language_info": {
500
+ "codemirror_mode": {
501
+ "name": "ipython",
502
+ "version": 3
503
+ },
504
+ "file_extension": ".py",
505
+ "mimetype": "text/x-python",
506
+ "name": "python",
507
+ "nbconvert_exporter": "python",
508
+ "pygments_lexer": "ipython3",
509
+ "version": "3.12.7"
510
+ }
511
+ },
512
+ "nbformat": 4,
513
+ "nbformat_minor": 5
514
+ }
public_ai_evidence/manifest.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "UMA public-source minimal Trustworthy-AI demonstration",
3
+ "version": "1.0.0",
4
+ "generated_at_utc": "2026-08-18T01:53:50.763489+00:00",
5
+ "fixed_cutoff": "2026-06-30T23:59:59Z",
6
+ "derivation_input_policy": "label-free source registry plus credential-free public RPC only",
7
+ "curated_ledger_inputs_used": false,
8
+ "public_provider_hosts": {
9
+ "polygon": "polygon.drpc.org",
10
+ "ethereum": "eth-mainnet.g.alchemy.com"
11
+ },
12
+ "endpoint_credentials_stored": false,
13
+ "all_required_assertions_pass": true,
14
+ "rows": {
15
+ "episodes": 64,
16
+ "decisions": 64,
17
+ "evidence": 192,
18
+ "predictions": 70
19
+ },
20
+ "files": [
21
+ {
22
+ "path": "economic/challenge_economics.parquet",
23
+ "bytes": 13197,
24
+ "sha256": "0871042fc66da2684950973405f61832ceebe31a52cf5faee48dd6677d48434c"
25
+ },
26
+ {
27
+ "path": "processed/decision_samples.parquet",
28
+ "bytes": 69171,
29
+ "sha256": "254115c294b67a4b3704885602056ed742e810fca8b19e19de429bb82840141a"
30
+ },
31
+ {
32
+ "path": "processed/economic_episodes.parquet",
33
+ "bytes": 96636,
34
+ "sha256": "c1a724528d70c7bf1eeb27aba06fdc83b773ba42e8921a0cf9b9cd27a02de138"
35
+ },
36
+ {
37
+ "path": "processed/evidence_provenance.parquet",
38
+ "bytes": 34661,
39
+ "sha256": "65ba2ded30945343a8c6b61ea7a57c98398af8f081625d306c5284fac9e48dcd"
40
+ },
41
+ {
42
+ "path": "processed/temporal_splits.parquet",
43
+ "bytes": 7607,
44
+ "sha256": "ae97727cb6396b878caca729691fe933ba917b4233aca282d60ef62c2da8e2f5"
45
+ },
46
+ {
47
+ "path": "raw/public_rpc_records.jsonl.gz",
48
+ "bytes": 1595697,
49
+ "sha256": "ed309ebb2d4b3b1367d73d4aa27972af54ce00e5a981f2e6f243cdfecb58419d"
50
+ },
51
+ {
52
+ "path": "report.md",
53
+ "bytes": 961,
54
+ "sha256": "b9816869ffd9c687ea985f11b21c00a10ecff2f572ed5a6d36cc63899be19127"
55
+ },
56
+ {
57
+ "path": "source/source_registry.json",
58
+ "bytes": 94505,
59
+ "sha256": "16e515ca1a76be1d00a3ffdf7beef90f8440423dcb9179256887d373a6e16474"
60
+ },
61
+ {
62
+ "path": "statistics/metrics.csv",
63
+ "bytes": 814,
64
+ "sha256": "4d85801c6894aa6e5c0074490808fb404028710ee28f4dcc340f2774781f6ca8"
65
+ },
66
+ {
67
+ "path": "statistics/metrics.parquet",
68
+ "bytes": 8638,
69
+ "sha256": "ddbf60d814ae129922f68bd795be629d871c6a218187b06fc501629b518ca7be"
70
+ },
71
+ {
72
+ "path": "statistics/model_coefficients.csv",
73
+ "bytes": 4731,
74
+ "sha256": "36f18fc06efd6393aec69017582bd9e2123625c9ec40117bde50771057f27c6b"
75
+ },
76
+ {
77
+ "path": "statistics/predictions.parquet",
78
+ "bytes": 15132,
79
+ "sha256": "d2eb8190eac2e5774fae94521e1dea82dae746d839c8af4c52ff54bb389e1261"
80
+ },
81
+ {
82
+ "path": "statistics/reliability.json",
83
+ "bytes": 213,
84
+ "sha256": "e0f8a5954b16ce80d7d2585067bfcf94375811b3bad31ae406eff7c10eabfc30"
85
+ },
86
+ {
87
+ "path": "statistics/risk_coverage.parquet",
88
+ "bytes": 4126,
89
+ "sha256": "015c2e8a36f24c84903b9d318e1e9635f48ad5623a2f4f44275188638f12f6f1"
90
+ },
91
+ {
92
+ "path": "statistics/robustness.parquet",
93
+ "bytes": 4256,
94
+ "sha256": "b16c9e5ecdccc55a5ad193fd126b6c1d0a8e8c45d8434d085464d0682d6c066c"
95
+ },
96
+ {
97
+ "path": "statistics/summary.json",
98
+ "bytes": 510,
99
+ "sha256": "26d334130dbb86c578de146bad182e96a66280e3ed70ad974609866b0b2da013"
100
+ },
101
+ {
102
+ "path": "validated/canonical_receipt_qc.parquet",
103
+ "bytes": 22376,
104
+ "sha256": "3699f72ac40172a9c7761f220a2b2ae5fab4de67d07f89f82ee2e3ac978f15fe"
105
+ },
106
+ {
107
+ "path": "validated/decoded_protocol_events.parquet",
108
+ "bytes": 190816,
109
+ "sha256": "fff110d8d76eb86b64d945ff80c1b721ad1c768f982d57affd1176e4b7998a0c"
110
+ },
111
+ {
112
+ "path": "validated/pipeline_qc.parquet",
113
+ "bytes": 2156,
114
+ "sha256": "0dc2173498b749ee2f5733da4c577e83117a2a36e4d83621c38060a211ded403"
115
+ }
116
+ ]
117
+ }
public_ai_evidence/pipeline_qc.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dc2173498b749ee2f5733da4c577e83117a2a36e4d83621c38060a211ded403
3
+ size 2156
public_ai_evidence/public_rpc_records.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed309ebb2d4b3b1367d73d4aa27972af54ce00e5a981f2e6f243cdfecb58419d
3
+ size 1595697
public_ai_evidence/report.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Public-source UMA AI demonstration
2
+
3
+ This demonstration starts from a label-free registry of 64 fixed public transactions,
4
+ downloads or replays canonical Polygon and Ethereum receipts, decodes the UMA lifecycle,
5
+ derives decision-time features and economic outcomes, and runs the registered logistic
6
+ regression plus four simple baselines. It never reads a curated ledger.
7
+
8
+ - Chronological split: 44 train / 10 validation / 10 test.
9
+ - Test AUC: 0.375; Brier: 0.414; ECE-5: 0.374.
10
+ - Automated Accept/Challenge coverage: 0.400.
11
+ - Outcome: later UMA protocol resolution only, not independent factual truth.
12
+ - Configured rewards, capital at risk, gross payout and realized challenge payoff remain distinct.
13
+
14
+ Live public reproduction:
15
+
16
+ ```bash
17
+ python scripts/applications/trustworthy_ai/run_public_source_demo.py
18
+ ```
19
+
20
+ Deterministic replay after freezing the public receipts:
21
+
22
+ ```bash
23
+ python scripts/applications/trustworthy_ai/run_public_source_demo.py --offline
24
+ ```
public_ai_evidence/source_registry.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"schema_version":"1.0.0","registry_id":"UMA_PUBLIC_AI_DEMO_64_V1","fixed_cutoff":"2026-06-30T23:59:59Z","selection_rule":"first 64 chronologically ordered observations from the preregistered 810-case Grade-A challenged cohort; selection uses decision time and sample id only, never the outcome label","label_in_registry":false,"chains":{"polygon":137,"ethereum":1},"observation_count":64,"split_counts":{"train":44,"validation":10,"test":10},"cases":[{"rank":1,"split":"train","sample_id":"0xa22294b650f49ecd3fe001a2da606d38090050711c4f8b4925fbe47438484bd3","decision_time_unix_expected":1680992818,"polygon":{"request":{"transaction_hash":"0xd79eac6c7a6ef4d31a3e53bcc69d97f3bb96d7eef37c707f20f81f6dcf2dc7a6","block_number":41219985},"proposal":{"transaction_hash":"0x0041dd9fa2c5f2b5afe4efed3583401713f5a7a021d1644816d9cf911de50a2f","block_number":41306071},"dispute":{"transaction_hash":"0xd4c0d26c31110a105f2a8685229ffbe4e56f4b8a2ad274a7b0342f7207f997ef","block_number":41307671},"settlement":{"transaction_hash":"0x161a4c618bac9cfa992d57106ff7e52f1d6200ae7aff01eea264e5946ec18a85","block_number":42451437},"adapter_configuration":{"transaction_hash":"0xd79eac6c7a6ef4d31a3e53bcc69d97f3bb96d7eef37c707f20f81f6dcf2dc7a6","block_number":41219985,"question_id":"0xdef826f03fe59f4f1a05702a60bdda6eff5c35a4ae88b3ff618bea98770b2898"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xdf181c4956fd6804ed60f1bd89859443f27eb8341c33250ea395c1d559934ca8","block_number":17035259},"dvm_request_id":"0x6e0d87cb24607ad6c03ad7b2e87a894be20a4f3aac20abbfc78764d1e001daa0"}},{"rank":2,"split":"train","sample_id":"0x147e0488ecaab054f6a44ac1eba2d90eaf636300fa52c13ec6b720789fff1426","decision_time_unix_expected":1681435947,"polygon":{"request":{"transaction_hash":"0x13818ab5fd2d739c0b8a2aa18751b23618cf0f47f4622dbeeb383facc4b7b5b6","block_number":41485953},"proposal":{"transaction_hash":"0xa8c3486756dbdaaa104b2b4863c566788907fb757e6ff952001e5bb8dae7e5a1","block_number":41504025},"dispute":{"transaction_hash":"0x1cc94a75e14883f6ea022149b54f7914e22c2833698c392d9561b385a631a60e","block_number":41504043},"settlement":{"transaction_hash":"0x4b5a23548baf55ae10202e10fdcfd5d91c1657ff1e1d8548b68313fd31f63d07","block_number":42451472},"adapter_configuration":{"transaction_hash":"0x13818ab5fd2d739c0b8a2aa18751b23618cf0f47f4622dbeeb383facc4b7b5b6","block_number":41485953,"question_id":"0xd6eac5f36a5fd220a79badf61ab3ecdcf8fe22cc9cf60ded4fb3074438bab6d7"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x66533b2929b649676b802a919bc7c87f5c00897269d39903b60937479142cc7a","block_number":17062836},"dvm_request_id":"0x26ac7cf48c688fdbd7c2f3a2c74f4e1f7922c48c1ac0655919fccf9bbb5ff421"}},{"rank":3,"split":"train","sample_id":"0x3ebb9463fbb680bf943b9d334e6bdf779e53ed28c156cc19ed6d3ab18ef946aa","decision_time_unix_expected":1681846637,"polygon":{"request":{"transaction_hash":"0x955fc4a255f3ad1d63eadb68cac67e26acf4dc012288a73de49cf20aefab8148","block_number":41615757},"proposal":{"transaction_hash":"0x9ce18f64e3950b0ca3eceee4828c60095d6b39f7d81709aa6d0b8eac0fd0a5a7","block_number":41683010},"dispute":{"transaction_hash":"0x4ef1141134f4f065e4345cec079ecfa5f84b8073c9d6cefcd31fe14157e72338","block_number":41683197},"settlement":{"transaction_hash":"0x19b8e2c4ac38eb7eaf151476aa596479c106257e218e052235f5ffe9b83b4bea","block_number":42451488},"adapter_configuration":{"transaction_hash":"0x955fc4a255f3ad1d63eadb68cac67e26acf4dc012288a73de49cf20aefab8148","block_number":41615757,"question_id":"0x704b0cbd16f98954dc0ac2bff4b3c851a116660133751fdfc4c04a752ea8dbb7"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xaba4e696cb741ea34c480b13ff2c3248599436e2eb71c3e1ddbcca717aaafd40","block_number":17091077},"dvm_request_id":"0xa1a342bab43378dbdbb83d465b23094c1a7050005af1f64506928cdb2d370003"}},{"rank":4,"split":"train","sample_id":"0x39041763e343c2be80ed6d76a85161614969124d56d601d34c42093c0107b897","decision_time_unix_expected":1682571596,"polygon":{"request":{"transaction_hash":"0x2eedb4e31221f32a737dfbc5cb23b45ca7dfe261b0b50ba217f9975d102cbba4","block_number":41986014},"proposal":{"transaction_hash":"0x2ec6af107eb41c114c7c0ed7216db7dddf647057431d1fbdefef023515a83595","block_number":42007438},"dispute":{"transaction_hash":"0xab14cabac3eded81a760186c077de4a2c293cc06e8aa589e9e967de6af1ca335","block_number":42007561},"settlement":{"transaction_hash":"0xf5165ce3e04918b49e563b7d15181f94926fd3cb34d20b2a9df40b840b11b44e","block_number":42451498},"adapter_configuration":{"transaction_hash":"0x2eedb4e31221f32a737dfbc5cb23b45ca7dfe261b0b50ba217f9975d102cbba4","block_number":41986014,"question_id":"0x747851f6f1465f45ca2b18ec84089b1bb84d9185c7618e26b5a497dd3894ed08"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x5f99def6ffbcdf66a8115e115c2e3fb516acf1fd1deeeeb35dc5dd08abba5f57","block_number":17162288},"dvm_request_id":"0xdf90e5d37ed87e70b8ca28a5620107237e5034a8c9fbbf89b1321badfe759055"}},{"rank":5,"split":"train","sample_id":"0x2f9a1b37fddc3bdd5c64cc1adb81cc57354dc25b5c37d29260d3d32ee287705b","decision_time_unix_expected":1683104464,"polygon":{"request":{"transaction_hash":"0x1ef578abd800c1887c4f0abdb10379e0b18bad455291bde1e739d870bd29fa73","block_number":42025273},"proposal":{"transaction_hash":"0x0260024489409cb32f477bf611d886d66021440993b7d0a2aafd0de602f12f2f","block_number":42249724},"dispute":{"transaction_hash":"0x522287d9c96a001dc9fb0eddf246edeff4931b3d104e972d4ea029b359a1daab","block_number":42249825},"settlement":{"transaction_hash":"0xa18ec52cddbd4bc7bb34edef7e1f2181c05217e354c08558a14ed89878546f0f","block_number":42451505},"adapter_configuration":{"transaction_hash":"0x1ef578abd800c1887c4f0abdb10379e0b18bad455291bde1e739d870bd29fa73","block_number":42025273,"question_id":"0x414a1f9f09f0eff39e1b25075176be2dd67d9c6a65d2326c8af0451be963e2a3"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x3bae6bad1f47210028771e236f038a492d56e7ee59f53b127c22aca7e59d146b","block_number":17204969},"dvm_request_id":"0x0472a63a029003426233537da4730693a64c2b0f1236d99163595c7d917f22d2"}},{"rank":6,"split":"train","sample_id":"0x70448c52a901d88abcd818104f353deadcd4fc432e5719a4db88329c8b856976","decision_time_unix_expected":1683810503,"polygon":{"request":{"transaction_hash":"0xfd4a0573c5fffef19ac5927587150f1e69479b4011d4e5580deee5ed036d427b","block_number":41373831},"proposal":{"transaction_hash":"0xecdb00db75ffbbbdbe09251fafa56da3f2b5a4ae43b09cfbb6f6b9861ca046d6","block_number":42575138},"dispute":{"transaction_hash":"0x8b2412b99daeedeb51e6812c7d6403b5c8ee4e98880f03aa0935222fcf323fc7","block_number":42576204},"settlement":{"transaction_hash":"0x64e6ec4f344eeddf1de2686753bbafd046837f180db4da08090cc7077d3a8a81","block_number":42808724},"adapter_configuration":{"transaction_hash":"0xfd4a0573c5fffef19ac5927587150f1e69479b4011d4e5580deee5ed036d427b","block_number":41373831,"question_id":"0xc2e0d03aa4555de0008e19ed2aef438c964ea5deaba9c4acc3b6d87582372a1d"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xcd7776948876c8771867760736dad4d5c762c137b43867db9a795957824e385a","block_number":17275674},"dvm_request_id":"0x402a0b6d0260ef5f5f709c8b80d89eca0306fd8d070021b4b9cf8e04b80f5e11"}},{"rank":7,"split":"train","sample_id":"0x46e745b0cb37a896f3e1f1ae91ce576c70df6322cad4e6ba378bddaea79e6dac","decision_time_unix_expected":1684714662,"polygon":{"request":{"transaction_hash":"0xce7e2e4aca30f54425057623d44c06b747426245aee674440e2ad61e2713a2b3","block_number":42948541},"proposal":{"transaction_hash":"0x977b134c8d65e72478dbde938382b94663fc3e701a5add1d7569200d6af0d745","block_number":42993906},"dispute":{"transaction_hash":"0x23f0ce092f492bd86874a342eb8f082f95eeae3b986b90825c31d9f5d35b99a2","block_number":42994050},"settlement":{"transaction_hash":"0xf81eaad7cabf25b9cadd220b0b2fb2eec02ec07aa2241cd291b93698ecb5dd1b","block_number":43132128},"adapter_configuration":{"transaction_hash":"0xce7e2e4aca30f54425057623d44c06b747426245aee674440e2ad61e2713a2b3","block_number":42948541,"question_id":"0x73c2963e28ac28239b8092651fca76a39392089cb6c606ec6f65695956c7607a"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xb14edb8e738afd233337f4026a396f29066d65844249f88bb99b993b2a7d6a3a","block_number":17332464},"dvm_request_id":"0x6b7dc3e902872f7049e247c0a1c6f71bbca0ad24430fcb0b8e5682991d93ff44"}},{"rank":8,"split":"train","sample_id":"0xe3308c295b25e3273460706c7652eebd2bfcc0df113594dae3d393f148d9dffb","decision_time_unix_expected":1684895182,"polygon":{"request":{"transaction_hash":"0xaf6a3d7e748c2a50dab7cfb1cd2f61f9c21af09fdd269e8bcef8d7bc060ae875","block_number":43031130},"proposal":{"transaction_hash":"0xdd5d2dab956527601b174725d77174b554068767ec8c64977803447dce6e0f1e","block_number":43074259},"dispute":{"transaction_hash":"0x33d47e485c34ad77768660aa62c3d283c5cfdeceb292fa5e2a897aa64483202d","block_number":43074272},"settlement":{"transaction_hash":"0x85a6674f4b32314e2b30b337d9288ec66007f2347ea956b37845b0cdc35eed41","block_number":43244182},"adapter_configuration":{"transaction_hash":"0xaf6a3d7e748c2a50dab7cfb1cd2f61f9c21af09fdd269e8bcef8d7bc060ae875","block_number":43031130,"question_id":"0xf2fc0285c14128eac5a43632d72009bb26b8b1e402a21ca652323e338b08551c"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xa82ae6ea88098f929a0d9bde7d2e6983491245b08a0a1cf24c3275d564d039da","block_number":17346693},"dvm_request_id":"0x1a0fd488823ce8a196f449019e989c15f6e2cc0ef11fed373ab7ca296d783ff4"}},{"rank":9,"split":"train","sample_id":"0x60a1319517620245e4b368096c04f45a674d5226b16713f6b9e36c289a623cf1","decision_time_unix_expected":1684969324,"polygon":{"request":{"transaction_hash":"0x8db1ee62ecb2c4b2dc24d5511adb4d458dd49e1e6f0739b40d58bb8cf14ddce7","block_number":43097657},"proposal":{"transaction_hash":"0x3bcbbe4b1c60f292b34d71f6f112ff39c7d49404632e8243d6931da626500374","block_number":43108273},"dispute":{"transaction_hash":"0xc23afe92644336deb294d826b4344cedbc452789a08733586b8a31d5caa443e6","block_number":43111447},"settlement":{"transaction_hash":"0xf39d54550e8c49af819a87f34935df6d93049c737130ef3fd6902bcfbb523283","block_number":43401337},"adapter_configuration":{"transaction_hash":"0x8db1ee62ecb2c4b2dc24d5511adb4d458dd49e1e6f0739b40d58bb8cf14ddce7","block_number":43097657,"question_id":"0x0c189e426f806d17d855cc8fec6c9975ab175a086cdaefb6ea1da72bc90487df"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xb427a5a3ceba08a32a9b03fb011dacb11f3ecddeb5128d0259a3aa2fa36a9dfc","block_number":17375166},"dvm_request_id":"0x5fed0134a6d5bf3ec1c455230fb799c57ad8ded5761d9f214c94eb465a0da21c"}},{"rank":10,"split":"train","sample_id":"0xd658b26a5ef1206ee3549b8e1c82bd389b71ce20ddd0a9799dab06c7da8c6b6e","decision_time_unix_expected":1685015118,"polygon":{"request":{"transaction_hash":"0xc23afe92644336deb294d826b4344cedbc452789a08733586b8a31d5caa443e6","block_number":43111447},"proposal":{"transaction_hash":"0x6e6faee77fe4b521805792659b54a6c18d85fd1669a38bf6b978feb9e7ee8230","block_number":43129408},"dispute":{"transaction_hash":"0xc2729b4ed5a7737832d1eadaa488740b91ad4f60df68fdbbac90bd40c473ef86","block_number":43129737},"settlement":{"transaction_hash":"0xdd35227ee9d690949c53524b5f36d3669afa3729a1b82222dd5a4b1a1e48d366","block_number":43268670},"adapter_configuration":{"transaction_hash":"0x8db1ee62ecb2c4b2dc24d5511adb4d458dd49e1e6f0739b40d58bb8cf14ddce7","block_number":43097657,"question_id":"0x0c189e426f806d17d855cc8fec6c9975ab175a086cdaefb6ea1da72bc90487df"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xcb2562fc914dd2d4d6ab6fd6da0196fd8ba73b936c65a0ce4be27971c1dbdadf","block_number":17360949},"dvm_request_id":"0x97afc8f7d91723ca393dd3b1ba95f89435bb3c15c9836811199a96511c0518f5"}},{"rank":11,"split":"train","sample_id":"0xa24192bc328aa31b762eabb9c6d34de0ad52e65971ed8755817431c703b86fe4","decision_time_unix_expected":1686660078,"polygon":{"request":{"transaction_hash":"0xe16cd5fdda129ecde934d1f0d6ecbea54f3a8b5a4fcf600bfc823c7972e476df","block_number":42545257},"proposal":{"transaction_hash":"0x54791f5f0677dc8a8eebf7ce4f9bd6418cd01272ff8ea71e57be16894c5468b3","block_number":43864342},"dispute":{"transaction_hash":"0xe9be557feb529adbe4cb711ba88cc395454268cbe9f0b4df6bfcc8d6a90a5257","block_number":43867361},"settlement":{"transaction_hash":"0x5850bc99c5c71a77cef71071b4f69a5c2bf625a7fc2b64ad398bcd4c968b5c5e","block_number":43977000},"adapter_configuration":{"transaction_hash":"0xe16cd5fdda129ecde934d1f0d6ecbea54f3a8b5a4fcf600bfc823c7972e476df","block_number":42545257,"question_id":"0x4161aa8d0a7c941685b4258c383f5e5289004e0edf91ee5059f096a6ca1939b9"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x4f30d471321fa57c6de96489e1581902a7a716412abee0cb37e1065bb9b1a2b0","block_number":17488701},"dvm_request_id":"0x5c50842c1d655e67e567b765caf6f23dbaa1de8081e3194c8b86022b6534d545"}},{"rank":12,"split":"train","sample_id":"0xe6fd5991f90cfb7366a83f2c6fd772ea6f5b8f417364b8c1ad51c96b15a3f86b","decision_time_unix_expected":1686660186,"polygon":{"request":{"transaction_hash":"0x15ca9b2362b64c23ef2d30e85a2524d8f0830d96dafcab21b9c2ad31bb3deb9f","block_number":42545265},"proposal":{"transaction_hash":"0x9d4a2cc592e8c5a6ea540cecabe555533d8672d9ae1fa0ba6773428240bfb6aa","block_number":43864393},"dispute":{"transaction_hash":"0xa4a4dec41e8954ea80c1083bab5a8330fe057005de381a4d8f966bf9b28ab7d2","block_number":43867372},"settlement":{"transaction_hash":"0x7378021b5cc7e5e6e7cd1983b08ffe1039a73e452091e0778dac06a12fe47a37","block_number":43976912},"adapter_configuration":{"transaction_hash":"0x15ca9b2362b64c23ef2d30e85a2524d8f0830d96dafcab21b9c2ad31bb3deb9f","block_number":42545265,"question_id":"0x4032dd7140c7cf9b9ec86cf4187f56e7ae6a0fa7d779040fe24c4c642ee036db"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x4f30d471321fa57c6de96489e1581902a7a716412abee0cb37e1065bb9b1a2b0","block_number":17488701},"dvm_request_id":"0x0afec353a0467ad9b95d43ef329593b3ddedf8bffd1543e0135c3851769e6554"}},{"rank":13,"split":"train","sample_id":"0xecf8745fe654351a337b83a7209e52d9707f30704983a60f8ce4eb25837e5e70","decision_time_unix_expected":1686660600,"polygon":{"request":{"transaction_hash":"0xd128929efb748ce75c1433a8260dc90556c2ce05e89d6dfe956519c79028821e","block_number":42545281},"proposal":{"transaction_hash":"0x7042991b71fab37b9ec129d6938531707cc794f1b25e2617dfab731cf39fd5f1","block_number":43864588},"dispute":{"transaction_hash":"0xe4206f48c2b40bcfa08743ff2c8c1ee17b9fe42e87cc6d0733f487fde5d9397a","block_number":43867381},"settlement":{"transaction_hash":"0x2044c7c7e1dceae546edcd7f343f993196f909ff2797d15749413f976536a242","block_number":43976853},"adapter_configuration":{"transaction_hash":"0xd128929efb748ce75c1433a8260dc90556c2ce05e89d6dfe956519c79028821e","block_number":42545281,"question_id":"0xca6c31a8437b28aab3746116cebbd6c45bfd50830fda9c1b23c8c9d60410adcd"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x4f30d471321fa57c6de96489e1581902a7a716412abee0cb37e1065bb9b1a2b0","block_number":17488701},"dvm_request_id":"0x3070870ec11c81429af39c65b0822ff1e25934215969ce0992a2c4fd6b0aa43d"}},{"rank":14,"split":"train","sample_id":"0xead7854ee3d6d1062104fb9ace7b2bfab875e1337de13310d5e69946c2ab0c15","decision_time_unix_expected":1686660720,"polygon":{"request":{"transaction_hash":"0xcaf99a7536feef4973dad9e25f78acc3550416f066b68c5c600c1e1ea18c59d3","block_number":42545274},"proposal":{"transaction_hash":"0x290deb1061f6c608241a884fdbdb0bd3917a9d80d4282ef04cb1f6aef9ab8cd6","block_number":43864634},"dispute":{"transaction_hash":"0x3d50aaa1afe8584616b250b12df2d32d400b2002407bf4db73924a974c8807a7","block_number":43867387},"settlement":{"transaction_hash":"0x398f2e502cc1504bc66d4033b108b901e0902d8251a72b91cd3a232cc47695e6","block_number":43976833},"adapter_configuration":{"transaction_hash":"0xcaf99a7536feef4973dad9e25f78acc3550416f066b68c5c600c1e1ea18c59d3","block_number":42545274,"question_id":"0x323419710fcab105d1e122e831aa14cb88e29036e1cbb26eee4428e2a916d594"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x4f30d471321fa57c6de96489e1581902a7a716412abee0cb37e1065bb9b1a2b0","block_number":17488701},"dvm_request_id":"0x59406c9ecca7639d6471034f373775e270d56d547445381c1c088b9fc73d53ee"}},{"rank":15,"split":"train","sample_id":"0xb14a1c323693430f208f198f0cb1c80d0cc5304765da0207c92e7bf7be11cc3e","decision_time_unix_expected":1686663923,"polygon":{"request":{"transaction_hash":"0x2f2bb2eaa44573b293e429fa8525cc61a9d21cf13f0f4f411a9838fb393f6fdb","block_number":43839670},"proposal":{"transaction_hash":"0xe98cc9aea2d61ca6fb16303342fc82450aeccb3219ccbfb3cfdc4db5faaccbd9","block_number":43866032},"dispute":{"transaction_hash":"0x3e4a3908df77dbc87644b828ae6ff208ffca1bf24716dc50c7ade7af2c6e35c5","block_number":43866899},"settlement":{"transaction_hash":"0x9788ce8d2ea75d586ffdc8db0ac832dc2d8da99201acccb340562f12758965d7","block_number":44162656},"adapter_configuration":{"transaction_hash":"0x2f2bb2eaa44573b293e429fa8525cc61a9d21cf13f0f4f411a9838fb393f6fdb","block_number":43839670,"question_id":"0x6830fab8d994ef58b9bfcca80d0e0c3e8f643583fcdc1b1d0964ca86143658b9"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x4f30d471321fa57c6de96489e1581902a7a716412abee0cb37e1065bb9b1a2b0","block_number":17488701},"dvm_request_id":"0x47cd0e4540adbb974391a0b94743e798aaa194fdbc9c08ce47cfbf1b737a07e6"}},{"rank":16,"split":"train","sample_id":"0x59661a5bc44780ff733d09404257ba89b03a086df1a53b1567d8e306e7055305","decision_time_unix_expected":1686664001,"polygon":{"request":{"transaction_hash":"0x37cbb631cf60020dfeeb4fb72e0309c206e9c3058782a466317b6ab9ccf9d2f0","block_number":43839659},"proposal":{"transaction_hash":"0x17a1bd44f9294e472bb31f3ad4ed2b4e98ef973fd817ec26a5c8c0b355ea04c2","block_number":43866069},"dispute":{"transaction_hash":"0xe4bebc6961848e58dcacb122cb9f19c80080b6faddd52c21eff72d8224d4e4ce","block_number":43866929},"settlement":{"transaction_hash":"0x3553d3bf1c5ee3d9e31e5515750b83cad7d1ca39abd6df3d4df6b4ea55b32ee2","block_number":44162681},"adapter_configuration":{"transaction_hash":"0x37cbb631cf60020dfeeb4fb72e0309c206e9c3058782a466317b6ab9ccf9d2f0","block_number":43839659,"question_id":"0xaa6633ecbb0f147159870a282afc795044485cc505da46488a617334b0d9af01"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x4f30d471321fa57c6de96489e1581902a7a716412abee0cb37e1065bb9b1a2b0","block_number":17488701},"dvm_request_id":"0x7b53eb6ab4d3fb3e3f78dbaaa8d6e2411a155aebd46d9789ef94a83df0b22c0d"}},{"rank":17,"split":"train","sample_id":"0xd13aa4177a3a703af8ccfad100a206c3089a2664bd9835b106b343ba65dc6a1c","decision_time_unix_expected":1686664111,"polygon":{"request":{"transaction_hash":"0xa8408dd7e2abbf6edb1d6c1933444098983449c7a19c253e8db1ad2eea1d5693","block_number":43839630},"proposal":{"transaction_hash":"0xdb674454990cd75f45b8859af4cdce05bf59c030eb1a55458382e1cc62b42d23","block_number":43866121},"dispute":{"transaction_hash":"0x5b24cbabf389817b9b0c8a632b29c59dad4f48a64c57d4a924afbd26b095bd5d","block_number":43867124},"settlement":{"transaction_hash":"0xc312a2adcaa9f1ec1ae92765e9fe3bba0d1fe9233204126ca71049c9f31b28f7","block_number":44162714},"adapter_configuration":{"transaction_hash":"0xa8408dd7e2abbf6edb1d6c1933444098983449c7a19c253e8db1ad2eea1d5693","block_number":43839630,"question_id":"0x6fc9accae97fc199a99edc7fd78ceee5dcc287baa70ed1a89e3d8bff0e743bd9"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x4f30d471321fa57c6de96489e1581902a7a716412abee0cb37e1065bb9b1a2b0","block_number":17488701},"dvm_request_id":"0x8469cbed59bf1d1ab999da1d8ee1fe94b68a5ec8d77368726aaf714c2f525d49"}},{"rank":18,"split":"train","sample_id":"0x7a9dd387dbef22c6b753d9d86833c942485f391cfa8dfdf0d2940fa4dde8ad44","decision_time_unix_expected":1686664214,"polygon":{"request":{"transaction_hash":"0x206f26c23362f9a88ca4dd96c870fb5092457fd17c3ba76d768173a1cf129db6","block_number":43839639},"proposal":{"transaction_hash":"0xa154e9f9af25681314d8de4ddc833781d722b886b04e2988414ec20a8548bd63","block_number":43866169},"dispute":{"transaction_hash":"0x0b441811556cc15f7f51f07d13143c8bbb2debed5b8ba0c101f8fe0b23f32293","block_number":43867015},"settlement":{"transaction_hash":"0x4f224a54f3967a134ec196b66cf8aa7105f25c7d9546ec6ba31254fdd3e317f9","block_number":44162721},"adapter_configuration":{"transaction_hash":"0x206f26c23362f9a88ca4dd96c870fb5092457fd17c3ba76d768173a1cf129db6","block_number":43839639,"question_id":"0x037496ae4b25d86f905499b45d690ee97c0abefc400bea781230ca6f27bd732f"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x4f30d471321fa57c6de96489e1581902a7a716412abee0cb37e1065bb9b1a2b0","block_number":17488701},"dvm_request_id":"0xb85420d38728c1edede97ee1ef758791c953d5d41f075b3de983b56a24a8d728"}},{"rank":19,"split":"train","sample_id":"0xbd337ea487bebd7d8191b28fc82b0928e7b49466d2aa54db2ba24c05139f5e2d","decision_time_unix_expected":1687461564,"polygon":{"request":{"transaction_hash":"0x44b5aa2ea8e60228dae8e64aaad5be98928411f125875a25b7a66243bbe473f3","block_number":44149849},"proposal":{"transaction_hash":"0xc2db1ce860499ddb613144fbe7d6fd5232e14c7987b5aeee70ad3bfc0e2e0810","block_number":44217041},"dispute":{"transaction_hash":"0x6006b595fcd1e04f2deabf1883e54e7ebce7d548fb3296d8b439b8c4f25cd3ed","block_number":44219170},"settlement":{"transaction_hash":"0xc62584472375d031339022f7a271d35b3ebff521332969d4999cd824403f1b30","block_number":44340421},"adapter_configuration":{"transaction_hash":"0x44b5aa2ea8e60228dae8e64aaad5be98928411f125875a25b7a66243bbe473f3","block_number":44149849,"question_id":"0xc82e380b3379bb694dbf97e44261ab3c9256bbaa8510235fbbc4af1f7fd09912"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x102428f225abf9cb4a5ef5b699924c2f1fab4ebeda501b7eebbd1c2099b3b1e0","block_number":17559909},"dvm_request_id":"0x800da930ce3161d83d3f3c682b83e867b3bf9cd1dd93ba0e2009e90d0a19ba9b"}},{"rank":20,"split":"train","sample_id":"0x1644adb2291bb4a32dfbff296b780fbc1613c9e1e48913f03131424739548fde","decision_time_unix_expected":1687467511,"polygon":{"request":{"transaction_hash":"0x6006b595fcd1e04f2deabf1883e54e7ebce7d548fb3296d8b439b8c4f25cd3ed","block_number":44219170},"proposal":{"transaction_hash":"0x36c8fb823cc182ddf83b6b668fb3fe66a2b64906f27e8497b6df780a49ee8e23","block_number":44219698},"dispute":{"transaction_hash":"0x173e45b46d36fdde5333f8c7f3238be9636cc9339e76534e3ce296d467ce10f1","block_number":44219885},"settlement":{"transaction_hash":"0x950ce3105ad640c451c0d8724e2ab0c01a4b5ba1fd8066ecb0841db10baf248f","block_number":44340427},"adapter_configuration":{"transaction_hash":"0x44b5aa2ea8e60228dae8e64aaad5be98928411f125875a25b7a66243bbe473f3","block_number":44149849,"question_id":"0xc82e380b3379bb694dbf97e44261ab3c9256bbaa8510235fbbc4af1f7fd09912"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x102428f225abf9cb4a5ef5b699924c2f1fab4ebeda501b7eebbd1c2099b3b1e0","block_number":17559909},"dvm_request_id":"0x29a739ee418716caeedbce260da9e850b60d5b972774adfad05ecbda5cf934f7"}},{"rank":21,"split":"train","sample_id":"0xf8d56df8f1e2d9eb26e19c3e0aa63ead116bde97fded090701ab5cac34d8d6c0","decision_time_unix_expected":1688062798,"polygon":{"request":{"transaction_hash":"0xe998263c47fe0f5953aaffe0d507fadab6c4f877745f0e6a68a09d77108df728","block_number":43836355},"proposal":{"transaction_hash":"0x528624c96679b8012788022e6ea26aea291c3e9eee7b91c24336b003b4708ed1","block_number":44486347},"dispute":{"transaction_hash":"0xc29b816c87fc9b807de3e68431b7c3950041cc3d81e4cccb426b791cf5836ae0","block_number":44488728},"settlement":{"transaction_hash":"0x7a1f015d100daa197be85761e31b0210d29c29475657b11efcf447f1b25d2123","block_number":44574474},"adapter_configuration":{"transaction_hash":"0xe998263c47fe0f5953aaffe0d507fadab6c4f877745f0e6a68a09d77108df728","block_number":43836355,"question_id":"0x8cda5a7f43a5153a3910c8e81e8ed7a71c0af9219aa6fa44d3ef57aa1c66f660"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x7ef9cc00636242943579cf471d14f9deb0df530cb958fe08f34ab65aa1a721f6","block_number":17602622},"dvm_request_id":"0x7f1cb766ec74df76f4117aaa3311f59b8fafd49957f7bc8f34e711de8c751f17"}},{"rank":22,"split":"train","sample_id":"0x959ca1cd9c28a06f7a5d0e259ec35159bc310741d8405d53319af6ab25090b41","decision_time_unix_expected":1689050362,"polygon":{"request":{"transaction_hash":"0x17ef6d10017f614ec817bb1b6f116aaca2507e4e6b72d8f28114619263574b81","block_number":44643652},"proposal":{"transaction_hash":"0xea048d238a981a0906879fe45ec02baae2588fac04e9ff0dd1f22d6188684dd5","block_number":44936847},"dispute":{"transaction_hash":"0xe07a2f4b52c6f3055e9af20a670bf9b623dfa534684598c3903985b88e708105","block_number":44938038},"settlement":{"transaction_hash":"0x4cebd56922de33c8e62345f8cc1cf9569bcd3513aa1360c9014bb09a8b5eff37","block_number":45048455},"adapter_configuration":{"transaction_hash":"0x17ef6d10017f614ec817bb1b6f116aaca2507e4e6b72d8f28114619263574b81","block_number":44643652,"question_id":"0x18163148d90e85e9e177dc2adfd1c2be3b6c8e25e0d0a360299ce4ebbf1adc98"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x2767eb02a3867818bdb82b4bf102e7a9c545dd9eb33369136cd6df30bf1a8b13","block_number":17688004},"dvm_request_id":"0xba634f5ed4c981d1b4f7fd99074a5a689e3a308c97d9ef8895c80d9108ac4b6c"}},{"rank":23,"split":"train","sample_id":"0xd3061cf2793be19c7f289f6bb7e1be48136180191a5150247208f760246413af","decision_time_unix_expected":1689071017,"polygon":{"request":{"transaction_hash":"0x9f15e0d242995f16bf2d23909373db846bb37f15f07c78e713e9109c69126c1b","block_number":44649030},"proposal":{"transaction_hash":"0x4fe931835c8534593e6f6b154f832ab8dec2e2a230d0e7246aa2bd3f3d33e499","block_number":44946416},"dispute":{"transaction_hash":"0x5a0fdd1c8098263586d41c292319a158b91edd8675a6e976fdd3f160a0df199b","block_number":44947690},"settlement":{"transaction_hash":"0xd70ec20d9d2f94db28f5ed6970b9d12c77ede2ad7cd4a0da4819565c3b8cef1f","block_number":45048457},"adapter_configuration":{"transaction_hash":"0x9f15e0d242995f16bf2d23909373db846bb37f15f07c78e713e9109c69126c1b","block_number":44649030,"question_id":"0xb45b8c4f4f40b58a8996e72ab5c72a7bceb12fa46373d531669e95ef02e09218"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x2767eb02a3867818bdb82b4bf102e7a9c545dd9eb33369136cd6df30bf1a8b13","block_number":17688004},"dvm_request_id":"0x2aa36c9010f9218c3b10703675a4f9d2df25c70304f77ed3f955ca9ebd876a60"}},{"rank":24,"split":"train","sample_id":"0x4a222c122434485b519cb532b721261c8840b9c12c96840cf4f6be31334cca10","decision_time_unix_expected":1689074281,"polygon":{"request":{"transaction_hash":"0x5a0fdd1c8098263586d41c292319a158b91edd8675a6e976fdd3f160a0df199b","block_number":44947690},"proposal":{"transaction_hash":"0x0952f24af26480b49d68fc535229d9830c51359c526357d365d2a21e7f5f6e11","block_number":44947938},"dispute":{"transaction_hash":"0x81f2e99f294bee8d71d0a2154238ddcd27aaa6bdf7ff4c6f7adcdb8cc40e073b","block_number":44948116},"settlement":{"transaction_hash":"0xdb8505a4fc999511fcf965cc2531e9f876105bcb551b899dc97e97aa479ddc94","block_number":45048459},"adapter_configuration":{"transaction_hash":"0x9f15e0d242995f16bf2d23909373db846bb37f15f07c78e713e9109c69126c1b","block_number":44649030,"question_id":"0xb45b8c4f4f40b58a8996e72ab5c72a7bceb12fa46373d531669e95ef02e09218"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x2767eb02a3867818bdb82b4bf102e7a9c545dd9eb33369136cd6df30bf1a8b13","block_number":17688004},"dvm_request_id":"0xd414b2a4e7b229fd9f9f8bb137e3c404951c80056ad096bb2f1517c1461aa86c"}},{"rank":25,"split":"train","sample_id":"0x08ee74b0faa54b7256315912d581c6e44f60bcad30226f97fb5aaa87db78b228","decision_time_unix_expected":1689707715,"polygon":{"request":{"transaction_hash":"0xa1991b92f0cc1be59c50b561ea0c6d8f56b8333932ba6fb09282e5f7902b3c75","block_number":45236450},"proposal":{"transaction_hash":"0xa86dff5a26031a9eb68db0a5b0584ed38a512a934b2a6a9762cc4a4ea71dfa2f","block_number":45236834},"dispute":{"transaction_hash":"0x49653ff4ef8ed88f746590d681b09955fba4d9df93a338dbe75da35c2c79d0b7","block_number":45237209},"settlement":{"transaction_hash":"0xbf8f97293639b4733e1b2fe68b890bcb0fa8fb04cc0690ff409a60b16ef50518","block_number":45362675},"adapter_configuration":{"transaction_hash":"0xa1991b92f0cc1be59c50b561ea0c6d8f56b8333932ba6fb09282e5f7902b3c75","block_number":45236450,"question_id":"0x422ebf5660fb20a3bd36d77c81c652e00d519a84d194fbfc46a8b86e9788960e"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x64c560fb967d739166c82220bb78d5b3c490058df1414c7a596c9e19a44b6288","block_number":17744953},"dvm_request_id":"0xadee254caf724594d18156344a06b1f983ab62790551cd59ce389c3875c4cd39"}},{"rank":26,"split":"train","sample_id":"0x639a2896471e631308181e2a3094b7477318718ee42e2f8c9689a82fe7d4c98a","decision_time_unix_expected":1689998367,"polygon":{"request":{"transaction_hash":"0x0ec0ed7a1dd888454a4ea38dfa8c5a3f5ceaafcac25da59a03106504560bc9d8","block_number":45266700},"proposal":{"transaction_hash":"0xcbf215961be38ce91fc75213cd34828baf8f69f2a60de9b595c4b8e634d792a0","block_number":45368468},"dispute":{"transaction_hash":"0x5be29cf58370834cddc55da5854913252938fb77b964f905d0e2eed2a46dacc7","block_number":45370557},"settlement":{"transaction_hash":"0x9dcf169c6ba93eb72205f88a16bb3e972d7ca6e4a5dba52ec650f51eafa55581","block_number":45520226},"adapter_configuration":{"transaction_hash":"0x0ec0ed7a1dd888454a4ea38dfa8c5a3f5ceaafcac25da59a03106504560bc9d8","block_number":45266700,"question_id":"0x18aa14d0a1b60db61e893a0de618c73908aeed87c15bfc017a08380469ed4f86"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x17d1dbef18fffda49ae244555015391032118549bf6012dcf34621d406ca3338","block_number":17773541},"dvm_request_id":"0xc2af6c1b869fa82db92f7e4fcf5a1c655c5d1b606d2becfa944d56df8fd27c48"}},{"rank":27,"split":"train","sample_id":"0xa658b3988d267810d8ed68261f89e757ed85c141f125eef0094004734b21e545","decision_time_unix_expected":1690029529,"polygon":{"request":{"transaction_hash":"0x5be29cf58370834cddc55da5854913252938fb77b964f905d0e2eed2a46dacc7","block_number":45370557},"proposal":{"transaction_hash":"0x2a845ad8d6886d186a193f412b96aff320b81cf59185648fdac5f1c1ed837166","block_number":45382601},"dispute":{"transaction_hash":"0x45d9770ef0d713af223a35255a876b408dfdf0ef47291945714d6b1e44b19bef","block_number":45383127},"settlement":{"transaction_hash":"0x439dd3c6a82019b9d9666c44b2a4258d229a561501b009aa071f3e44dd14f8ba","block_number":45520227},"adapter_configuration":{"transaction_hash":"0x0ec0ed7a1dd888454a4ea38dfa8c5a3f5ceaafcac25da59a03106504560bc9d8","block_number":45266700,"question_id":"0x18aa14d0a1b60db61e893a0de618c73908aeed87c15bfc017a08380469ed4f86"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x17d1dbef18fffda49ae244555015391032118549bf6012dcf34621d406ca3338","block_number":17773541},"dvm_request_id":"0x6b9fc5be16d4db330c1fe0e5cadb34af411a0ec0585a2c2f52a4a721b72bd31a"}},{"rank":28,"split":"train","sample_id":"0x22c8259bce96af2ff8ef937928f09623f2fdab49ff545978acb8bfdac36b8e41","decision_time_unix_expected":1692449448,"polygon":{"request":{"transaction_hash":"0x3ad7300efac9f937a58d23b2c10ddc3fe209eb96744ee9ecb9630f65efcb8002","block_number":41986033},"proposal":{"transaction_hash":"0x5f6c2a1cc94cc423f1f0471ac3409d9f1ce16fef8fcc3392fa4159e45ecf4fae","block_number":46497386},"dispute":{"transaction_hash":"0xcbe5e5a14e2688589e7403d4f005e03b5b482a15c11fae92af879a3571feff09","block_number":46499894},"settlement":{"transaction_hash":"0x8b4e272630f8d92e207b951cc9a6344fc870ccaa247d66682615a595de51cd3b","block_number":46636963},"adapter_configuration":{"transaction_hash":"0x3ad7300efac9f937a58d23b2c10ddc3fe209eb96744ee9ecb9630f65efcb8002","block_number":41986033,"question_id":"0xfc333bfe6d58b0ed6ed561ae9db821624e1571f3b1a793f4b1941dd9ea4c79f5"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x2152921d665bda8b6d1a963c81bf762b661c5f3fe859bb99a3d7ffe2ec5066bc","block_number":17973694},"dvm_request_id":"0x32708d5a7deeac06190a1d7fd7d61d3374c82dafd0e8102be63bd6f1923d9dbc"}},{"rank":29,"split":"train","sample_id":"0xe7759bead03adbc612568592b154574b42894a4f9fa95fba09d9894b08dfae96","decision_time_unix_expected":1692500205,"polygon":{"request":{"transaction_hash":"0x354e28c9966cc92fce246170f4ad070df3aee6a5da1fad1ad538f073337cbfaa","block_number":46396343},"proposal":{"transaction_hash":"0x0b48f5532f3630d2a7781194265f6ea36dd820e97b72c85a663bf66ff2093d0d","block_number":46521081},"dispute":{"transaction_hash":"0xbdf75cc39b62f70b900180a2b9432d58c0c21cc2d0bd2a4ac768167d897824a9","block_number":46523419},"settlement":{"transaction_hash":"0xae7dcab303490edc2a51b63a442eff11ac5161f66e32c3990fda1769fd90e39b","block_number":46716502},"adapter_configuration":{"transaction_hash":"0x354e28c9966cc92fce246170f4ad070df3aee6a5da1fad1ad538f073337cbfaa","block_number":46396343,"question_id":"0x50c920a5e42dbe10dbc31894c906c36cd19629915939bfd7341ec7c99e4bcbd8"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x00c310033b3f04f62ebdcbf74a3f2cacfbb6376e2975b3d2a47748e6b8ac99ed","block_number":17987997},"dvm_request_id":"0xd4a3323ac6efffca4883d5181c13adcae8094b034ae213f58082071f39cd99b8"}},{"rank":30,"split":"train","sample_id":"0xd2a97848948d669f86954406a02e55adc084f98fcd53c092a37cdebafc03852f","decision_time_unix_expected":1692635229,"polygon":{"request":{"transaction_hash":"0xd44e92325545c3530f50173229ff86849ffb403b8bc171c7d3e85c5b4a774513","block_number":46550821},"proposal":{"transaction_hash":"0xf997b7e2c42db124bde03e6e7b3227d6d4d4e8ceeadbcac5258883e58c447613","block_number":46583898},"dispute":{"transaction_hash":"0xfafc8f13ddfdeecd5f67852ce80bdd15e435226b21443c67d6cb0041a246182f","block_number":46585440},"settlement":{"transaction_hash":"0xa6815051f13fbd6d973d72e7c05178f4876c8da11930b45faa9f8f436c628a06","block_number":46716504},"adapter_configuration":{"transaction_hash":"0xd44e92325545c3530f50173229ff86849ffb403b8bc171c7d3e85c5b4a774513","block_number":46550821,"question_id":"0x3fc56ef3ee984bb5e7793c5c7e221186e01844d98f9eb7e1cd60cbb6dbc1ee0e"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x00c310033b3f04f62ebdcbf74a3f2cacfbb6376e2975b3d2a47748e6b8ac99ed","block_number":17987997},"dvm_request_id":"0x436f32652a7556ffa37f81cec4ec76049ac0603c075105484a27be21096b3bcf"}},{"rank":31,"split":"train","sample_id":"0x6f2eac5fdf8324a499dc1b2f6d8f988a81df80e1da684fff4cea195f80b88455","decision_time_unix_expected":1692672221,"polygon":{"request":{"transaction_hash":"0xfafc8f13ddfdeecd5f67852ce80bdd15e435226b21443c67d6cb0041a246182f","block_number":46585440},"proposal":{"transaction_hash":"0x140646f2a584af49628401a1e134ff7dbebb695500d6d49563db6b760651b069","block_number":46600959},"dispute":{"transaction_hash":"0xe470e64bf04061ecca604272f3b3e2d57011ac3ced30e701fccced4436a9e12b","block_number":46602928},"settlement":{"transaction_hash":"0xa1d23d50c67d9dba68467a8b0d2b4dd7b26e6e6c46ae6a8f0ca2c8ee3a586381","block_number":46716506},"adapter_configuration":{"transaction_hash":"0xd44e92325545c3530f50173229ff86849ffb403b8bc171c7d3e85c5b4a774513","block_number":46550821,"question_id":"0x3fc56ef3ee984bb5e7793c5c7e221186e01844d98f9eb7e1cd60cbb6dbc1ee0e"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x00c310033b3f04f62ebdcbf74a3f2cacfbb6376e2975b3d2a47748e6b8ac99ed","block_number":17987997},"dvm_request_id":"0x9c5b00074faa47bc9cab9ec536c0ff6f03229dd2e1de97a8ca1b45559f18d680"}},{"rank":32,"split":"train","sample_id":"0x12816765be8257ac6868e8e3e71af719a5b7c830edc7b318f59959f0523b1e3a","decision_time_unix_expected":1696968710,"polygon":{"request":{"transaction_hash":"0xb30e2ec1b134d1479b33a1fc3fae28352de49352b477d52bb2bc8e725dd91e3e","block_number":48323154},"proposal":{"transaction_hash":"0x8895797f3c19d396b7f22148830d44a90e166aa5a26d6daf8f4900ab0ccf7c4c","block_number":48563581},"dispute":{"transaction_hash":"0xc5439ec43af8236b44134a75d9e412bdb9de3c65184c8056e66b2a7ebf01a8fc","block_number":48564072},"settlement":{"transaction_hash":"0x49942e954e57f453ba60d5eab4ccab5bb130fc2d2b73d35e3a5f38513edcf938","block_number":48688062},"adapter_configuration":{"transaction_hash":"0xb30e2ec1b134d1479b33a1fc3fae28352de49352b477d52bb2bc8e725dd91e3e","block_number":48323154,"question_id":"0x764a4c4c87bfe0c54c8d353b29b5747d0d70891e4b600e9b1ebb777629888185"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xd35c667f9e18f355fe888e8a518d7c2a005e2e50a5fd4d8e6a20dd6a093c25fa","block_number":18344908},"dvm_request_id":"0xb0906e47a50e3d039f4c8a3423436d80d99409635a42d706f5b782433bcbe246"}},{"rank":33,"split":"train","sample_id":"0xfe2b6986f91ea971697ce73b8419b2cc9e28e160db91bf749975630869eaf0b0","decision_time_unix_expected":1697215977,"polygon":{"request":{"transaction_hash":"0xeba5761dedf40e6181c7e527c564fe73538a72b36d9041b0cfb3ee1db65b9707","block_number":48530569},"proposal":{"transaction_hash":"0xad7e5844dc9afb99fba3a4a0c0491c80b9bc4fc0c22af9b8ccd2e8ec4835001f","block_number":48675621},"dispute":{"transaction_hash":"0x94697ed42b458bccc520b2703c13bf67e333382220cfe38641fa571d3b02aad9","block_number":48677994},"settlement":{"transaction_hash":"0xd16d3917526835f6219296d6985c92b2104ee2df88123b33a5f5382ca42bed44","block_number":48765697},"adapter_configuration":{"transaction_hash":"0xeba5761dedf40e6181c7e527c564fe73538a72b36d9041b0cfb3ee1db65b9707","block_number":48530569,"question_id":"0x3654dfa3262d99d3fdd7631ee57827551c86aa131b519d90dcb25d8ac00f1ddd"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xd076c73636588c7bdf5011b5ce2f48e9b2d3fd1c24f909d82c1d3845bd529ce9","block_number":18359215},"dvm_request_id":"0xc9505681c488dff9ffd666f634b6926cf6fa1dbe34059bbad92eb9970df323aa"}},{"rank":34,"split":"train","sample_id":"0x8a2822e10a5c3983ef451e9b13855681c9d6f47c360f9f44b53c7a6440b30c70","decision_time_unix_expected":1697565017,"polygon":{"request":{"transaction_hash":"0x7bd0a2f3f7353f2fa7f87c598f925eb413be2bdddda6f36d89d04ffbea6ebbff","block_number":48291664},"proposal":{"transaction_hash":"0xb9bd64b0c2f657c8223ccc1cec031c2ed33c14017cdbff066cca299ff5136542","block_number":48833781},"dispute":{"transaction_hash":"0x58731a0bbd22c1d605c5e296a389a200244219260751450fe5736fceeac49434","block_number":48835146},"settlement":{"transaction_hash":"0x5df72aa2a4f71fe65638b2a01ead26e435b26233ffe7423f2ded9df96a176aca","block_number":49000195},"adapter_configuration":{"transaction_hash":"0x7bd0a2f3f7353f2fa7f87c598f925eb413be2bdddda6f36d89d04ffbea6ebbff","block_number":48291664,"question_id":"0x7fe7758dea35ff7cc6096f9fd735a071e625430144f762f074b1b5586e69ad10"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x1638031bef494d9d01a622ac63d296a654cbb5cbfeb18e81b24b96e89944937e","block_number":18402123},"dvm_request_id":"0x8fd5f407aea9df3d15523f7f38ff4d2ef4b64d9774658b8d46f8c5a2f8199c16"}},{"rank":35,"split":"train","sample_id":"0x5972ec236a450246cdb19b06a0902a6e020f149e8bca8a89e7d3ee59a3211aa2","decision_time_unix_expected":1697858939,"polygon":{"request":{"transaction_hash":"0xf9f9a6fd69e77482c97f64b612b44e0905977ae339e88510e1e523fcfd641df7","block_number":48842655},"proposal":{"transaction_hash":"0x1f22ca48a363d814d6001a4567b2f4e55aa7bc003de0ab337685267324a2274d","block_number":48967495},"dispute":{"transaction_hash":"0x3f984348f321e5df0af9e421beabb922696ed594aca8533e911ccdf685de0c65","block_number":48969048},"settlement":{"transaction_hash":"0xe0f99416022e52fe74b60d26cf6db8b3f4d3024dbe5c7a16adcc9bc9410a7bbf","block_number":49075452},"adapter_configuration":{"transaction_hash":"0xf9f9a6fd69e77482c97f64b612b44e0905977ae339e88510e1e523fcfd641df7","block_number":48842655,"question_id":"0xb2686999378ad102ed009057ca9afb486262428114695027a40391caaf7085e0"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xdc21244b95541215145bfc576c6ff0769fcea5373befec2d649c1eadbdf99ec9","block_number":18416408},"dvm_request_id":"0x9b2208e8a472fe22b7388fa0897476ac58f0eb10f1225a31cd4d51a194b54336"}},{"rank":36,"split":"train","sample_id":"0x580e138618f05e7ab363e10a20b14d839f1cc1ef9dd1970eb42b9b40c50ed7d7","decision_time_unix_expected":1697860872,"polygon":{"request":{"transaction_hash":"0x4ddd5d7c85bb1fb94f6d22c0d10604186984e84fc86aa198f9d11a3624c6b9bd","block_number":48958435},"proposal":{"transaction_hash":"0x887a474b00b934a56f1c70ee5c4e02ddbd553ddc69b18f4ee14c8482346c88ea","block_number":48968353},"dispute":{"transaction_hash":"0x0a70cd650ca5cc7eec5e302287aa83dd4c58b4ae51fe760cc0a628bb93a40646","block_number":48968616},"settlement":{"transaction_hash":"0xb832aa7329f50e833515a0aafd55c96d00b086ad8d7f59130009d2c13a9faa6d","block_number":49075450},"adapter_configuration":{"transaction_hash":"0x4ddd5d7c85bb1fb94f6d22c0d10604186984e84fc86aa198f9d11a3624c6b9bd","block_number":48958435,"question_id":"0x577076c360ca9a2b2680923b386a7c73751ee41a3f964fcad422cc8df39f659e"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xdc21244b95541215145bfc576c6ff0769fcea5373befec2d649c1eadbdf99ec9","block_number":18416408},"dvm_request_id":"0xc4836228a608cded74d05d5c018f1ff6d96336de8b2b67eab04f4266b935bc2c"}},{"rank":37,"split":"train","sample_id":"0x330a2bc60257f02ea638d4d24773175ca9f7ac18daf9a2c571293c9e392021d5","decision_time_unix_expected":1697862735,"polygon":{"request":{"transaction_hash":"0x3f984348f321e5df0af9e421beabb922696ed594aca8533e911ccdf685de0c65","block_number":48969048},"proposal":{"transaction_hash":"0x95266e8cb24e184fc7f02c3c19ba4e31ca7c71df8fb1acec299902ceaffb8ef5","block_number":48969161},"dispute":{"transaction_hash":"0xa46023cd7331b807eab00e6162b6ae1ddf74347a918dd29fe96e6a9c8ddf397c","block_number":48969569},"settlement":{"transaction_hash":"0xeb3be9e72fc1709020f17d793be44c1e9ec9785422d5da0669de6cce2070a3d0","block_number":49075454},"adapter_configuration":{"transaction_hash":"0xf9f9a6fd69e77482c97f64b612b44e0905977ae339e88510e1e523fcfd641df7","block_number":48842655,"question_id":"0xb2686999378ad102ed009057ca9afb486262428114695027a40391caaf7085e0"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xdc21244b95541215145bfc576c6ff0769fcea5373befec2d649c1eadbdf99ec9","block_number":18416408},"dvm_request_id":"0x23bfbc37201966a3b67991a1a2398206a6a010532bfdd19468d0b59bed586008"}},{"rank":38,"split":"train","sample_id":"0x48b4b63bf466663523b2d5e4ac77ac55555b6850f9c99b436f07d82cbb9be5ad","decision_time_unix_expected":1697887663,"polygon":{"request":{"transaction_hash":"0x142298b475d7eb977a86e70ad2aa88035285ab4d5dfd440b853a5414d753b9dc","block_number":48597726},"proposal":{"transaction_hash":"0xb2f7158d6f50d69c4346e74f7135f057a37576225ab0853649280d5460a55289","block_number":48979900},"dispute":{"transaction_hash":"0x72997d7c416ba8cf39f14a784563f5f0370afce5771fc17457db8b70caa62a21","block_number":48979979},"settlement":{"transaction_hash":"0xd2bb89ea316aa957f43b8b12d68fe76bcf771c6e6d155c60ea851baf91582bfb","block_number":49075456},"adapter_configuration":{"transaction_hash":"0x142298b475d7eb977a86e70ad2aa88035285ab4d5dfd440b853a5414d753b9dc","block_number":48597726,"question_id":"0x0fcaefbd56d4eb0f84b28ac1e72a9386b86e48b1e0d8ed3e2ee8afb6fc671135"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xdc21244b95541215145bfc576c6ff0769fcea5373befec2d649c1eadbdf99ec9","block_number":18416408},"dvm_request_id":"0xf0d4566c24007aa81e0f2f83fecc7e0e58f9f7cb311d76aff5c4324d9cdeba57"}},{"rank":39,"split":"train","sample_id":"0xe704b08efbccfe51af329b950701ffdbf623f99a5985d21e5da62b677aa3af7d","decision_time_unix_expected":1697888151,"polygon":{"request":{"transaction_hash":"0x72997d7c416ba8cf39f14a784563f5f0370afce5771fc17457db8b70caa62a21","block_number":48979979},"proposal":{"transaction_hash":"0xcbe25c0d32954ad918ccd0651df21fa25e3e8832f91f631e5b8b49c7c110ec88","block_number":48980114},"dispute":{"transaction_hash":"0xb803aba69ffd4b19878afa15a4dcf3a2a35fd11ea8f245ff3285d487390a6447","block_number":48980248},"settlement":{"transaction_hash":"0xb5d37c1741c5ada5facb156413fd9e9dcf5195ed4e86ae3f03ccc6db56fd00eb","block_number":49075458},"adapter_configuration":{"transaction_hash":"0x142298b475d7eb977a86e70ad2aa88035285ab4d5dfd440b853a5414d753b9dc","block_number":48597726,"question_id":"0x0fcaefbd56d4eb0f84b28ac1e72a9386b86e48b1e0d8ed3e2ee8afb6fc671135"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xdc21244b95541215145bfc576c6ff0769fcea5373befec2d649c1eadbdf99ec9","block_number":18416408},"dvm_request_id":"0xea2c91574aeec8540fc8a330a607e0a4accfa3d68cb8b0044371157703479124"}},{"rank":40,"split":"train","sample_id":"0xc542fd6144a3abc3582b55045c604aecab473b3c8fb0f39fa9066c96933a93ec","decision_time_unix_expected":1698291643,"polygon":{"request":{"transaction_hash":"0x12f33ec378a883824f9f8e4e60ca8de8524ddee8f9979058d6d95f740e4d9299","block_number":49105751},"proposal":{"transaction_hash":"0xc5968143657a6a9c9cfce6cb3f74f91ca6ac91b5813c655ef640a3eb82b4f5a5","block_number":49159755},"dispute":{"transaction_hash":"0xe1b410f2ad8c2c22cfd516d118feae073290e89953dbb67fcf6a00e5d7da97fa","block_number":49162109},"settlement":{"transaction_hash":"0x1c47ff0efa7061cc62322d226d577d9a6a2fe9316223b60ad1939cd8f5f85cf2","block_number":49313498},"adapter_configuration":{"transaction_hash":"0x12f33ec378a883824f9f8e4e60ca8de8524ddee8f9979058d6d95f740e4d9299","block_number":49105751,"question_id":"0x93acf930dd73ec44b0a0104311dfa35272cb624ece9bd7b17a1119ddc6cc6356"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xf57871f0c613458da4156e7b991675f59239a045f10c4352cacdc6f193895c55","block_number":18459270},"dvm_request_id":"0xaa39d02a3deac66a5b38222203eebcda00e018b36688ecd1cc5f555c55e44d0a"}},{"rank":41,"split":"train","sample_id":"0xd62b7b183312b01ee0a194338836383e089936c5d0804eb1880adf0e66ea6a95","decision_time_unix_expected":1698548929,"polygon":{"request":{"transaction_hash":"0xe4b8ad6a97181508a4954c751cd021000896f070cabf3cf7a1af2b5e5498a313","block_number":48843169},"proposal":{"transaction_hash":"0xc9039efa5913767ae036338f415133cf977701febed2000519c6e6c75a4321ec","block_number":49278588},"dispute":{"transaction_hash":"0x2a115652bbd0986aeccc44ac6ddf9f8de79964d913ce10c6e218cc8746686081","block_number":49281931},"settlement":{"transaction_hash":"0xb00bdf741eac76b4e88df1870001918b5c8881cb17f3e5335858a4b9e68782f4","block_number":49393569},"adapter_configuration":{"transaction_hash":"0xe4b8ad6a97181508a4954c751cd021000896f070cabf3cf7a1af2b5e5498a313","block_number":48843169,"question_id":"0x63b22b13c01567ae299d04a84665669f213569c9c0c4be784c7a0565e60f354d"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xfa079b6855bb4e5f4a6cf5da61c4181c404d27072b4823eb3d64ec59e23b9b58","block_number":18473544},"dvm_request_id":"0x210a4a33401c5dee1873a5b193e147428e98bd51d6fb2415bf595fa2104fcb4a"}},{"rank":42,"split":"train","sample_id":"0x9bd18cf2244bfe821bf1ae1d3439991ac8f5b94cb93f1b92fef109f3cb93d88e","decision_time_unix_expected":1698556229,"polygon":{"request":{"transaction_hash":"0x2a115652bbd0986aeccc44ac6ddf9f8de79964d913ce10c6e218cc8746686081","block_number":49281931},"proposal":{"transaction_hash":"0xa310a2f12c68ec19e233affc4f7620e8a48de9b03b059b7153a6faf70ecd8abc","block_number":49281997},"dispute":{"transaction_hash":"0x9dab37e76fad9e073e8c052d46e604e288a07d0224edcd3453ae49d186bfc5cf","block_number":49282236},"settlement":{"transaction_hash":"0xc84bf8b97f71740c185df9186e332e05426d0e836b5f87ee610e045818302170","block_number":49393571},"adapter_configuration":{"transaction_hash":"0xe4b8ad6a97181508a4954c751cd021000896f070cabf3cf7a1af2b5e5498a313","block_number":48843169,"question_id":"0x63b22b13c01567ae299d04a84665669f213569c9c0c4be784c7a0565e60f354d"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xfa079b6855bb4e5f4a6cf5da61c4181c404d27072b4823eb3d64ec59e23b9b58","block_number":18473544},"dvm_request_id":"0x046b635f39849e29f640c285661f883b902a572fa45e77b8b001e08311c395e3"}},{"rank":43,"split":"train","sample_id":"0x3e7bef03683b831bb2f173c06293af7268f68030443fb5da4e365b641ff58ab0","decision_time_unix_expected":1698725229,"polygon":{"request":{"transaction_hash":"0x1967e8bc7e7585601a558fc10c79aabd92d455673962e36c1aeb3bb3916d0504","block_number":48564485},"proposal":{"transaction_hash":"0x9f583478d61ff50d3c2199d8e44b3b5d4558b199b355079d63e528addd46c2fc","block_number":49359692},"dispute":{"transaction_hash":"0xa03df7a181a2e867b3eb7c6f7aee62881ea739296afaa92d259c68dff352def6","block_number":49360003},"settlement":{"transaction_hash":"0xb26218b4021ca374a3fc149d0148f5a88a48498a263e67032dd72f11f14d8da6","block_number":49553110},"adapter_configuration":{"transaction_hash":"0x1967e8bc7e7585601a558fc10c79aabd92d455673962e36c1aeb3bb3916d0504","block_number":48564485,"question_id":"0x5d5f97d44e06c3ed5f30801ae07e817d375dfb5ab8dde91a9fadd79204577c67"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xaa1c943977f5bd1c984d1af280839ce6e27faddce13e9cb8789535fa8d6454b5","block_number":18502101},"dvm_request_id":"0xd33dd4f8c22b94fc4b16ebf676b1ad9f7b2baff257116061ede7cdafa944a107"}},{"rank":44,"split":"train","sample_id":"0xe3c1d0f7d027532292958c954134d0762c9be8780682e2e9475af091234bbfbc","decision_time_unix_expected":1698728523,"polygon":{"request":{"transaction_hash":"0x5877a558d407e7979983cd0fab82ab7e6b520e75d45ed7902386c544d4e50146","block_number":49345969},"proposal":{"transaction_hash":"0xaae31560a626feac5031575d414e789f51a8c1e8d5a904d795517ed5eaab1703","block_number":49361207},"dispute":{"transaction_hash":"0x68c5106428955754c785202ec9f3e85a543db8aca443c83deeb269cbc752bba5","block_number":49361507},"settlement":{"transaction_hash":"0x93fd1d1a55574cc264cd880429d24e4c46f8ce5613a39e7da22b88fbe9c2c187","block_number":49472932},"adapter_configuration":{"transaction_hash":"0x5877a558d407e7979983cd0fab82ab7e6b520e75d45ed7902386c544d4e50146","block_number":49345969,"question_id":"0x15b65e8b80754c65a6202cb322e3d866902631038ea1ad2a5b073e3155588bb9"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x8cfaf17379449f33254750e153cbf571012baa8681f02ac4f8a629fb2e71d45a","block_number":18487827},"dvm_request_id":"0x3a86837a15c50ece58e44a73bee40b6b4fd4018f36f9342a6de0f20245e00b65"}},{"rank":45,"split":"validation","sample_id":"0xe8421e133b41227cc2a7f8fd0c483ad030a24b2769559f74c0d4ca3ff1e4f1b5","decision_time_unix_expected":1698774570,"polygon":{"request":{"transaction_hash":"0xaabc50742c67c7a6fcd931cf1fb91cee882732e3731c8ea76c4df3865a8f67df","block_number":48448635},"proposal":{"transaction_hash":"0x18e29829349d18c5883f7377cc6f96c74d5e0f027e21e51f1ce110e44bc837da","block_number":49382504},"dispute":{"transaction_hash":"0xd56bb3ec8eb4c35a30bd3492dee8faef76501615c92289fd89292c637800a337","block_number":49383083},"settlement":{"transaction_hash":"0x777cad07546262c9a19327090ff1297bf1da15df371a526d55302dff2db03527","block_number":49472935},"adapter_configuration":{"transaction_hash":"0xaabc50742c67c7a6fcd931cf1fb91cee882732e3731c8ea76c4df3865a8f67df","block_number":48448635,"question_id":"0x8f13353c92e1f39d39c304f32ed39c490efe11d9154ea9f013f1b3313bd9bc2a"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x8cfaf17379449f33254750e153cbf571012baa8681f02ac4f8a629fb2e71d45a","block_number":18487827},"dvm_request_id":"0x1736fe6d1ee3e15c6981849cc06499ade579ba447962b6f09e628676a5b598ce"}},{"rank":46,"split":"validation","sample_id":"0xcc44d5b38e92ca4b16e3c5fd90b08c3844ccc5a285a23f5083edc66ed552bfa6","decision_time_unix_expected":1698777179,"polygon":{"request":{"transaction_hash":"0xd56bb3ec8eb4c35a30bd3492dee8faef76501615c92289fd89292c637800a337","block_number":49383083},"proposal":{"transaction_hash":"0x17a85e4474638ba186dcc9bb7f73df42f6498239000108d4c641f08c1b43af74","block_number":49383728},"dispute":{"transaction_hash":"0x8877bfeccbb35ffb8e6b4ad58b5cb4e83fa4e95c368c8b84599f9e75144abfce","block_number":49384250},"settlement":{"transaction_hash":"0x6aec7f3c59f80d9a8963ee3576d70b8df9cc597a7a52af543e1bddb46f0d5056","block_number":49472938},"adapter_configuration":{"transaction_hash":"0xaabc50742c67c7a6fcd931cf1fb91cee882732e3731c8ea76c4df3865a8f67df","block_number":48448635,"question_id":"0x8f13353c92e1f39d39c304f32ed39c490efe11d9154ea9f013f1b3313bd9bc2a"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x8cfaf17379449f33254750e153cbf571012baa8681f02ac4f8a629fb2e71d45a","block_number":18487827},"dvm_request_id":"0x1ce7a82df3e0f82e39c19e4670cceae026b1991f5c21e3bf17c6f773fbf87ff6"}},{"rank":47,"split":"validation","sample_id":"0xec39a719eb3832ac4197e55d615717fcf120dee0ae16d039436a273176a2e2cb","decision_time_unix_expected":1698811206,"polygon":{"request":{"transaction_hash":"0xa03df7a181a2e867b3eb7c6f7aee62881ea739296afaa92d259c68dff352def6","block_number":49360003},"proposal":{"transaction_hash":"0x247268fff63a5e1cc26831efea3aa9b7a704eb3f89047b924b1d556f201ae643","block_number":49399543},"dispute":{"transaction_hash":"0x38442d78f137f2fccf8a698ad27889dda695290c6ce15d9662440c9effa552cd","block_number":49401175},"settlement":{"transaction_hash":"0xf185a0cc7b0bb704bd43f02865c8afaa94a0c5e2a0602f55e479e74fdc00c44b","block_number":49553112},"adapter_configuration":{"transaction_hash":"0x1967e8bc7e7585601a558fc10c79aabd92d455673962e36c1aeb3bb3916d0504","block_number":48564485,"question_id":"0x5d5f97d44e06c3ed5f30801ae07e817d375dfb5ab8dde91a9fadd79204577c67"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xaa1c943977f5bd1c984d1af280839ce6e27faddce13e9cb8789535fa8d6454b5","block_number":18502101},"dvm_request_id":"0xa682a9d666326d6727672379a027ad1385da99688babcedf04e8bdc0f468f60d"}},{"rank":48,"split":"validation","sample_id":"0x3909edb344d076371fe3c3bdf34f22277538ddc98a7c6cdb24c36cc5de8e9865","decision_time_unix_expected":1698838413,"polygon":{"request":{"transaction_hash":"0x11c447e95ebb9f870c7e41a2af4062fe9a391a123e065d93ed1825ca33458b23","block_number":48760374},"proposal":{"transaction_hash":"0x7d4b3da36e36bcc901d06151934cf930f07017ab208f3a91e13366905a13b987","block_number":49411880},"dispute":{"transaction_hash":"0x518d18859a3b4f7d54579176f635402e0ea4cfe53fe06c62dccff3dbb0fd3f82","block_number":49415084},"settlement":{"transaction_hash":"0xab0f861ca583d22bae422f2d0b99f6d78a6707bc36b2da877976e6c945c23444","block_number":49553074},"adapter_configuration":{"transaction_hash":"0x11c447e95ebb9f870c7e41a2af4062fe9a391a123e065d93ed1825ca33458b23","block_number":48760374,"question_id":"0xfec67cdabfc8cd4fcb5e8b2c60377031b29b005d35b4e2b6655250d32d104cf1"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xaa1c943977f5bd1c984d1af280839ce6e27faddce13e9cb8789535fa8d6454b5","block_number":18502101},"dvm_request_id":"0x03b09481f296f9807e2465cf0ae60fb958b46ae9620265f93cb5e9e4297bb5b9"}},{"rank":49,"split":"validation","sample_id":"0xef9519c28cf0abceaa30cec0bf62cc6b8e6792be8d8f5590a19a04b2528f2581","decision_time_unix_expected":1698838495,"polygon":{"request":{"transaction_hash":"0x41a36fda4be1fcbfee6664cda35dc6cf104d333f0c8c8a8e0dc2d838207c2bf4","block_number":49381000},"proposal":{"transaction_hash":"0x49607461a6b5f1addf25e8225ea515cb236d5958f98b852add403db5844a137d","block_number":49411919},"dispute":{"transaction_hash":"0xa56aea8f6bee5943207852f99fb149a92eea0c035074b314f9fca26b8b2ddd68","block_number":49415094},"settlement":{"transaction_hash":"0x36a02edf38d22de99a3d60c77474ee67cf2d67ceda69c176a3efff8a6646ce72","block_number":49553114},"adapter_configuration":{"transaction_hash":"0x41a36fda4be1fcbfee6664cda35dc6cf104d333f0c8c8a8e0dc2d838207c2bf4","block_number":49381000,"question_id":"0x4b5b10731bd92ad468fffc8cb83ba53a73e5a61ba8f8fa2b264f2e6e10dfe270"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xaa1c943977f5bd1c984d1af280839ce6e27faddce13e9cb8789535fa8d6454b5","block_number":18502101},"dvm_request_id":"0x5b1c2cc7cbb187e70f8b286fc11d02a7444ca8a5381f6889be87f3a4ffabc417"}},{"rank":50,"split":"validation","sample_id":"0x8c7d894d19b9f33c34c176f7c7cb53750761a9f5f2f434bf29e53fcf80508c9e","decision_time_unix_expected":1698864893,"polygon":{"request":{"transaction_hash":"0x518d18859a3b4f7d54579176f635402e0ea4cfe53fe06c62dccff3dbb0fd3f82","block_number":49415084},"proposal":{"transaction_hash":"0xfb7f21e3bef1460067130869594d1e486e1ee6b6720ee42500dfdfce0255562d","block_number":49424224},"dispute":{"transaction_hash":"0x3d093cc2e2738da6bd063ea364524b0efffdfe6f064f0be870528a7cabbe8e2c","block_number":49424536},"settlement":{"transaction_hash":"0xb6e1ad2c42469b51e3c6004b300fc4f59b908ac1b6f1c1544682497420192919","block_number":49553101},"adapter_configuration":{"transaction_hash":"0x11c447e95ebb9f870c7e41a2af4062fe9a391a123e065d93ed1825ca33458b23","block_number":48760374,"question_id":"0xfec67cdabfc8cd4fcb5e8b2c60377031b29b005d35b4e2b6655250d32d104cf1"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xaa1c943977f5bd1c984d1af280839ce6e27faddce13e9cb8789535fa8d6454b5","block_number":18502101},"dvm_request_id":"0x38c496c2b97fd7645e0d45ebafd4b95894ea3d708c9257fdbea392ebc1e4df64"}},{"rank":51,"split":"validation","sample_id":"0xdfba614b882b2266487d834e972dfe2f04299a1eb0a7244695c458fb2644ad52","decision_time_unix_expected":1699653296,"polygon":{"request":{"transaction_hash":"0x7a3ce8fdaec1beafd42484b3bb3d410c2a58b3137260439461249c179724f013","block_number":49504852},"proposal":{"transaction_hash":"0x44a4eac9a16076f75c2acb3e99739ff286514abe46f5042aaca129048c060cbb","block_number":49788979},"dispute":{"transaction_hash":"0xf5113c3f0cdea7b63a86521ba14443b3ad5b74904dda064cfecb57e8eaa9e037","block_number":49789086},"settlement":{"transaction_hash":"0x5574c6fcbeeda8aeb954566b55131fb49e22d0a044ac758aa7204f472b42555b","block_number":49873730},"adapter_configuration":{"transaction_hash":"0x7a3ce8fdaec1beafd42484b3bb3d410c2a58b3137260439461249c179724f013","block_number":49504852,"question_id":"0x75263ce656a08e989c0413424862d043b88b0d634c9ed2361c3e017094f30808"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x999fc99f86d009ce75ccab3b9947a56b36e65ddd008306b2247b66dfb9d8e4f8","block_number":18559269},"dvm_request_id":"0x1ea4a4b74b69a31c9424f56f869e66f2a73725438c4326e2b8a4be8baabee29f"}},{"rank":52,"split":"validation","sample_id":"0x71cb3315307c03f5a42715383070f2bc1646771431ccf88ae618c90b2eff9c44","decision_time_unix_expected":1699835833,"polygon":{"request":{"transaction_hash":"0x88fa8448eb4fcff06617c7b733234df0c64a65958fdfad8495b122678225363f","block_number":49700610},"proposal":{"transaction_hash":"0x0b261622123a6ef61355988c6020610bd2e954a88bd57c0d5f23e654e40fbf06","block_number":49873640},"dispute":{"transaction_hash":"0xd7c9e439574194491c07dab423f4e7f10809d61e67407ee98c09d20245cf8d7d","block_number":49873772},"settlement":{"transaction_hash":"0x91617e2bb16e41b9e00fea27063c689fa3694ceaa4cfffacfda0b407318cbb3b","block_number":50033704},"adapter_configuration":{"transaction_hash":"0x88fa8448eb4fcff06617c7b733234df0c64a65958fdfad8495b122678225363f","block_number":49700610,"question_id":"0x120a9f45683b5e11906bb513f5e6cbfc4603523c1367c33be47d90e24c0dbe82"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x3aef2639690897c0677001726dd4350f55c16b89baedbba3b0c5fdec72dca674","block_number":18587883},"dvm_request_id":"0x10bd1787ee6ff3fc0f202ad69082d2a52b9807946c567aac98136b5d3f8837e6"}},{"rank":53,"split":"validation","sample_id":"0x9c4d3a07c925a6a6bfe128ccd04526eee99145cb01995c4338a8990cd3671754","decision_time_unix_expected":1700453244,"polygon":{"request":{"transaction_hash":"0x9588e4f00836541c8f4388d8e5fe8c355d08921262e148ea0654210cd499ea5f","block_number":50148725},"proposal":{"transaction_hash":"0x7f691551ed5119339165c65783b6cb40a853fc5bddaf2b52a531f8da9d692d34","block_number":50158241},"dispute":{"transaction_hash":"0x6332fca5c9e61b52ba392e9ecf87674f542dae96caa31035913201277ef24814","block_number":50158349},"settlement":{"transaction_hash":"0xbf9f86ae42f4b0dceaee8c686a7c55410041ef9767cf6915ee01a8c0af587541","block_number":50272052},"adapter_configuration":{"transaction_hash":"0x9588e4f00836541c8f4388d8e5fe8c355d08921262e148ea0654210cd499ea5f","block_number":50148725,"question_id":"0x04e9684fe103d9a4236ba1dbd97c22c1ec0c1e32d099b79856104db2e79d3089"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x2f4eee7426bac3d8ad0725b62a8bd414142af852d4b8b5ae1c8a3a66d0db4d1d","block_number":18630718},"dvm_request_id":"0x7b0946487297f21d8b1d91d2431c131a52d7821f37360f4293d2859b8f14e228"}},{"rank":54,"split":"validation","sample_id":"0x063041c1f217d3e33b1861c4c6c2dba01329eaa52a180bca20b22cadcd8f23d3","decision_time_unix_expected":1700641056,"polygon":{"request":{"transaction_hash":"0x7216533ed1a437eec1ae2e4e2462d6ca59d7502832696d6ed4bcfbe830e6cc0d","block_number":50082768},"proposal":{"transaction_hash":"0x162a667896e3230ee9a69299da05463b1676b21522f89f283bca06b36c7c6973","block_number":50245051},"dispute":{"transaction_hash":"0x8af7ae2fdbe26fb4f4b3f35b58b6722e4f2a1fecc9b4a862e30f1a9419784be2","block_number":50245491},"settlement":{"transaction_hash":"0x5d8bf4558b0f58bb62cc8ab88d7221cf10f948006299cb66bb9cb86e3fb6bd56","block_number":50352587},"adapter_configuration":{"transaction_hash":"0x7216533ed1a437eec1ae2e4e2462d6ca59d7502832696d6ed4bcfbe830e6cc0d","block_number":50082768,"question_id":"0x1af0fdcc8e63aea415d14a4a8bdef10521718b03d140cf5a4683df71cf37c056"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xa687cc7ef994dad4ce8f099f7e385a58fc8b7a68270af78430a72cc598a60605","block_number":18644997},"dvm_request_id":"0x9818197c07761c22226e1b50e92c8e6bb12c3b1304d001c8c724eec8c1f385df"}},{"rank":55,"split":"test","sample_id":"0x31b21c2a5b1eccbe4d373b65ce570c8e5ddfb8c64c35ab0e7d5c5620139e8081","decision_time_unix_expected":1700674087,"polygon":{"request":{"transaction_hash":"0xdbaeae709636250443e1b6ebd40c6b6797d1b5db47e8d1db1d4e7b506761162f","block_number":50160861},"proposal":{"transaction_hash":"0x2fa7f6c4d69409269dcac6a9884eb37cd8a0186afb688ce5418701469251e10f","block_number":50260219},"dispute":{"transaction_hash":"0x86c5ca79df943698bb50ccd52acb4ec08e495421f4f61038eaec320cbc6d8c65","block_number":50261150},"settlement":{"transaction_hash":"0x2b2f176fe624caaf82d831ae249a725099aebf297372d2f940e0f7fadd142c6c","block_number":50352591},"adapter_configuration":{"transaction_hash":"0xdbaeae709636250443e1b6ebd40c6b6797d1b5db47e8d1db1d4e7b506761162f","block_number":50160861,"question_id":"0x986d7f3089a436c834d205c48baa7a7ecf25afe7a73c67b9acc7e65604aedafe"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xa687cc7ef994dad4ce8f099f7e385a58fc8b7a68270af78430a72cc598a60605","block_number":18644997},"dvm_request_id":"0x6a039621269104b4078a9bb159926898f3d1810a41813109cc9d72804f4a3451"}},{"rank":56,"split":"test","sample_id":"0xcde4677652d09a5def4974ad0e752bd24e0f093affc2c61b1ce47ba5fdd85898","decision_time_unix_expected":1700835441,"polygon":{"request":{"transaction_hash":"0xd1a0d3b718e28bae6d1fbb872aeac2541955083b70b3014f5e0c6fe0a76b44cc","block_number":48563653},"proposal":{"transaction_hash":"0xeb1870f1ab8cea6925c7110bb719e338cf02e9b7b250eab9269f0b32459100c6","block_number":50335455},"dispute":{"transaction_hash":"0x2745c513c77be48050b52a8dd5b236b684e285211cc815e206979d8496c8c069","block_number":50335694},"settlement":{"transaction_hash":"0x77dd348d5561d442427b571ac7145fcaa31bb3edd6ccaa68e15597f128a9188c","block_number":50512185},"adapter_configuration":{"transaction_hash":"0xd1a0d3b718e28bae6d1fbb872aeac2541955083b70b3014f5e0c6fe0a76b44cc","block_number":48563653,"question_id":"0x1c854357b87e6cf9b97bf1b1235d959ec34dddc23aeac64bc896bdc3b9fe3eff"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x20263c1579d8f3a28f075be685b496df3fb599b0d50dad0640fa58955ff52ac1","block_number":18673557},"dvm_request_id":"0x3995d94a9e70bb3b31250985ebb4d9497f40ad6c394568fd3f26f16f70f39031"}},{"rank":57,"split":"test","sample_id":"0xfc0075db0da04037cb2175fec39aca02506523c2e7d8d1fb5c8c349a63a26983","decision_time_unix_expected":1701643210,"polygon":{"request":{"transaction_hash":"0x8cc79f696975abedd080d867e74f666e772f1f9d95691b932d5df87bf729b3cd","block_number":49945169},"proposal":{"transaction_hash":"0x00314dd9dbbb3a0bba70b43377deba9e488d24b48b3277037040bbfab01df03d","block_number":50708105},"dispute":{"transaction_hash":"0x1667c16649ef6c88f7edc3c1ccb00ebaa59e0a6c69f545c922e9eee25c53dd91","block_number":50708240},"settlement":{"transaction_hash":"0x4c4f0a54e4c6db9da49dd00e439ea4831640fa70ee6b270afb0397b70de4d9cf","block_number":50829671},"adapter_configuration":{"transaction_hash":"0x8cc79f696975abedd080d867e74f666e772f1f9d95691b932d5df87bf729b3cd","block_number":49945169,"question_id":"0x4acbda48cb64c2259a65ea80493ed6459df31828b9f45e1521e89d822ebe4d4b"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xdb0f33067ccd4ae2abd46096928d706434e50ba3596da06a48747550e23ab178","block_number":18730703},"dvm_request_id":"0x06314dbb30b5644fd5131a5a3b11865fd84b9e4e8c5737af3654da5dbcd48fd0"}},{"rank":58,"split":"test","sample_id":"0x92be9b5953a6ba0d06b6f595f6ff52ede4c7f5737ff4e44d8f1fe67eea9e8626","decision_time_unix_expected":1701724259,"polygon":{"request":{"transaction_hash":"0x2745c513c77be48050b52a8dd5b236b684e285211cc815e206979d8496c8c069","block_number":50335694},"proposal":{"transaction_hash":"0xb3116daf01e0ee6c090e485e05ab38c9fd1aae92082f8374206fcaa72a68f4f5","block_number":50745087},"dispute":{"transaction_hash":"0x2dc1923eceb20ec08436e7a1e5086d09db083233f4ece9db513651bab0e3e3a2","block_number":50745296},"settlement":{"transaction_hash":"0xf9dc3acef047c88016cfcf62cd73b3238e2270c3dcc965261cc2ba7de39f35c9","block_number":50829674},"adapter_configuration":{"transaction_hash":"0xd1a0d3b718e28bae6d1fbb872aeac2541955083b70b3014f5e0c6fe0a76b44cc","block_number":48563653,"question_id":"0x1c854357b87e6cf9b97bf1b1235d959ec34dddc23aeac64bc896bdc3b9fe3eff"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xdb0f33067ccd4ae2abd46096928d706434e50ba3596da06a48747550e23ab178","block_number":18730703},"dvm_request_id":"0x9ff1c504521d3af3d377acc0671d2a7bae0d48d8c89accfd26ea98d1c5707524"}},{"rank":59,"split":"test","sample_id":"0x6af038bc89323e8adced157d1790a8f01b8c6ee7b8b658d108caf6be36a0e441","decision_time_unix_expected":1701740087,"polygon":{"request":{"transaction_hash":"0xfc9ef9c2e0243a289928233ffc85dad2ccf2bc0972bb62a41f3f7f970a3af412","block_number":47779279},"proposal":{"transaction_hash":"0x83737f4c472a571b73bb05012de24eb3d309b68fba5cc1cfa279072f0b64bfb1","block_number":50752415},"dispute":{"transaction_hash":"0x3ca9f430d6ddf3344ddc1796ff8e074effb5d526a61fd1f0c6973ca7ef316e92","block_number":50753747},"settlement":{"transaction_hash":"0xc879d174275bf353356c875671dfd9bb18f32e4ca20514b1dce4b328c05e8a47","block_number":50910332},"adapter_configuration":{"transaction_hash":"0xfc9ef9c2e0243a289928233ffc85dad2ccf2bc0972bb62a41f3f7f970a3af412","block_number":47779279,"question_id":"0x7419c97370a5faf09c4baf3e2ed24922ea1abcabedbe8a804e6d59465ee3fd23"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x052a9f310b80fba60aedeaae6228c58c40f248d4144d8e9a3ee83a3e0b9a74d0","block_number":18744965},"dvm_request_id":"0x6178b166bcfc3f1a85f74bbf1ae77eb17de9191928b401fd012dd3aa4b6efb03"}},{"rank":60,"split":"test","sample_id":"0x5631c7e79ca32c36e5d20ec8b362acb4457ac08158ed237f6244f3c500232843","decision_time_unix_expected":1701914107,"polygon":{"request":{"transaction_hash":"0x3ca9f430d6ddf3344ddc1796ff8e074effb5d526a61fd1f0c6973ca7ef316e92","block_number":50753747},"proposal":{"transaction_hash":"0x5e45bdde3667d99bc630f945250be4b2178137b352e1bbc7733c482f40d453f8","block_number":50832042},"dispute":{"transaction_hash":"0x4e69f6c285bb4e87aca3ad07b88c675eda8dc22ee16eec16452703581359bb1f","block_number":50834855},"settlement":{"transaction_hash":"0xb86f4de92072f52d85a9e474ceb7761ff8827814d16ed6535d1235c655ae7d88","block_number":50988045},"adapter_configuration":{"transaction_hash":"0xfc9ef9c2e0243a289928233ffc85dad2ccf2bc0972bb62a41f3f7f970a3af412","block_number":47779279,"question_id":"0x7419c97370a5faf09c4baf3e2ed24922ea1abcabedbe8a804e6d59465ee3fd23"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0xa30809736d2d0ca92b925246b3aa1b0b284a3edcb9e58c43135b8abbc0a463bb","block_number":18759249},"dvm_request_id":"0x57c887e0737b1ecde975ca6db1acaa9c90193514333d8662603dbe5d0b5cd501"}},{"rank":61,"split":"test","sample_id":"0xf502c1e5829d93097659096ed33a936bf984ecf7cc3893dcd044163aa96da591","decision_time_unix_expected":1702158619,"polygon":{"request":{"transaction_hash":"0x59d9f48fbbf0a0097e45e6cae11c15a728e02d905adc54070cc39a343e8c2b67","block_number":50815507},"proposal":{"transaction_hash":"0xfe626c06c2d5978c127e0495e982b396e436c01ec4dbb31c4529e9361356e9d0","block_number":50945618},"dispute":{"transaction_hash":"0x77b38961dc047be1a5a8bbeda17e6cd0a21271c4e2b0ea62f24f5c96a9f98c3f","block_number":50946565},"settlement":{"transaction_hash":"0x131d5804b84dcd062e10429835a225581e63f9ce2185582c1d28efbe0d7ebed0","block_number":51064419},"adapter_configuration":{"transaction_hash":"0x59d9f48fbbf0a0097e45e6cae11c15a728e02d905adc54070cc39a343e8c2b67","block_number":50815507,"question_id":"0xd4a9ec7d3e004db350824a6137d31b8fdb1cc56e63b453c2b5337fac733e34db"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x5636194fe91032af9520687aa587ba4b14b5e4856b81b995281f894287637cb3","block_number":18773541},"dvm_request_id":"0xe5ada56f0022b9d3a0b7671c12679196f2810992d8c6f0cc070535635a00f1b9"}},{"rank":62,"split":"test","sample_id":"0x2d26285d3d21ee089df6c2ff484f06e746696a66fc3ca87f7e33468e1f99ce77","decision_time_unix_expected":1702158945,"polygon":{"request":{"transaction_hash":"0x25d81f54040559f21f1fb755e54602e586a1e3938e147b1b5dde4926063a10a4","block_number":50816976},"proposal":{"transaction_hash":"0x5c0360a1a478fca8e487e0f7ded694dda1785c839bf9e2c49c4a72ea060d0238","block_number":50945757},"dispute":{"transaction_hash":"0x7b889d58b8219e63aa8a3eaa66c853844eaa42e1f5dcbc9fade79b83e4a506f8","block_number":50946581},"settlement":{"transaction_hash":"0x007dca489fd6ca0d158bf2bbc2913c4951c0fdf0ac6cc0e3cc74548597270cf6","block_number":51064421},"adapter_configuration":{"transaction_hash":"0x25d81f54040559f21f1fb755e54602e586a1e3938e147b1b5dde4926063a10a4","block_number":50816976,"question_id":"0xab1f13d78b496b55888cdbc7f1cba2c4f1ce65530457bbdfa011b14c07b827e3"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x5636194fe91032af9520687aa587ba4b14b5e4856b81b995281f894287637cb3","block_number":18773541},"dvm_request_id":"0xe215d7544690457d18ac7d2928b7ad8eaa195ab8e5bbf94a3fa708f61657ded4"}},{"rank":63,"split":"test","sample_id":"0x72a5e18b3e752d0410185ba42971241e14d037303da69db4dff58878380e014f","decision_time_unix_expected":1703289750,"polygon":{"request":{"transaction_hash":"0xedf18a22eaabe63e83f511eddde41a8f11e013ade1226fc03f22fb649ee7c583","block_number":51055221},"proposal":{"transaction_hash":"0x79219fcb7ab6cf19e2211907463193412ed913a42852db7fa12c706c32f95cd3","block_number":51440535},"dispute":{"transaction_hash":"0xf6ddfd68795f3ec786be642648d4980b0fc68147161725f7603e67fd13593a5e","block_number":51441595},"settlement":{"transaction_hash":"0x212580ea53ff443a9f1f04a81a8bcd59e4e354fe546e44539bb82db49302df3f","block_number":52068729},"adapter_configuration":{"transaction_hash":"0xedf18a22eaabe63e83f511eddde41a8f11e013ade1226fc03f22fb649ee7c583","block_number":51055221,"question_id":"0xb24a250a5fd7876946d2a306a4c69f8634addcfee92f273c42c3366b5172ea1d"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x7ecb917589da47e3725a09f0ad7fa93d2325a44eb98d26698e72e25d23f9b873","block_number":18901760},"dvm_request_id":"0x48b7717fca552b738ff207ce20067136161dd62f38c31385f2dd32342648034b"}},{"rank":64,"split":"test","sample_id":"0x928e49e407484e7261b9b3edf78f8756c3cbc1fd5cb30fb4b2f3ac252336b9fe","decision_time_unix_expected":1703425864,"polygon":{"request":{"transaction_hash":"0x562a2f714517ff2761aee385d0ddfc7ede2b9e30f2578711908df3bbf3578375","block_number":51320006},"proposal":{"transaction_hash":"0x5466b925dbef67c6f2df9cf52c29f9a130401a9d119ed5acd0cc2fc131fa241b","block_number":51502354},"dispute":{"transaction_hash":"0xd0738f0ca99a4fbff84161dcef44975cd491b30139923b2a28ff51a43e0c4045","block_number":51502531},"settlement":{"transaction_hash":"0xf49b709f8160592ffb15e4a983152b439a25eaa8fd19e47a53e1aec63366b23b","block_number":51598270},"adapter_configuration":{"transaction_hash":"0x562a2f714517ff2761aee385d0ddfc7ede2b9e30f2578711908df3bbf3578375","block_number":51320006,"question_id":"0x64e45e099fca4c6a348919d153ba8645dc6ad0878681b23162c8f9bb26e8d43d"}},"ethereum":{"dvm_resolution":{"transaction_hash":"0x31aa104bc8eaa61a2ec622fda8fc88bf352550416245dc3ae14c12d64cbe03ce","block_number":18873301},"dvm_request_id":"0x6395cb83c539a29235d1df64a706ce64c1b1b1f146be817b2ca5fb89c2f4a25d"}}],"source_registry_fields":["sample_id","decision_time_unix_expected","split","transaction_hash","block_number","question_id","dvm_request_id"]}
public_evidence/case_spec.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "1.0.0",
3
+ "case_id": "0x699c0842ebca1553171853de9853d07f0336ca0909c90156e731b76442a875ca",
4
+ "dvm_request_id": "0xdb17bc52e96153cceafbc3a275338732d7259cb766141acab55c1372307942a2",
5
+ "fixed_cutoff": "2026-06-30T23:59:59Z",
6
+ "selection_rule": "fixed real primary settled Grade-A disputed UMA episode; specification values are QC expectations and are never used to derive economic outputs",
7
+ "chains": {
8
+ "polygon": {
9
+ "chain_id": 137,
10
+ "public_rpc_documentation": "https://docs.polygon.technology/pos/reference/rpc-endpoints",
11
+ "default_public_rpc_candidates": [
12
+ "https://polygon.drpc.org",
13
+ "https://tenderly.rpc.polygon.community"
14
+ ],
15
+ "finality_rule": "successful canonical receipts whose receipt blockHash equals the independently fetched fixed block hash; blocks are older than the fixed release cutoff",
16
+ "transactions": {
17
+ "request": {
18
+ "hash": "0x6fc39485f25f23d42bcb55baf68633b31aa5aa53a881116ecf1382e6a1245ede",
19
+ "block_number": 63645613,
20
+ "block_hash": "0x0c3431e36122a4e52804555266e97001edc8681d78bac9a853d8ba611565fcba",
21
+ "block_timestamp": 1730232350
22
+ },
23
+ "proposal": {
24
+ "hash": "0xa9ff6827a32b90f134345bbc646a480787676f481ac651b00088520379b47903",
25
+ "block_number": 63658346,
26
+ "block_hash": "0xebb3215a79ad74f112c7231aa34a67e876c91f4bdef09d08180b23e954470b20",
27
+ "block_timestamp": 1730260036
28
+ },
29
+ "dispute": {
30
+ "hash": "0xa5742b4d0b43dbe96de0e57480fbc11a6aa61c64765395db9f27ae45ae5b2198",
31
+ "block_number": 63658420,
32
+ "block_hash": "0x781c4513e9c5c2932ac6a362a1cf43ed089948ddac4c422aaf195ce0ee634736",
33
+ "block_timestamp": 1730260194
34
+ },
35
+ "settlement": {
36
+ "hash": "0xe9457425a7a67a5e1bb431a7e3b1f8fe4649fcf04f3bb74376caa15600420310",
37
+ "block_number": 63813887,
38
+ "block_hash": "0x0bec2f78c9364203da297005531f11590be4d84be65cb0a5ef9eee4483817368",
39
+ "block_timestamp": 1730593355
40
+ }
41
+ }
42
+ },
43
+ "ethereum": {
44
+ "chain_id": 1,
45
+ "default_public_rpc_candidates": [
46
+ "https://ethereum-rpc.publicnode.com",
47
+ "https://ethereum.drpc.org"
48
+ ],
49
+ "finality_rule": "successful canonical receipt whose blockHash equals the independently fetched fixed block hash; deployed runtime hash is checked at latest when the public provider does not expose historical eth_getCode",
50
+ "transactions": {
51
+ "dvm_resolution": {
52
+ "hash": "0xc845c4be3da71936e760b5fb8b70eeb8753a7bc5012c452e7d335166d9b14039",
53
+ "block_number": 21103395,
54
+ "block_hash": "0x2e517faccd43244b242c0ccc6b43dfa55415bf847960c15b03a8ee566cd1e7f2",
55
+ "block_timestamp": 1730592035
56
+ }
57
+ }
58
+ }
59
+ },
60
+ "contracts": {
61
+ "polygon_oov2": {
62
+ "chain": "polygon",
63
+ "address": "0xee3afe347d5c74317041e2618c49534daf887c24",
64
+ "runtime_code_hash": "0xdc59e0d28ac7f24147f6a9e24e8e7a011ba1575a6ec5ec7d73f1c87666927856"
65
+ },
66
+ "polymarket_adapter_v2": {
67
+ "chain": "polygon",
68
+ "address": "0x6a9d222616c90fca5754cd1333cfd9b7fb6a4f74",
69
+ "runtime_code_hash": "0x18957c31c3b8369c5737be2d9ea2a3cccade4ec22a5fef043a2526bc9627cc3e"
70
+ },
71
+ "polygon_legacy_child_tunnel": {
72
+ "chain": "polygon",
73
+ "address": "0xbed4c1fc0fd95a2020ec351379b22d8582b904e3",
74
+ "runtime_code_hash": "0x3b4bd7c39566db2aae418ab4a2090d17e4fe9e38477f2e212d4670519eeee6a8"
75
+ },
76
+ "ethereum_voting_v2": {
77
+ "chain": "ethereum",
78
+ "address": "0x004395edb43efca9885cedad51ec9faf93bd34ac",
79
+ "runtime_code_hash": "0x1b8bf8377b8f2ac8b465146937427cd4f1942484a8d02b680c16dcca4c139785"
80
+ },
81
+ "polygon_usdc_e": {
82
+ "chain": "polygon",
83
+ "address": "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
84
+ "symbol": "USDC.e",
85
+ "decimals": 6
86
+ }
87
+ },
88
+ "source_records": [
89
+ {
90
+ "id": "uma_oov2",
91
+ "url": "https://raw.githubusercontent.com/UMAprotocol/protocol/a16ee53125c433dfa4e29738b73d9069ff109c03/packages/core/contracts/optimistic-oracle-v2/implementation/OptimisticOracleV2.sol",
92
+ "sha256": "9ec0240cea18958d5a7c24990e1d19a27177b8fc1262d1626cb02fd857df2eaf",
93
+ "output_name": "OptimisticOracleV2.sol"
94
+ },
95
+ {
96
+ "id": "uma_oov2_interface",
97
+ "url": "https://raw.githubusercontent.com/UMAprotocol/protocol/a16ee53125c433dfa4e29738b73d9069ff109c03/packages/core/contracts/optimistic-oracle-v2/interfaces/OptimisticOracleV2Interface.sol",
98
+ "sha256": "d6a09bb47ed210dcb28635f3e4ddb652dcc106355876c72adb760d4f606a4328",
99
+ "output_name": "OptimisticOracleV2Interface.sol"
100
+ },
101
+ {
102
+ "id": "uma_voting_v2_deployed_source",
103
+ "url": "https://eth.blockscout.com/api/v2/smart-contracts/0x004395edb43EFca9885CEdad51EC9fAf93Bd34ac",
104
+ "source_code_sha256": "154377b8e445301888b17b888112645daf9a7acd1d9e356b6940cdb5d642f337",
105
+ "output_name": "VotingV2.sol"
106
+ }
107
+ ],
108
+ "expected_economic_result": {
109
+ "asset_address": "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
110
+ "asset_decimals": 6,
111
+ "requester": "0x6a9d222616c90fca5754cd1333cfd9b7fb6a4f74",
112
+ "proposer": "0x22476393e22cba31a719ce37918c0def1cce39d4",
113
+ "disputer": "0x0db5aea9f41ce8398104e9d4694cfb18f146c493",
114
+ "identifier": "0x5945535f4f525f4e4f5f51554552590000000000000000000000000000000000",
115
+ "question_reward_configured_raw": "5000000",
116
+ "bond_raw": "500000000",
117
+ "final_fee_raw": "250000000",
118
+ "escrow_principal_raw": "750000000",
119
+ "settlement_transfer_raw": "1000000000",
120
+ "principal_returned_raw": "750000000",
121
+ "realized_payoff_raw": "250000000",
122
+ "protocol_fee_raw": "500000000",
123
+ "resolved_price_raw": "-57896044618658097711785492504343953926634992332820282019728792003956564819968",
124
+ "proposal_expiration_time": 1730267236,
125
+ "polygon_event_log_indexes": {
126
+ "RequestPrice": 196,
127
+ "ProposePrice": 327,
128
+ "DisputePrice": 397,
129
+ "Settle": 104,
130
+ "PriceRequestAdded": 394,
131
+ "MessageSent": 395
132
+ },
133
+ "ethereum_request_resolved_log_index": 141
134
+ }
135
+ }
public_evidence/contract_semantics.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "rule_id": "UMA_OOV2_CONFIGURED_REWARD_ESCROW_V1",
4
+ "source_file": "OptimisticOracleV2.sol",
5
+ "source_sha256": "9ec0240cea18958d5a7c24990e1d19a27177b8fc1262d1626cb02fd857df2eaf",
6
+ "line_number": 159,
7
+ "matched_statement": "currency.safeTransferFrom(msg.sender, address(this), reward)",
8
+ "economic_interpretation": "A configured request reward is escrowed when RequestPrice executes.",
9
+ "validation_status": "passed"
10
+ },
11
+ {
12
+ "rule_id": "UMA_OOV2_REWARD_REFUND_ON_DISPUTE_V1",
13
+ "source_file": "OptimisticOracleV2.sol",
14
+ "source_sha256": "9ec0240cea18958d5a7c24990e1d19a27177b8fc1262d1626cb02fd857df2eaf",
15
+ "line_number": 427,
16
+ "matched_statement": "request.reward = 0",
17
+ "economic_interpretation": "A refunded configured reward is removed before settlement payout.",
18
+ "validation_status": "passed"
19
+ },
20
+ {
21
+ "rule_id": "UMA_OOV2_PROTOCOL_FEE_PAYMENT_V1",
22
+ "source_file": "OptimisticOracleV2.sol",
23
+ "source_sha256": "9ec0240cea18958d5a7c24990e1d19a27177b8fc1262d1626cb02fd857df2eaf",
24
+ "line_number": 414,
25
+ "matched_statement": "_getStore().payOracleFeesErc20",
26
+ "economic_interpretation": "Final fee plus burned bond is paid to the protocol Store.",
27
+ "validation_status": "passed"
28
+ },
29
+ {
30
+ "rule_id": "UMA_OOV2_RESOLVED_PAYOUT_V1",
31
+ "source_file": "OptimisticOracleV2.sol",
32
+ "source_sha256": "9ec0240cea18958d5a7c24990e1d19a27177b8fc1262d1626cb02fd857df2eaf",
33
+ "line_number": 618,
34
+ "matched_statement": "payout = bond.add(unburnedBond).add(request.finalFee).add(request.reward)",
35
+ "economic_interpretation": "The winner's gross settlement payout combines returned capital and economic gain.",
36
+ "validation_status": "passed"
37
+ },
38
+ {
39
+ "rule_id": "UMA_DVM_REQUEST_RESOLVED_V1",
40
+ "source_file": "VotingV2.sol",
41
+ "source_sha256": "154377b8e445301888b17b888112645daf9a7acd1d9e356b6940cdb5d642f337",
42
+ "line_number": 1047,
43
+ "matched_statement": "emit RequestResolved(",
44
+ "economic_interpretation": "VotingV2 emits the terminal protocol resolution linked to Polygon settlement.",
45
+ "validation_status": "passed"
46
+ },
47
+ {
48
+ "rule_id": "UMA_DVM_SLASH_ACCRUAL_DISTINCT_FROM_APPLICATION_V1",
49
+ "source_file": "VotingV2.sol",
50
+ "source_sha256": "154377b8e445301888b17b888112645daf9a7acd1d9e356b6940cdb5d642f337",
51
+ "line_number": 863,
52
+ "matched_statement": "emit VoterSlashed(voter, requestIndex, int128(slash))",
53
+ "economic_interpretation": "Request-level slash accrual is a distinct event from later stake application.",
54
+ "validation_status": "passed"
55
+ },
56
+ {
57
+ "rule_id": "UMA_DVM_SLASH_APPLICATION_DISTINCT_FROM_ACCRUAL_V1",
58
+ "source_file": "VotingV2.sol",
59
+ "source_sha256": "154377b8e445301888b17b888112645daf9a7acd1d9e356b6940cdb5d642f337",
60
+ "line_number": 883,
61
+ "matched_statement": "emit VoterSlashApplied(voter, voterStake.unappliedSlash, voterStake.stake)",
62
+ "economic_interpretation": "Applied stake mutation is not a second economic slash to add to VoterSlashed.",
63
+ "validation_status": "passed"
64
+ }
65
+ ]
public_evidence/ethereum_rpc_snapshot.json ADDED
@@ -0,0 +1,365 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chain": "ethereum",
3
+ "chain_id": 1,
4
+ "retrieved_at": "2026-08-16T08:57:35.677687+00:00",
5
+ "source_mode": "frozen_rpc_snapshot_replay",
6
+ "public_provider": "ethereum-rpc.publicnode.com",
7
+ "endpoint_credentials_stored": false,
8
+ "head_block_at_retrieval": 25766567,
9
+ "receipts": {
10
+ "0xc845c4be3da71936e760b5fb8b70eeb8753a7bc5012c452e7d335166d9b14039": {
11
+ "blockHash": "0x2e517faccd43244b242c0ccc6b43dfa55415bf847960c15b03a8ee566cd1e7f2",
12
+ "blockNumber": "0x1420323",
13
+ "contractAddress": null,
14
+ "cumulativeGasUsed": "0x4d3094",
15
+ "effectiveGasPrice": "0x134abd524",
16
+ "from": "0x9a8f92a830a5cb89a3816e3d267cb7791c16b04d",
17
+ "gasUsed": "0x7da97",
18
+ "logs": [
19
+ {
20
+ "address": "0x004395edb43efca9885cedad51ec9faf93bd34ac",
21
+ "topics": [
22
+ "0x4bd654e0f2fccf397ffdd356a54802a5a7888799057ecac1ca29c523bbeb1433",
23
+ "0x000000000000000000000000000000000000000000000000000000000000271e",
24
+ "0x00000000000000000000000000000000000000000000000000000000000001a6",
25
+ "0x5945535f4f525f4e4f5f51554552590000000000000000000000000000000000"
26
+ ],
27
+ "data": "0x000000000000000000000000000000000000000000000000000000006723906a000000000000000000000000000000000000000000000000000000000000006080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000571713a207469746c653a2057696c6c205472756d70207361792022736b696269646922206265666f72652074686520656c656374696f6e3f2c206465736372697074696f6e3a2054686973206d61726b65742077696c6c207265736f6c766520746f20e2809c596573e2809d20696620446f6e616c64205472756d70207075626c69636c79206d656e74696f6e732074686520776f72642022736b696269646922206265747765656e2053657074656d62657220313720616e64204e6f76656d62657220342c20323032342c2031313a353920504d2045542e204f74686572776973652c2074686973206d61726b65742077696c6c207265736f6c766520746f20e2809c4e6fe2809d2e0a0a4120e280986d656e74696f6ee2809920696e636c756465732074686520666f6c6c6f77696e673a0a0a2d412076657262616c207573616765206f662074686520776f72642873292022736b6962696469222e0a2d416e79207772697474656e207573616765206f662074686520776f72642873292022736b696269646922207075626c6973686564207468726f756768205472756d70277320736f6369616c206d65646961206f72206f74686572206f6666696369616c20636f6d6d756e69636174696f6e206368616e6e656c73207265676172646c657373206f66206361706974616c697a6174696f6e2e0a0a416e79207573616765206f662074686520776f7264207265676172646c657373206f6620636f6e746578742077696c6c20636f756e7420746f7761726420746865207265736f6c7574696f6e206f662074686973206d61726b65742e0a0a506c7572616c697a6174696f6e2f706f7373657373697665206f662074686520776f72642077696c6c20636f756e7420746f7761726420746865207265736f6c7574696f6e206f662074686973206d61726b65742c20686f7765766572206f7468657220666f726d732077696c6c204e4f5420636f756e742e0a0a546865207265736f6c7574696f6e20736f7572636520666f722074686973206d61726b65742077696c6c20626520666f6f74616765206f6620446f6e616c64205472756d702074616b656e2077697468696e20746865206d656e74696f6e65642074696d656672616d652c2061732077656c6c206173206f6666696369616c20636f6d6d756e69636174696f6e732066726f6d20446f6e616c64205472756d702e207265735f646174613a2070313a20302c2070323a20312c2070333a20302e352e20576865726520703120636f72726573706f6e647320746f204e6f2c20703220746f205965732c20703320746f20756e6b6e6f776e2f35302d35302e2055706461746573206d61646520627920746865207175657374696f6e2063726561746f7220766961207468652062756c6c6574696e20626f61726420617420307836413944323232363136433930466341353735346364313333336346443962376662366134463734206173206465736372696265642062792068747470733a2f2f706f6c79676f6e7363616e2e636f6d2f74782f3078613134663031623131356334393133363234666333663530386639363066346465613235323735386537336332386635663037663865313964376263613036362073686f756c6420626520636f6e736964657265642e2c696e697469616c697a65723a393134333063616432643339373537363634393937313766613064363661373864383134653563352c6f6f5265717565737465723a366139643232323631366339306663613537353463643133333363666439623766623661346637342c6368696c645265717565737465723a656533616665333437643563373433313730343165323631386334393533346461663838376332342c6368696c64436861696e49643a313337000000000000000000000000000000",
28
+ "blockNumber": "0x1420323",
29
+ "transactionHash": "0xc845c4be3da71936e760b5fb8b70eeb8753a7bc5012c452e7d335166d9b14039",
30
+ "transactionIndex": "0x27",
31
+ "blockHash": "0x2e517faccd43244b242c0ccc6b43dfa55415bf847960c15b03a8ee566cd1e7f2",
32
+ "blockTimestamp": "0x6726bd23",
33
+ "logIndex": "0x8c",
34
+ "removed": false
35
+ },
36
+ {
37
+ "address": "0x004395edb43efca9885cedad51ec9faf93bd34ac",
38
+ "topics": [
39
+ "0x4bd654e0f2fccf397ffdd356a54802a5a7888799057ecac1ca29c523bbeb1433",
40
+ "0x000000000000000000000000000000000000000000000000000000000000271e",
41
+ "0x00000000000000000000000000000000000000000000000000000000000001a7",
42
+ "0x5945535f4f525f4e4f5f51554552590000000000000000000000000000000000"
43
+ ],
44
+ "data": "0x000000000000000000000000000000000000000000000000000000006721ac440000000000000000000000000000000000000000000000000000000000000060800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005c1713a207469746c653a2057696c6c205472756d7020736179202243727970746f22206f722022426974636f696e2220647572696e672048616e6e69747920696e746572766965773f2c206465736372697074696f6e3a20446f6e616c64205472756d7020686173207363686564756c656420616e20696e746572766965772077697468205365616e2048616e6e697479206174203920504d204f63746f6265722032392028207365653a2068747470733a2f2f782e636f6d2f7265616c446f6e616c645472756d702f7374617475732f31383531333337303938393434383131343039290a0a54686973206d61726b65742077696c6c207265736f6c766520746f202259657322206966205472756d702073617973202263727970746f22206f722022426974636f696e2220647572696e6720746865697220617070656172616e63652061742074686973206576656e742e204f74686572776973652c20746865206d61726b65742077696c6c207265736f6c766520746f20224e6f222e0a0a416e79207573616765206f6620746865207465726d207265676172646c657373206f6620636f6e746578742077696c6c20636f756e7420746f7761726420746865207265736f6c7574696f6e206f662074686973206d61726b65742e0a0a506c7572616c697a6174696f6e2f706f7373657373697665206f6620746865207465726d2077696c6c20636f756e7420746f7761726420746865207265736f6c7574696f6e206f662074686973206d61726b65742c20686f7765766572206f7468657220666f726d732077696c6c204e4f5420636f756e742e0a0a436f6d706f756e6420776f7264732077696c6c20636f756e74206173206c6f6e67206173202263727970746f22206f722022426974636f696e222069732070617274206f662074686520636f6d706f756e6420776f726420616e64207265666572656e63657320746865206d65616e696e672077686963682072656665727320746f20646563656e7472616c697a65642063727970746f63757272656e63792028652e672e202263727970746f63757272656e63792d72656c617465642220636f756e7473292e0a0a4966207468697320696e74657276696577206973206e6f74207075626c6973686564206279204e6f76656d62657220342c20323032342c2031313a353920504d2045542c2074686973206d61726b65742077696c6c207265736f6c766520746f20224e6f222e0a0a546865207265736f6c7574696f6e20736f757263652077696c6c2062652074686520766964656f206f662074686520696e746572766965772e207265735f646174613a2070313a20302c2070323a20312c2070333a20302e352e20576865726520703120636f72726573706f6e647320746f204e6f2c20703220746f205965732c20703320746f20756e6b6e6f776e2f35302d35302e2055706461746573206d61646520627920746865207175657374696f6e2063726561746f7220766961207468652062756c6c6574696e20626f61726420617420307836413944323232363136433930466341353735346364313333336346443962376662366134463734206173206465736372696265642062792068747470733a2f2f706f6c79676f6e7363616e2e636f6d2f74782f3078613134663031623131356334393133363234666333663530386639363066346465613235323735386537336332386635663037663865313964376263613036362073686f756c6420626520636f6e736964657265642e2c696e697469616c697a65723a393134333063616432643339373537363634393937313766613064363661373864383134653563352c6f6f5265717565737465723a366139643232323631366339306663613537353463643133333363666439623766623661346637342c6368696c645265717565737465723a656533616665333437643563373433313730343165323631386334393533346461663838376332342c6368696c64436861696e49643a31333700000000000000000000000000000000000000000000000000000000000000",
45
+ "blockNumber": "0x1420323",
46
+ "transactionHash": "0xc845c4be3da71936e760b5fb8b70eeb8753a7bc5012c452e7d335166d9b14039",
47
+ "transactionIndex": "0x27",
48
+ "blockHash": "0x2e517faccd43244b242c0ccc6b43dfa55415bf847960c15b03a8ee566cd1e7f2",
49
+ "blockTimestamp": "0x6726bd23",
50
+ "logIndex": "0x8d",
51
+ "removed": false
52
+ },
53
+ {
54
+ "address": "0x004395edb43efca9885cedad51ec9faf93bd34ac",
55
+ "topics": [
56
+ "0x4bd654e0f2fccf397ffdd356a54802a5a7888799057ecac1ca29c523bbeb1433",
57
+ "0x000000000000000000000000000000000000000000000000000000000000271e",
58
+ "0x00000000000000000000000000000000000000000000000000000000000001a8",
59
+ "0x5945535f4f525f4e4f5f51554552590000000000000000000000000000000000"
60
+ ],
61
+ "data": "0x00000000000000000000000000000000000000000000000000000000672189f300000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000de0b6b3a76400000000000000000000000000000000000000000000000000000000000000000517713a207469746c653a2057696c6c205472756d7020736179202250756572746f205269636f22206f72202250756572746f20526963616e2220647572696e672048616e6e69747920696e746572766965773f2c206465736372697074696f6e3a20446f6e616c64205472756d7020686173207363686564756c656420616e20696e746572766965772077697468205365616e2048616e6e697479206174203920504d204f63746f6265722032392028207365653a2068747470733a2f2f782e636f6d2f7265616c446f6e616c645472756d702f7374617475732f31383531333337303938393434383131343039290a0a54686973206d61726b65742077696c6c207265736f6c766520746f202259657322206966205472756d702073617973202250756572746f205269636f22206f72202250756572746f20526963616e22206d6f72652074696d657320647572696e6720746865697220617070656172616e63652061742074686973206576656e742e204f74686572776973652c20746865206d61726b65742077696c6c207265736f6c766520746f20224e6f222e0a0a416e79207573616765206f6620746865207465726d207265676172646c657373206f6620636f6e746578742077696c6c20636f756e7420746f7761726420746865207265736f6c7574696f6e206f662074686973206d61726b65742e0a0a506c7572616c697a6174696f6e2f706f7373657373697665206f6620746865207465726d2077696c6c20636f756e7420746f7761726420746865207265736f6c7574696f6e206f662074686973206d61726b65742c20686f7765766572206f7468657220666f726d732077696c6c204e4f5420636f756e742e0a0a4966207468697320696e74657276696577206973206e6f74207075626c6973686564206279204e6f76656d62657220342c20323032342c2031313a353920504d2045542c2074686973206d61726b65742077696c6c207265736f6c766520746f20224e6f222e0a0a546865207265736f6c7574696f6e20736f757263652077696c6c2062652074686520766964656f206f662074686520696e746572766965772e207265735f646174613a2070313a20302c2070323a20312c2070333a20302e352e20576865726520703120636f72726573706f6e647320746f204e6f2c20703220746f205965732c20703320746f20756e6b6e6f776e2f35302d35302e2055706461746573206d61646520627920746865207175657374696f6e2063726561746f7220766961207468652062756c6c6574696e20626f61726420617420307836413944323232363136433930466341353735346364313333336346443962376662366134463734206173206465736372696265642062792068747470733a2f2f706f6c79676f6e7363616e2e636f6d2f74782f3078613134663031623131356334393133363234666333663530386639363066346465613235323735386537336332386635663037663865313964376263613036362073686f756c6420626520636f6e736964657265642e2c696e697469616c697a65723a393134333063616432643339373537363634393937313766613064363661373864383134653563352c6f6f5265717565737465723a366139643232323631366339306663613537353463643133333363666439623766623661346637342c6368696c645265717565737465723a656533616665333437643563373433313730343165323631386334393533346461663838376332342c6368696c64436861696e49643a313337000000000000000000",
62
+ "blockNumber": "0x1420323",
63
+ "transactionHash": "0xc845c4be3da71936e760b5fb8b70eeb8753a7bc5012c452e7d335166d9b14039",
64
+ "transactionIndex": "0x27",
65
+ "blockHash": "0x2e517faccd43244b242c0ccc6b43dfa55415bf847960c15b03a8ee566cd1e7f2",
66
+ "blockTimestamp": "0x6726bd23",
67
+ "logIndex": "0x8e",
68
+ "removed": false
69
+ }
70
+ ],
71
+ "logsBloom": "0x00001000100000010000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000004020000000000000000000000200000000000000004000000000000000001000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000800000000000020000000000000000200000080000000000800000000000000000000000000000000000000000200000000000002000000000000000000100000000000000000040000",
72
+ "status": "0x1",
73
+ "to": "0x004395edb43efca9885cedad51ec9faf93bd34ac",
74
+ "transactionHash": "0xc845c4be3da71936e760b5fb8b70eeb8753a7bc5012c452e7d335166d9b14039",
75
+ "transactionIndex": "0x27",
76
+ "type": "0x2"
77
+ }
78
+ },
79
+ "transactions": {
80
+ "0xc845c4be3da71936e760b5fb8b70eeb8753a7bc5012c452e7d335166d9b14039": {
81
+ "blockHash": "0x2e517faccd43244b242c0ccc6b43dfa55415bf847960c15b03a8ee566cd1e7f2",
82
+ "blockNumber": "0x1420323",
83
+ "blockTimestamp": "0x6726bd23",
84
+ "from": "0x9a8f92a830a5cb89a3816e3d267cb7791c16b04d",
85
+ "gas": "0x8243a",
86
+ "gasPrice": "0x134abd524",
87
+ "maxFeePerGas": "0x1f6efdeee",
88
+ "maxPriorityFeePerGas": "0x59682f00",
89
+ "hash": "0xc845c4be3da71936e760b5fb8b70eeb8753a7bc5012c452e7d335166d9b14039",
90
+ "input": "0x2aecac2d",
91
+ "nonce": "0x1c2e",
92
+ "to": "0x004395edb43efca9885cedad51ec9faf93bd34ac",
93
+ "transactionIndex": "0x27",
94
+ "value": "0x0",
95
+ "type": "0x2",
96
+ "accessList": [],
97
+ "chainId": "0x1",
98
+ "v": "0x0",
99
+ "r": "0x8d534aed3015812529c01d1b426b6f1bee7efb72ab277bb7248559b7151d10a4",
100
+ "s": "0x675140c3d29ef18aaf77a089fd5133fa26f3e728fa1fd1e8c3a08077ffcebf66",
101
+ "yParity": "0x0"
102
+ }
103
+ },
104
+ "blocks": {
105
+ "21103395": {
106
+ "baseFeePerGas": "0xdb43a624",
107
+ "blobGasUsed": "0x0",
108
+ "difficulty": "0x0",
109
+ "excessBlobGas": "0x540000",
110
+ "extraData": "0x6265617665726275696c642e6f7267",
111
+ "gasLimit": "0x1c9c380",
112
+ "gasUsed": "0x15b8ed0",
113
+ "hash": "0x2e517faccd43244b242c0ccc6b43dfa55415bf847960c15b03a8ee566cd1e7f2",
114
+ "logsBloom": "0xd12f53a4118539c95ac808378936ba8eb5f949cb885825080615d860c571ff5a87859d645149820467f19b110e1e4f5a8ea1e2fa99746e0466f8bdc291af70daed24fb1a53688e09a80b551efd628efa470273315e646ac608db4c1ca070b0b7f846341c3e6928e4e07ec3f209249bf9be26d67595fd964c9a276cdf516990731968aad7970450617ad810680a2844a509c14941dd6d216a61be605c64b86e07074a4568819d7623bf19b9c6680afcdef76915f092737a86ab647d9846bb4b7593e0964708beaa1b0b881c36d31f3d84c961fb82bc21443544227b5643807b82cc792dbef0b2484ec6ac93847a4f6d2652fbdd2ad5a00dd8f9c13a5acc8e5d1f",
115
+ "miner": "0x95222290dd7278aa3ddd389cc1e1d165cc4bafe5",
116
+ "mixHash": "0x23b4e21976e4c3e09bd19012dca0f96e38595e17a978c8bdafe0fd68e9bd83a3",
117
+ "nonce": "0x0000000000000000",
118
+ "number": "0x1420323",
119
+ "parentBeaconBlockRoot": "0x1173d6efa3a7e320b01ad38c7637b75d36c24a5ca6ded95e0fc3731d9a18287c",
120
+ "parentHash": "0x81a1d92b44d6ad87eec5a3ea5a4b5af188b784a68242743c0d9369737845fe07",
121
+ "receiptsRoot": "0xce62f31a7ed0a4103f0629bf74571cccf4392a75aeec7aee0a7b09c86192280c",
122
+ "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
123
+ "size": "0xd088",
124
+ "stateRoot": "0x9ab23771a1bf537c9b4c13feb1d496481770eddc140f7088b2dfa87271252272",
125
+ "timestamp": "0x6726bd23",
126
+ "transactions": [
127
+ "0xb4e8ac72e695ba392798db23de5c53da7acc86bfd5fc16017e1900073cdf4bbc",
128
+ "0xd424aff349854633c353942a975b898c58762150da1174e41bbd1db80e39b93e",
129
+ "0x4582a97a5cb06a8681d043066a11a15b0e1ba272c2c2278bcf87824e036e3577",
130
+ "0x902c5be50ba0ef28e17bd6d15d1705becb90580d007212ba987614a02b9a1efd",
131
+ "0x68deee836f611e52ffc257f5cd93c1c3473895e5154a7b49381498d79ee9d914",
132
+ "0xc225afed193e4725a236fbdf872fa8229ac5ceb79e84ac679d5a0aa0e860a8ce",
133
+ "0x7fcd1897ea85e1a77c4d6ca79744d8af3e3e0bdd399633478cbb72f44a0a6298",
134
+ "0x0a977d37c9d5cc7a81b7de91de546b85146261c8d1570f20d7369b2af82e9fb8",
135
+ "0x1a69784f968864c628a7a3f7ca453186c111025cc394a4c91d4eac72cb67c969",
136
+ "0x7b11fe5e1e4c4c038bf773e5e0b18e7423c332b37b7c2f2055c028e12cdf807a",
137
+ "0x26574b0012d8c1890a4864021b83be0423301a47fe06be0985cc271113c8e993",
138
+ "0x16a9e7c7c9cd126ba0d51fc598856714a1daf8fad81a14b2f55947d635237c5c",
139
+ "0xeffab0035d3b7af865af73d07bad6d33a8f3cef7b355aeea66ce8d7c5617b689",
140
+ "0x51495818f404c0bf13d622eaea14629ebf2b398b77f32a4f6eb16945114afa95",
141
+ "0x845a7886e50a62e884b3abd357e79282574beb2dbb2e9319ad16eca82cd6747d",
142
+ "0xec43fc4d6a12b020476af4cb9be2182f1780fa598657444adfc6f4edb7bb9f4e",
143
+ "0xa22549adb265e6336f3a42aed1cc2beb51b9389750a0ccb46e4f10f1a0e175b7",
144
+ "0xe8c476ae151c2d8fba4d464b092cb75c11e5566a159820475dc2448c316f7f7a",
145
+ "0x617aeceb7bbdd5630ffaa54790c47ce4a4080b7b5285f150cbe6849f5fc7815c",
146
+ "0xab9b2c2b6a8ec091b8eaab50c1b01eec890b5afe8cb7f3affd1c63aa0964cbc2",
147
+ "0x62dd4bc64ac58ad4beb186095c8a3984b05787a4e203d6bce5d17f481faa4dc7",
148
+ "0x6bbdc5c47bc14acf355d71115a015642dce01a8296ec073b3e55df16b6f5b458",
149
+ "0x20f85f38e8aed24e6a921263596f9ea07ca693e0faf57745aac410f0d5362b1a",
150
+ "0xf81102e93f9ee5daadcc8bd1213a6696a10691ab98cd63f5c7588f78a2c096a2",
151
+ "0xdf9107bd9c59c834ad0a35f0d7341105291d0b66971492989b06f4e9b447a400",
152
+ "0xfdeee2acef7075e6d42ae848d238cec8f66a3ec637130da9180b05f315dfc823",
153
+ "0x564f86da5e2982bbc2e0e7fa6121b4fae57fd4c057d212801ac90a2eebe8f262",
154
+ "0x70fb10d73dd13218fcb6aa7daae102cfdebf3a590d552540ef4b6e87bdd5ef94",
155
+ "0x69542d9cb1f1ca578f43442b3b158a2fb5b66e21f87f3bee2722af7bb8435de4",
156
+ "0xcf0d31f606806395f4d3ecc77311da28e8f22c6f0c11b805fe515396ce54060e",
157
+ "0xbe44a89765f0c31d945cf52560294c0bab267a9bf11f47d9e5ae7cbf18aafb7d",
158
+ "0x3698589b422f6dacf1cf077afc52af179674e366439637d9b0ae0ab472b5bb85",
159
+ "0x839a1af555f4aa71c24d756819358f20e502914f8061d4f4e29599229e1d3781",
160
+ "0x75417eeb9c8f1f1f9b86c795702cc8f2f1ca5a6c9f1cffeacc9d2a1304fe5d17",
161
+ "0x804b041097a8416472e9d599defec9776b808149ee1672af03f988b50bed834b",
162
+ "0x12d80a99b73e1aebeb33e1b5cd67a9f700077c920e58ca47fba8170d58757db0",
163
+ "0x41fc5e07bd8ff5177a56e971d3636e83b04bc618ae6a57cfc19a24dc3a0f6b38",
164
+ "0x28287dfde595d58dc33b0d7687df0c3eca1e822e40a47b7e401e2fbed709af0f",
165
+ "0x425989ec79e2c47110195bf53bf31837c999eb6fb5ea3fb72b3d9740c7d9ecd0",
166
+ "0xc845c4be3da71936e760b5fb8b70eeb8753a7bc5012c452e7d335166d9b14039",
167
+ "0xbcb1f6b4bfc1b0571845fac4a956f34e84f48a26484d804e62e635a9cf01ed90",
168
+ "0xf05334212dc78eb9d62e4f77e8ab482d30416cab052b2e6ee396a01e87150630",
169
+ "0x3c0edd56ec97c2e359bfa93002e6af9d5288106c3acaea3841992014689974eb",
170
+ "0x2862d4fdfeaf7d1503884a1a8fa062b3c725d54c219cd13d824ddc11707125ae",
171
+ "0x92b2501b419e56d369224375d9b5a61b3a9fc2ebe2d6acce2e51406da4acf379",
172
+ "0x149fa145722536e6de96a67bcc23748bf99b807d8df03041fc521c5b7e270a2e",
173
+ "0x268f6c3932d97d111ac9f49711f442c02bd6a77d6f55322704d013ad4493752b",
174
+ "0x62ab5a3e909efa62509ec044af49d0a58044af2d078f3cb0a25c818f9d04d156",
175
+ "0x30e8f394bfff6877654631f32d63af4c807b0a4412855c1dbce020befa79ac43",
176
+ "0x58bd1f31a72311738f80569f77ce1bb6017dcd85bcaf567044333c2c3f1c6053",
177
+ "0x70a9ef115bb28ebe92a5334b6bf783748b63855a187977a32394fdb10e810ef5",
178
+ "0x9486be05834aec357b410ccc426ba56cf4c7e7c7c96c8a69302b524228880869",
179
+ "0x143381f15ce47ec4e6b329c78d30a0a497661d640415d55ba0428fb5cfa0feef",
180
+ "0x28fb575158303f47b4376b812824279352a9c3e6b20854182d7843380c37ec2d",
181
+ "0x06af756344a11a3bdd44b41845195946fda0aa19211ba53c04b08c69f4e629bc",
182
+ "0xd585ec20c16a0897337f4226b304da3f411d577b2b91d32059ac76aa85a3178f",
183
+ "0x3beee59c27ed54e3a8b80683e4d926a21bb6e5c6795ab71f86435c1b4fff308b",
184
+ "0xb436d70679c2d21d6bd56abef641a6430c7dc62072cb1e04bc8cf785a901c706",
185
+ "0x933d925659f44f0d334fa8891bc05d551348d0259c5d8875bd084433e1c3c748",
186
+ "0xc4c5ceff5e85d71e893e170b776c1dedbc00a9651bd7ea595a9add87a1ffbf41",
187
+ "0x1055d6729417cb18622b82e4cca8ae802d0e2cd191d68ff0f41fd2f0c3fc6cc0",
188
+ "0x499575cd4cddf765eed5ee85aa5e6b2704acffe0cffa7d2b712ca381787ca294",
189
+ "0x02d62f0ed8d083a436035a9505bfdcffad5213f62be1c73ec6fe91a57aff8c2f",
190
+ "0xe7d3ffce0d3bf32fc296a4d94386d677bae956c64217d83aecb7a3ec14284400",
191
+ "0xe54b9894376c3fc88e570c86b4e916707356f3c5d741b7b78131929ffc342f55",
192
+ "0x4db089c702c06c2a8332671243b549bbed32f2623e5fab393bd4ae3a57a2a17e",
193
+ "0x6f89f5beff705d3ecd0400c4770e46c65d578e564fa967a088f310ae5f5cf073",
194
+ "0x24f530eb7a2b7f3ead6c2f0b6d7a6dce5952b5fafd0f2d0bbaf2a098fd083b63",
195
+ "0x93529a6892611c1d0ac498dd355bf3093e4bf816f960a07f8591495c80ce25e1",
196
+ "0xb4c47d8d7b65166297ca2ad994a92808ba2b00b15d1bb11571e1e54d5a475404",
197
+ "0x2c3865c7de030ea42d56343ed16c827cf98489ce62f957c826dfef23ad577810",
198
+ "0x53eaf8c105d4aefeea4607d2c21175ce80426b454be5939d37f9dd2dc2a22ad6",
199
+ "0x48509af9e29377f849a8e36afb2f8c7966d4af0b840acd9c7c078fee3eb0f2ad",
200
+ "0xb196fcfd17e492f62b01383e7554915a7febf9350c6c9762b3f8862d51f0621c",
201
+ "0x36c3bd9e6dad6212b5926ab5c2a0cfa819d9ec372e9786268ca9a071be1ebb86",
202
+ "0xa238f6134beb8511de510850bfa77c0013dc9b2aa34c7f52288fdd95c47e6136",
203
+ "0xfe50c34167097a719da7f006b8b331aae5d4c8ad2ec04ed460780375a2f63778",
204
+ "0x6cbe14f328e01c03050b35851c98fe7474b733f5bf13c089288f2be778585783",
205
+ "0x8e186b943e4e15aceaa0b348418c2e7e1c1efa34268fc562b988ed1ec1e95ec1",
206
+ "0xa6fe7816c178f2bf8600049f80b526d72e58b39b6aab77ae6c2010b24729944f",
207
+ "0x3f29d64bdffe8c4476b59fa64decfee47a1d04963743f98e028f77cb39b8f5b3",
208
+ "0x8a35b2eee199494a6426bf80109bdc2a648ce0b0dcfaa7f54dd7bb6606825b1d",
209
+ "0xe0f9d1351a52cf467893a436e49115d0bc6c3d64b37f4f067b4ad60eab43eb35",
210
+ "0x80634b97d9f9379d384a7369873270c0e39d7524f48b7785ee2b45557af3a552",
211
+ "0xef85b5e71c293dff70e68296b6ab559d57777c7368f4160b7d8d54943171c9ef",
212
+ "0x20fcf0c41dae20b0122ef4f209a75de60215a0b3ff7e66291cef3c46d07d2f67",
213
+ "0x5d7747bfd06a69b103b503f53de9a643340064105d556a82c580ddb5379dc283",
214
+ "0xa4916b4c597c3d7edca48fb544c784e3e2d3518ba048a91dec952314f7ea76a9",
215
+ "0x4c6fb2e1ad6ef316ec0604b291d35297d8b02e6bbbe7b8c0668ff6c454d14f3b",
216
+ "0x3b1728690f86eec6c29abab1e4145e3c0c0583ab4d84fe92089f814e007c4fb3",
217
+ "0x7f852c5e206a631726eb6b3ca3d46d3713711d0b13e11dfd0d9e66bbf0d59456",
218
+ "0xd516e47b53d2c9a1a69ee75c3ba52f926f92e77e986e9afd91257a4392d91ec9",
219
+ "0x609c4781073095ffb223450b2123eddfdaaba97e6d29625929885f077e3b3d80",
220
+ "0x296b5d612bdf97b071716875046599e311bbbafaf4197ad06834c9b3a9196bab",
221
+ "0x04c5c81926664581a8099527f017b1e145fe5149d12bdbe1d966663328431955",
222
+ "0xe68d62d0c77bf03becdf93999e6032e17db443829c2548dd8eef4cd14654359a",
223
+ "0x010fcb9129b76ba62e60be4cae3287ba59835b4ac3a06f315626a578ca2b2474",
224
+ "0x73207b43dce0f118ae089d413fbe5b6b2f35fdf13dc6b49d2aa402ab877fd5cd",
225
+ "0xc7870508c8e659ccecac0b070a5320547013bbab80de4c968a744d081c083f6b",
226
+ "0x7d0c5e4192a88c44f86947cc859d17acd90a7af62b13f4466a2a2733975955f9",
227
+ "0xd0c451aca7b3a9344c0743b69578734c606a1dce060cceff6c4940e7d12b869b",
228
+ "0x1f1adbff98aa65e83f1a362dbda48f5c6482a83e611e5ba102f32ff593ff9e88",
229
+ "0x0d058d37e36e5c359c8c69f051e052bbc48241733c05483ef5a261b2234b9699",
230
+ "0x878c94355988dd96d038ca6adcd836f155e2817cea0cc9b6a2f0d0a3f2933b86",
231
+ "0xbbcd228e0543a8df9b401aa0862da00ada944ec7f7647018fd35183b8030ad35",
232
+ "0xb34114faf82aaa7a1f358e147b3d68e30e47f1121ec5d9157ab910a13d70e72c",
233
+ "0x6e7a4bb5286ca485dfa432b56c75d9552638ed74a7c0519c5be7681868cf714d",
234
+ "0x427e405f2df60b692b206e47211975e8e6d7177bbb3d775ad5ccc9f3a564bb57",
235
+ "0x33f8f6c626e2e40a725d6c2bdd228340b38fc1bbe08f4e63663a4b8553936bef",
236
+ "0x1fc7d0c2f76070a59ca2e505d3603701e284f71d7e1675a64ed39d5670238e82",
237
+ "0x12ec438e233a2fc7757a0c1f6e11676a75117fc00b8d66a2982e6062ca5cac5c",
238
+ "0x3d7588c0d7258b58030578e618bff9ebcc32d06cd78313049e2b74b8d86fccfe",
239
+ "0x4a0f558c11e970593c2a39adbbaeecd57be9f768935de6106f16547629c91efa",
240
+ "0xc64916a73993a10ad8e8ef4d675f879811ded902c62c85685c33a89e2b20df97",
241
+ "0xc1b41a29a0fbd1b001d71278a51e15a3ecb6c0e86a00c650dcebc5a8ffecb50e",
242
+ "0xf0484786e721d03729b60c6c53346c2809b56d2f677fc69033f20367ad561f08",
243
+ "0xcbbe94cf9ec41405588a2adee90235eba758e93768fb17a82aedabac64ec77ab",
244
+ "0x6ed3316e7806f9aec68bbebccefad81d19705434e85d635508a3c9f3fa47e8f6",
245
+ "0x5d59d7eaa36e28645423efb39ec282f2612f2dfd07ea3ff24846a474db86a0b7",
246
+ "0xdfef438b1c847caeb78a1ecc6c5d163067096cad1c26c0eb4a618b64bb7345dc",
247
+ "0x64f3bc98f7b4dccb30fbd27ce373ed004ae4c5c3dfd2be32592df765e06370f9",
248
+ "0x88b3aa6bae06f3c6c2a3fe87b06fd98bdb6d0660e7568b9253e12f0fabfdd1e8"
249
+ ],
250
+ "transactionsRoot": "0x4c36a17820c6d803714e313359a5bef56d981c4627de71c14988b5c8777d8c6c",
251
+ "uncles": [],
252
+ "withdrawals": [
253
+ {
254
+ "index": "0x3e1451b",
255
+ "validatorIndex": "0x17ede0",
256
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
257
+ "amount": "0x122d877"
258
+ },
259
+ {
260
+ "index": "0x3e1451c",
261
+ "validatorIndex": "0x17ede1",
262
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
263
+ "amount": "0x122ff42"
264
+ },
265
+ {
266
+ "index": "0x3e1451d",
267
+ "validatorIndex": "0x17ede2",
268
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
269
+ "amount": "0x1227884"
270
+ },
271
+ {
272
+ "index": "0x3e1451e",
273
+ "validatorIndex": "0x17ede3",
274
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
275
+ "amount": "0x123a2b7"
276
+ },
277
+ {
278
+ "index": "0x3e1451f",
279
+ "validatorIndex": "0x17ede4",
280
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
281
+ "amount": "0x122336c"
282
+ },
283
+ {
284
+ "index": "0x3e14520",
285
+ "validatorIndex": "0x17ede5",
286
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
287
+ "amount": "0x12329dd"
288
+ },
289
+ {
290
+ "index": "0x3e14521",
291
+ "validatorIndex": "0x17ede6",
292
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
293
+ "amount": "0x1233f25"
294
+ },
295
+ {
296
+ "index": "0x3e14522",
297
+ "validatorIndex": "0x17ede7",
298
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
299
+ "amount": "0x122a9bf"
300
+ },
301
+ {
302
+ "index": "0x3e14523",
303
+ "validatorIndex": "0x17ede8",
304
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
305
+ "amount": "0x122e044"
306
+ },
307
+ {
308
+ "index": "0x3e14524",
309
+ "validatorIndex": "0x17ede9",
310
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
311
+ "amount": "0x122cb07"
312
+ },
313
+ {
314
+ "index": "0x3e14525",
315
+ "validatorIndex": "0x17edea",
316
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
317
+ "amount": "0x12305b0"
318
+ },
319
+ {
320
+ "index": "0x3e14526",
321
+ "validatorIndex": "0x17edeb",
322
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
323
+ "amount": "0x123088e"
324
+ },
325
+ {
326
+ "index": "0x3e14527",
327
+ "validatorIndex": "0x17edec",
328
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
329
+ "amount": "0x122bd8f"
330
+ },
331
+ {
332
+ "index": "0x3e14528",
333
+ "validatorIndex": "0x17eded",
334
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
335
+ "amount": "0x1233364"
336
+ },
337
+ {
338
+ "index": "0x3e14529",
339
+ "validatorIndex": "0x17edee",
340
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
341
+ "amount": "0x1221716"
342
+ },
343
+ {
344
+ "index": "0x3e1452a",
345
+ "validatorIndex": "0x17edef",
346
+ "address": "0x8e609ac80f4324e499a6efd24f221a2caa868224",
347
+ "amount": "0x122ddc5"
348
+ }
349
+ ],
350
+ "withdrawalsRoot": "0xd5902917acbe7047c5b579ea76c1e7bc669a2062472725dcd6b1f1707eff3d4c"
351
+ }
352
+ },
353
+ "contract_code_evidence": [
354
+ {
355
+ "address": "0x004395edb43efca9885cedad51ec9faf93bd34ac",
356
+ "queried_block": "latest",
357
+ "runtime_bytes": 22904,
358
+ "runtime_code_hash": "0x1b8bf8377b8f2ac8b465146937427cd4f1942484a8d02b680c16dcca4c139785",
359
+ "expected_runtime_code_hash": "0x1b8bf8377b8f2ac8b465146937427cd4f1942484a8d02b680c16dcca4c139785",
360
+ "hash_matches": true,
361
+ "historical_query_fallback": "RuntimeError"
362
+ }
363
+ ],
364
+ "snapshot_origin_mode": "public_rpc"
365
+ }
public_evidence/polygon_rpc_snapshot.json ADDED
The diff for this file is too large to render. See raw diff
 
public_evidence/reproduction_report.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Public-source UMA clean-room reproduction
2
+
3
+ ## Scope and inputs
4
+
5
+ This fixed episode is rebuilt without reading any curated Oracle-Nature ledger. The only
6
+ semantic inputs are five public transaction receipts and canonical block headers (four on
7
+ Polygon, one on Ethereum), deployed runtime bytecode, checksum-pinned UMA contract source,
8
+ and the public case specification. Polygon provider: `polygon.drpc.org`;
9
+ Ethereum provider: `ethereum-rpc.publicnode.com`. Source verification: uma_oov2=cached_verified, uma_oov2_interface=cached_verified, uma_voting_v2_deployed_source=cached_verified.
10
+
11
+ ## Reconstructed economic result
12
+
13
+ The requester configured 5 USDC.e, while proposer and disputer each escrowed 750 USDC.e
14
+ (500 bond + 250 final fee). The DVM protocol resolution overturned the proposal. The
15
+ disputer received 1,000 USDC.e: 750 returned principal plus 250 realized token gain. The
16
+ configured 5 USDC.e was refunded and rolled into the reset request, so it is not counted as
17
+ paid reward. The protocol fee is 500 USDC.e. Dispute Gas is retained separately as
18
+ `122371903978702660` raw MATIC and is never added to USDC.e.
19
+
20
+ ## Validation and boundary
21
+
22
+ All 30 canonical receipt/header checks and all 13 lifecycle,
23
+ cross-chain and flow checks pass. The Polygon bridge request hash, message hash and Ethereum
24
+ DVM request ID are identical, producing `cross_chain_link_grade=A`. Seven source-code
25
+ semantic rules pass, including the separation of `VoterSlashed` accrual from
26
+ `VoterSlashApplied` stake mutation. This is protocol resolution, not independent factual
27
+ truth; the minimal five-transaction case does not reconstruct the complete voter population,
28
+ off-chain investigation cost or timestamped USD welfare.
29
+
30
+ ## Reproduction
31
+
32
+ ```bash
33
+ python scripts/case_studies/reproduce_uma_public_rpc_case.py
34
+ ```
35
+
36
+ For deterministic offline replay after the public evidence has been frozen:
37
+
38
+ ```bash
39
+ python scripts/case_studies/reproduce_uma_public_rpc_case.py \
40
+ --snapshot-dir data/case_studies/uma_public_rpc_reproduction/raw \
41
+ --source-cache data/case_studies/uma_public_rpc_reproduction/source \
42
+ --offline-sources
43
+ ```
public_evidence/source_manifest.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "uma_oov2",
4
+ "url": "https://raw.githubusercontent.com/UMAprotocol/protocol/a16ee53125c433dfa4e29738b73d9069ff109c03/packages/core/contracts/optimistic-oracle-v2/implementation/OptimisticOracleV2.sol",
5
+ "local_path": "source/OptimisticOracleV2.sol",
6
+ "expected_sha256": "9ec0240cea18958d5a7c24990e1d19a27177b8fc1262d1626cb02fd857df2eaf",
7
+ "observed_sha256": "9ec0240cea18958d5a7c24990e1d19a27177b8fc1262d1626cb02fd857df2eaf",
8
+ "status": "cached_verified"
9
+ },
10
+ {
11
+ "id": "uma_oov2_interface",
12
+ "url": "https://raw.githubusercontent.com/UMAprotocol/protocol/a16ee53125c433dfa4e29738b73d9069ff109c03/packages/core/contracts/optimistic-oracle-v2/interfaces/OptimisticOracleV2Interface.sol",
13
+ "local_path": "source/OptimisticOracleV2Interface.sol",
14
+ "expected_sha256": "d6a09bb47ed210dcb28635f3e4ddb652dcc106355876c72adb760d4f606a4328",
15
+ "observed_sha256": "d6a09bb47ed210dcb28635f3e4ddb652dcc106355876c72adb760d4f606a4328",
16
+ "status": "cached_verified"
17
+ },
18
+ {
19
+ "id": "uma_voting_v2_deployed_source",
20
+ "url": "https://eth.blockscout.com/api/v2/smart-contracts/0x004395edb43EFca9885CEdad51EC9fAf93Bd34ac",
21
+ "local_path": "source/VotingV2.sol",
22
+ "expected_sha256": "154377b8e445301888b17b888112645daf9a7acd1d9e356b6940cdb5d642f337",
23
+ "observed_sha256": "154377b8e445301888b17b888112645daf9a7acd1d9e356b6940cdb5d642f337",
24
+ "status": "cached_verified"
25
+ }
26
+ ]
task_definition.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "UMA_GRADE_A_CONDITIONAL_CHALLENGE_V1",
3
+ "task_type": "four_action_protocol_outcome_decision",
4
+ "estimand": "P(protocol later rejects proposal | actually challenged, Grade-A linked, decision-time evidence)",
5
+ "action_space": [
6
+ "Accept",
7
+ "Investigate",
8
+ "Challenge",
9
+ "Abstain"
10
+ ],
11
+ "decision_time": "Polygon OOV2 ProposePrice block timestamp",
12
+ "deadline": "OOV2 proposal expiration_time",
13
+ "label": "proposal_rejected_by_protocol",
14
+ "ground_truth_status": "protocol_resolution_only",
15
+ "selection_warning": "Outcomes are observed only for actually challenged requests; do not generalize causal policy value to undisputed requests.",
16
+ "model_features": [
17
+ "log_bond_raw",
18
+ "log_final_fee_raw",
19
+ "log_reward_plus1_raw",
20
+ "reward_to_bond_ratio",
21
+ "liveness_hours",
22
+ "proposal_latency_hours",
23
+ "ancillary_bytes",
24
+ "requester_is_polymarket_adapter",
25
+ "proposer_prior_completed",
26
+ "proposer_prior_dispute_rate",
27
+ "proposer_prior_rejection_rate",
28
+ "requester_prior_completed",
29
+ "requester_prior_dispute_rate",
30
+ "requester_prior_rejection_rate",
31
+ "proposed_price_class",
32
+ "adapter_version"
33
+ ],
34
+ "forbidden_model_fields": [
35
+ "dispute_tx",
36
+ "dispute_time",
37
+ "resolved_price_raw",
38
+ "gross_payout_raw",
39
+ "settlement_tx",
40
+ "settlement_time",
41
+ "terminal_outcome",
42
+ "dvm_request_id",
43
+ "dvm_resolved_price_raw",
44
+ "proposal_rejected_by_protocol"
45
+ ],
46
+ "action_thresholds": {
47
+ "Accept": "p<=0.20",
48
+ "Investigate": "0.20<p<0.40 or 0.60<=p<0.80",
49
+ "Abstain": "0.40<=p<0.60",
50
+ "Challenge": "p>=0.80"
51
+ },
52
+ "nominal_cost_matrix": {
53
+ "Accept": {
54
+ "upheld": 0.0,
55
+ "rejected": 1.0
56
+ },
57
+ "Challenge": {
58
+ "upheld": 1.0,
59
+ "rejected": 0.0
60
+ },
61
+ "Investigate": {
62
+ "upheld": 0.1,
63
+ "rejected": 0.1
64
+ },
65
+ "Abstain": {
66
+ "upheld": 0.2,
67
+ "rejected": 0.2
68
+ }
69
+ },
70
+ "cost_warning": "Normalized scenario costs are pre-registered evaluation assumptions, not observed token or USD payoffs.",
71
+ "evaluation_extensions": {
72
+ "claim_level_faithfulness": "data/applications/trustworthy_ai_requirements_audit/evidence_faithfulness.parquet",
73
+ "timestamped_usd_regret": "data/applications/trustworthy_ai_usd_economics/economic_regret_scenarios.parquet",
74
+ "independent_ground_truth": "data/applications/trustworthy_ai_independent_truth/independent_ground_truth.parquet",
75
+ "cross_protocol_fairness": "data/applications/trustworthy_ai_cross_protocol_fairness/cross_protocol_metrics.parquet",
76
+ "complete_test_panel": "data/applications/trustworthy_ai_complete_task/complete_test_decision_panel.parquet"
77
+ },
78
+ "independent_truth_policy": "Retrospective external labels are evaluation-only and never model inputs.",
79
+ "usd_cost_policy": "Gas/payoff FX is measured historically; investigation cost and capital APR remain registered scenarios.",
80
+ "split": "strict chronological 60/20/20",
81
+ "seeds": [
82
+ 7,
83
+ 17,
84
+ 27,
85
+ 37,
86
+ 47
87
+ ]
88
+ }