Rikiddo Scoring Rule

The Rikiddo scoring rule is a specialized automated market maker (AMM) mechanism for prediction markets, designed to improve on classic models like LMSR by making pricing:

It’s most closely associated with Gnosis / GnosisDAO research.


First: What is a “scoring rule” market maker?

A scoring rule is a mathematical function that:

rewards traders based on how accurate their probability estimates are.

In markets, this becomes:


Canonical baseline: LMSR

The classic model is the Logarithmic Market Scoring Rule (LMSR):

C(q) = b * log( sum_i exp(q_i / b) )

Where:


Problem with LMSR


Enter Rikiddo

Rikiddo is a dynamic scoring rule that:

adapts liquidity based on market conditions (volume, uncertainty, participation)


Core idea

Instead of fixed b, Rikiddo:


Intuition


Conceptual model

Traditional LMSR:

Rikiddo:


What it improves

1. Capital efficiency

2. Price stability

3. Better early-stage markets


Comparison

FeatureLMSRRikiddo
Liquidity parameterFixedDynamic
Capital efficiencyLowHigher
Early market behaviorFragileStable
AdaptivityNoneHigh
ComplexitySimpleMore complex

Deep insight

Rikiddo is essentially:

A feedback-controlled AMM

Where:

This is very different from:

Rikiddo introduces:


Connection to systems thinking

1. Like a dynamic aggregation structure

2. Like a liquidity system with feedback

3. Similar to sketches

Trade-offs

Pros

Cons


Where it fits

Ideal for:

Less ideal for:


Bottom line

Rikiddo is an adaptive scoring-rule market maker that dynamically adjusts liquidity to improve efficiency and stability in prediction markets.