Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.trepa.io/llms.txt

Use this file to discover all available pages before exploring further.

Among winners, the closer you were to the outcome, the larger your share of the prize pool. The system compares your to the and assigns a weight; better predictions get a higher weight. The curve is steep—a small edge among winners can move a lot of dollars. Dollar tables: Payout overview; then Capped proportional payout applies the per-round profit ceiling.
Line chart titled Accuracy-weighted pool allocation: accuracy weight on the vertical axis vs outcome on the horizontal axis, with a peaked green curve highest at the true outcome and annotation that most accurate predictions capture larger shares of the pool.

Formulas (for verification)

  • Normalized error (your error vs median): ri=ei/mr_i = e_i / m, where eie_i is your error and mm is the median error.
  • Accuracy weight: ai=(11+ri)γa_i = \bigl( \frac{1}{1 + r_i} \bigr)^\gamma with exponent γ\gamma. Currently γ=6\gamma = 6. Closer predictions have smaller rir_i and higher aia_i.
Last modified on May 4, 2026