Skip to content

Commit

Permalink
Merge pull request #2301 from vegaprotocol/vamm-during-opening-acutio…
Browse files Browse the repository at this point in the history
…n-AC

feat: add AC for vAMM during opening auction
  • Loading branch information
Jiajia-Cui authored Jun 13, 2024
2 parents 9d587e7 + 4b47aed commit 12551cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/0042-LIQF-setting_fees_and_rewarding_lps.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,8 @@ Example 1, generated with [supplementary worksheet](https://docs.google.com/spre
- A vAMM which was active on the market with an average of `10000` liquidity units (`price * volume`) provided for half the epoch, and then `0` for the second half of the epoch (as the price was out of the vAMM's configured range), and where the `market.liquidity.stakeToCcyVolume` value is `100`, will have an implied commitment of `50`. (<a name="0042-LIQF-109" href="#0042-LIQF-109">0042-LIQF-109</a>)
- A vAMM which was active on the market with an average of `10000` liquidity units (`price * volume`) provided for half the epoch, and then is cancelled for the second half of the epoch, and where the `market.liquidity.stakeToCcyVolume` value is `100`, will have an implied commitment of `50`. (<a name="0042-LIQF-110" href="#0042-LIQF-110">0042-LIQF-110</a>)
- A vAMM which was active on the market with an average of `10000` liquidity units (`price * volume`) provided for half the epoch, and then `5000` for the second half of the epoch (as the price was out of the vAMM's configured range), and where the `market.liquidity.stakeToCcyVolume` value is `100`, will have an implied commitment of `75`. (<a name="0042-LIQF-111" href="#0042-LIQF-111">0042-LIQF-111</a>)
- If a vAMM was active during the market's opening auction if the opening auction ended and if trades were placed before the end of an epoch the vAMM should receive liquidity fee at epoch boundary (just like a normal LP that submitted bond during opening auction and then met the SLA) (<a name="0042-LIQF-112" href="#0042-LIQF-112">0042-LIQF-112</a>)


### Explicit instantaneous liquidity scoring function

Expand Down

0 comments on commit 12551cd

Please sign in to comment.