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
Refactor "token_(symbol)_weight" to normalized weights:
The white paper defines it in terms of the normalized weights (such that the sum of all normalized weights is 1) - so 0.8 and 0.2 in that case.
As for the why, it's not explicitly stated in the white paper, but from eq 10 in this proof we see that Wn must be a number between 0 and 1 (since 0<Vn<V by definition).
The text was updated successfully, but these errors were encountered:
AngelaKTE
changed the title
[The white paper](https://balancer.finance/whitepaper/#value-function) defines it in terms of the normalized weights (such that the sum of all normalized weights is 1) - so 0.8 and 0.2 in that case.
token_(symbol)_weights to normalized weights
Mar 8, 2021
Refactor "token_(symbol)_weight" to normalized weights:
The white paper defines it in terms of the normalized weights (such that the sum of all normalized weights is 1) - so 0.8 and 0.2 in that case.
As for the why, it's not explicitly stated in the white paper, but from eq 10 in this proof we see that Wn must be a number between 0 and 1 (since 0<Vn<V by definition).
Originally posted by @markusbkoch in #45 (comment)
The text was updated successfully, but these errors were encountered: