-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintroduction.tex
More file actions
54 lines (49 loc) · 2.63 KB
/
introduction.tex
File metadata and controls
54 lines (49 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\pdfbookmark[section]{Introduction}{Introduction}
\section{Introduction}
When a validator participates in a proof-of-stake
protocol, they \emph{bond} their stake, locking it up for a period of time
in exchange for rewards.
This locked-up stake is \emph{slashed} in case of validator misbehavior
such as equivocation.
Stakeholders \emph{delegate} their stake to \emph{validators} to also
earn rewards. If the validator misbehaves,
the funds of the delegator are also slashed. This introduces a
\emph{Principal--Agent} problem~\cite{jensen1976,wealthofnations}
in which the actions of the validator (the \emph{Agent})
affect the capital of the delegator (the \emph{Principal}).
However, staked assets are \emph{illiquid} and cannot be used for
other purposes such as in DeFi applications~\cite{defi-sok}
because they are locked up.
\emph{Liquid staking}~\cite{liquid-staking-report}
is an attempt to solve this problem by issuing
\emph{token representations} of the staked assets that can be freely traded
and utilized by stakeholders elsewhere in the blockchain ecosystem.
Liquid staking token representations are most valuable when they are
\emph{fungible}. However, this fungibility exacerbates the Principal--Agent
problem of delegated stake.
A liquid staking system \emph{pools together} stakes from different participants,
prompting the question of whom to delegate these pooled funds to.
If the system has \emph{proportional representation}, every pool participant
decides whom to delegate to \emph{in proportion} to their contributed shares.
The crux of the issue arises from the fact
that a malicious pool participant can choose to delegate to
a colluding validator who then equivocates. This causes a portion
of the pooled money to be slashed,
affecting every pool participant
in proportion to their contributed stake, even if they made
no \emph{unwise} delegation decisions, in a situation of
\emph{unfair punishment}. This causes a drop in the price of the
liquid staking tokens. A rational attacker profits from this price
drop by shorting the token.
\noindent
\textbf{Our contributions.} Our contributions in this paper are as follows:
\begin{enumerate}
\item We introduce two desirable properties in the context of Liquid Staking:
\emph{Proportional Representation} and \emph{Fair Punishment}.
\item We showcase the Principal--Agent problem in the Liquid Staking
setting by describing a concrete attack leveraging it.
\item We give a precise description of the market conditions that enable
this attack, and a formula for a liquid staking system configuration
which can avoid it.
\end{enumerate}
\import{./}{related.tex}