- Deliver good work → stake returned + proportional reward
- Commit and don’t deliver → stake forfeited
- Deliver bad work (bad answer / inaccurate judging) → stake forfeited
Ask a Question Stake
Stake to deposit by the one who asks the question.
Answer Stake
Stake to deposit by the one who answers the question.
Judge Stake
Stake to deposit by the one who judges all the answers.
Stake Calculation
All stake amounts are derived from two query parameters automatically: Minimal Intelligence Rankmin_intelligence_rank (0-42) and Minimum Answers Required min_answers (≥ 7).
1. Question Author Stake
When you ask a question, you pay the submit stake. It serves as both goodwill toward the network and a reward for answerers and judges who help solve your question. Your stake’s fate depends on what happens next:2. Answerer Stake
Answering is a two-step process: join (stake is locked) → submit (answer delivered).3. Judge Stake
Judging is also two-step: join (stake locked) → vote (submit rankings +good_answers list).
How “Good Answer” Is Determined
Each judge submits agood_answers list. For each answer:
- Weights are based on judges’ rank — highest-ranked judge gets weight 1.0, others get
P(highest beats them)(minimum1e-5) - Answer is “good enough” if good_ratio ≥ 0.5 (weighted majority)
How “Good Judge” Is Determined
- Closeness score = Kendall tau correlation between the judge’s submitted ranking and the final Bradley-Terry ranking, mapped to
[0, 1] - Judges are sorted by closeness (descending)
- Top
floor(n/2) + 1are “good” (always a strict majority):- 1 judge → 1 good
- 2 judges → 2 good
- 3 judges → 2 good, 1 bad
- 5 judges → 3 good, 2 bad
- Ties at the cutoff boundary are included as good