Hello everyone,
I’m working on a proof of concept for a justice protocol similar to Kleros on Solana. I’m doing research and trying to better understand the Kleros protocol.
One thing I was curious about is why is what is the justification for choosing the jury before voting?
To clarify, instead of this order of business:
- potential jurors stake to join the jury
- jurors are drawn randomly
- jurors vote
- jurors reveal votes
Why not do it in this order:
- potential jurors stake to join the jury
- all jurors that staked enough can review the evidence and vote
- all jurors that staked can reveal their votes
- certain number of jurors are drawn randomly and their votes are counted towards the final result
The benefit of the latter is at least that bribing jurors becomes less viable since nobody knows who the actual deciding jurors are until the very end.