Owner: @Alexander Mozeika

Reviewers: 🟢@Marvin Jones 🟢@Álvaro Castro-Castilla 🟢@Marcin Pawlowski

Introduction

The Service Declaration Protocol (SDP) introduces a piece of a priori information: the knowledge that a node's relative stake cannot be less than a known threshold, $\alpha_0$. Our research investigates the significance of the impact of this information on the statistical inference of relative stake. We propose a new estimator which explicitly utilises $\alpha_0$ by setting any estimated stake below this threshold to $\alpha_0$.

Our new estimator works better because it fixes estimation errors at the lower end. When a node's true stake value ($\alpha_i$) is close to the minimum threshold ($\alpha_0$), the standard maximum likelihood (ML) estimator often produces values that are too low. By automatically adjusting these too-low estimates up to the minimum threshold ($α_0$), our new approach reduces errors. This improvement can be measured as a lower mean squared error (MSE) compared to the true stake value ($\alpha_i$). Thus any party, including potential adversaries, performing stake inference gains in accuracy by using the new estimator.

Numerical experiments demonstrate reduction in MSE of the new estimator compared to the ML estimator, particularly for stakes near $α_0$. For example for $\alpha_0=10^{-4}$ used in experiments reduction of MSE by (approx.) factor of at most $1/2$ was observed. Furthermore, the probability, measured in the same experiment, that the inferred stake falls within a desired accuracy interval is higher (by factor of (approx.) $3$ at least) when new estimator is used. While the advantage diminishes for much higher stake values where both estimators converge, the heightened accuracy near the critical $α_0$ threshold presents a meaningful enhancement for any party performing stake inference, including potential adversaries.

Key Findings

The research provides mathematical proof and numerical simulations to validate these findings, showing that the proposed estimator is both unbiased and consistent in the limit of large number of observations⁠⁠.

Overview

This document examines the impact of minimum stake threshold, introduced in the SDP, on the statistical inference of relative stake along the following points:

ChatGPT Image Jul 9, 2025, 12_26_01 PM.png

In particular:

  1. We consider Leader Election Process where nodes allowed to participate only if their relative stake is no less than some prescribed by SDP threshold.
  2. We assume that Adversary observes wins (and loses) of nodes and uses statistical inference to infer relative stake of nodes.