You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reinforcement is the initial liquidity amount that is distributed among outcomes of a [Condition](/knowledge-hub/how-azuro-works/components/conditions)
4
-
in accordance with the betting odds. It is set at the time of Condition creation and cannot be changed later.
3
+
Reinforcement is the initial liquidity amount that is distributed among outcomes of a [Condition](/knowledge-hub/how-azuro-works/components/conditions) in accordance with the betting odds. It is set at time of Condition creation and cannot be changed later.
5
4
6
5
It is used to ensure potential payouts for bets where the funds received from other bets on the Condition are insufficient.
7
-
Therefore, the reinforcement value also represents the maximum potential loss that the [Pool](/knowledge-hub/how-azuro-works/components/pools)
8
-
can incur due to the Condition.
6
+
Therefore, the Reinforcement amount also represents the maximum potential loss that the [Pool](/knowledge-hub/how-azuro-works/components/pools) can incur due to the Condition **at initial setup**.
Copy file name to clipboardExpand all lines: pages/knowledge-hub/how-azuro-works/protocol-actors/bettors.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,4 @@ Do note that apps connected to the protocol are distinct and separate entities f
12
12
13
13
---
14
14
15
-
Bettors play an important role towards the functioning of Azuro prediction markets. Profit-motivated bettors seek out mispricings of sell-side odds (pushed by the [Data Provider](/knowledge-hub/how-azuro-works/protocol-actors/data-providers)) across Azuro prediction markets and place bets against it, adjusting onchain odds back to the free market equilibrium in the process.
16
-
17
-
Betting volume is what drives accurate probabilities in the first place. No bettors, no volume, no functioning prediction markets.
15
+
Bettors play an important role towards the functioning of Azuro prediction markets. Profit-motivated bettors seek out mispricings of sell-side odds (pushed by the [Data Provider](/knowledge-hub/how-azuro-works/protocol-actors/data-providers)) across Azuro prediction markets and place bets against it, adjusting onchain odds back to its free market equilibrium.
Copy file name to clipboardExpand all lines: pages/knowledge-hub/how-azuro-works/reward-distribution.mdx
+29-11Lines changed: 29 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,34 +14,52 @@ For LPs and Data Providers, after the completion of each [Condition](/knowledge-
14
14
15
15
## Apps (Frontends)
16
16
17
-
Apps' reward is paid monthly, separately for each chain.
17
+
<Callouttype="info">
18
+
Visit [this](https://dune.com/queries/4361346/7319176) Dune query to view the historical month-by-month of our apps' reward calculation.
19
+
</Callout>
20
+
21
+
Apps' reward is paid monthly, separately for each chain. Each app's final take-home reward will be the lower of its *NotionalReward* and the sum of its *SpreadRewardCap* for that month.
\textit{AppReward} \text{ is not higher than } \textit{SpreadRewardCap}, \\
33
-
\textit{Spread} \text{ is the vig (aka margin) for each particular bet,} \\
34
-
\textit{BetSize} \text{ is the amount (aka wagered cryptocurrency) of each particular bet.}
53
+
\textit{AppRevenue} \text{ is the protocol revenue that is attributed to a particular app}, \\
54
+
\textit{NotionalReward} \text{ is the notional reward for a particular app before applying } \textit{SRC}.
35
55
\end{array}
36
56
$$
37
57
</Formula>
38
58
39
-
40
59
## DAO
41
60
42
-
The remaining rewards will be attributable to AzuroDAO, calculated by deducting all other rewards from the total monthly Pool Revenue.
61
+
The remaining amount will be attributable to AzuroDAO, calculated by deducting all other rewards from the total monthly Pool Revenue.
43
62
44
63
<Callouttype="info">
45
-
LPs’, Data Providers’, and the DAO’s rewards can happen to be negative.
46
-
Frontends’ rewards can be only positive or 0.
47
-
</Callout>
64
+
LP, Data Provider, and DAO rewards can happen to be negative in the event of Pool losses (caused by bettor outperformance). However, App rewards can be only positive or zero.
0 commit comments