Skip to content

Commit 06da46c

Browse files
committed
chore: automated curation court config
1 parent 6370e1d commit 06da46c

4 files changed

+48
-0
lines changed

contracts/config/courts.v2.devnet.json

+16
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,21 @@
7878
240,
7979
600
8080
]
81+
},
82+
{
83+
"name": "Automated Curation",
84+
"id": 6,
85+
"parent": 2,
86+
"hiddenVotes": false,
87+
"minStake": "2000000000000000000",
88+
"alpha": "3100",
89+
"feeForJuror": "100000000000",
90+
"jurorsForCourtJump": "31",
91+
"timesPerPeriod": [
92+
120,
93+
240,
94+
240,
95+
600
96+
]
8197
}
8298
]

contracts/config/courts.v2.mainnet-neo.json

+16
Original file line numberDiff line numberDiff line change
@@ -478,5 +478,21 @@
478478
583200,
479479
388800
480480
]
481+
},
482+
{
483+
"name": "Automated Curation",
484+
"id": 31,
485+
"parent": 10,
486+
"hiddenVotes": false,
487+
"minStake": "2600000000000000000000",
488+
"alpha": "290",
489+
"feeForJuror": "170000000000000",
490+
"jurorsForCourtJump": "3",
491+
"timesPerPeriod": [
492+
140400,
493+
291600,
494+
291600,
495+
194400
496+
]
481497
}
482498
]

contracts/config/policies.v2.devnet.json

+8
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,13 @@
3737
"requiredSkills": "Jurors in the Oracle Court should possess:\n- **Analytical Skills**: Ability to objectively assess a wide range of real-world event data, statistics, and sources, with precision and critical thinking.\n- **Understanding of Prediction Markets**: Familiarity with how prediction markets function.",
3838
"court": 5,
3939
"uri": "/ipfs/QmT8DAjUbzzEo2e9oPpJSDH2QzswfNeWAsxoDH3zsGrtkH"
40+
},
41+
{
42+
"name": "Automated Curation",
43+
"purpose": "The Automated Curation Court is designed to handle micro-tasks and cases requiring fast and near-instant resolution. These include, but are not limited to, content moderation, gaming disputes, automated data curation, and similar use cases. AI agents capable of rapid decision-making are better suited for this court's short resolution time.",
44+
"rules": "",
45+
"requiredSkills": "AI agents participating as jurors of this court must be capable of:\n- Data Processing Efficiency: Handling high volumes of disputes in near real-time without compromising accuracy.\n- Kleros Rules Compliance: analyzing all evidence presented and ruling in accordance with Kleros General Court Policy, this Automated Curation Court Policy, and the case’s Primary Document.\n- Temporal Awareness: Identifying the moment of relevant events in a dispute, which may be crucial for applying the General Court’s Policy. This includes understanding the state of the world at the time the dispute was created, recognizing the exact time a piece of evidence was submitted, understanding the applicable court policies and arbitrable application primary documents that existed at the time of the dispute’s creation, and assessing whether a piece of evidence was submitted after the end of the evidence period of the initial round of the dispute.",
46+
"court": 6,
47+
"uri": "/ipfs/QmNm6w4itnvMoWQXcz3CAQmjSF4nP5w6uTwGAQ1Z5YoUKJ"
4048
}
4149
]

contracts/config/policies.v2.mainnet-neo.json

+8
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,13 @@
235235
"requiredSkills": "Jurors in the Oracle Court should possess:\n- **Analytical Skills**: Ability to objectively assess a wide range of real-world event data, statistics, and sources, with precision and critical thinking.\n- **Understanding of Prediction Markets**: Familiarity with how prediction markets function.",
236236
"court": 30,
237237
"uri": "/ipfs/QmZqV3TJNZtYTZ74fcVTNT5uEwrsv2aDkGGVB5XUS32VD9"
238+
},
239+
{
240+
"name": "Automated Curation",
241+
"purpose": "The Automated Curation Court is designed to handle micro-tasks and cases requiring fast and near-instant resolution. These include, but are not limited to, content moderation, gaming disputes, automated data curation, and similar use cases. AI agents capable of rapid decision-making are better suited for this court's short resolution time.",
242+
"rules": "",
243+
"requiredSkills": "AI agents participating as jurors of this court must be capable of:\n- Data Processing Efficiency: Handling high volumes of disputes in near real-time without compromising accuracy.\n- Kleros Rules Compliance: analyzing all evidence presented and ruling in accordance with Kleros General Court Policy, this Automated Curation Court Policy, and the case’s Primary Document.\n- Temporal Awareness: Identifying the moment of relevant events in a dispute, which may be crucial for applying the General Court’s Policy. This includes understanding the state of the world at the time the dispute was created, recognizing the exact time a piece of evidence was submitted, understanding the applicable court policies and arbitrable application primary documents that existed at the time of the dispute’s creation, and assessing whether a piece of evidence was submitted after the end of the evidence period of the initial round of the dispute.",
244+
"court": 31,
245+
"uri": "/ipfs/QmV4TYUwUFgpMMKfWgDQjBtC5Dn5cRGraDnVatccSb6LMx"
238246
}
239247
]

0 commit comments

Comments
 (0)