diff --git a/hydradx/notebooks/Omnipool/vault/ImpermanentLossAnalysis2.ipynb b/hydradx/notebooks/Omnipool/vault/ImpermanentLossAnalysis2.ipynb index 340db704..d571f741 100644 --- a/hydradx/notebooks/Omnipool/vault/ImpermanentLossAnalysis2.ipynb +++ b/hydradx/notebooks/Omnipool/vault/ImpermanentLossAnalysis2.ipynb @@ -5,7 +5,7 @@ "metadata": {}, "source": [ "

Changing price of other assets

\n", - "In this notebook, an LP holds TKN while we change the price of TKN2, comprising 80% of TVL. The different colors represent the IL resulting from different initial weights of TKN2. We can see that during a bull run (where TKN goes up in price, but TKN2 doesn't) impermanent loss is worse, because the share of TKN2 in the pool decreases. " + "In this notebook, an LP holds TKN while we change the price of TKN2 and HDX, together comprising 85% of TVL. The different colors represent the IL resulting from different initial weights of TKN2. We can see that during a bull run (where TKN goes up in price, but TKN2 doesn't) impermanent loss is worse, because the share of TKN2 in the pool decreases. " ] }, { @@ -147,7 +147,7 @@ " }\n", "\n", " events.append([])\n", - " other_assets = ['TKN']\n", + " other_assets = ['TKN', 'HDX']\n", " for price in price_move_range:\n", " price_list = [\n", " {tkn: initial_state.external_market[tkn] for tkn in other_assets}, \n",