Parameters:

Slot Leader Selection

The Leader Selection Process is defined below:

Screenshot 2023-11-27 at 1.29.38 PM.png

Fork Choice

Given current chains, the longest chain is selected, ties are broken arbitrarily.

Screenshot 2023-11-27 at 1.38.28 PM.png

Security

If two honest clients go offline on slot $sl_1$ and come back on line at $sl_2 = sl_1 + n$, then, the density of forking chains is $e^{-\Omega(\sqrt{n})}$. This is the case because adversaries would need to control all $n$ slots to give the offline clients different views.