Skip to content

[economics] adjusted algo for determining bond/TVL cap #check-lint-warning

Son of Odin requested to merge tvl-cap-refactor into develop

The current mechanism the network uses to calculate the TVL cap is based on the value of the assets in the pools. While this generally works, there are times when the assets in the values do not equal the assets in the pools (pending liquidity, swap queue, accounting bugs, etc).

So the proposal change is based on three goals

  1. a more accurate and economically sound way of accounting for the value of the assets the validators are securing
  2. This differential value between vaults vs pools will likely soon increase due to streaming swaps
  3. Cold vaults (feature proposal) are going to create hot vs cold wallets. And the validator bond / TVL should pertain only to "hot" (aka Asgard) wallets
Edited by Son of Odin

Merge request reports