From 6c83e8a254726d8095b1ee1d72cf84ddc299cb44 Mon Sep 17 00:00:00 2001 From: JB Pinalie <2850825+jybp@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:31:31 +0100 Subject: [PATCH] Update docs/osmosis-core/modules/superfluid/README.md --- docs/osmosis-core/modules/superfluid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/osmosis-core/modules/superfluid/README.md b/docs/osmosis-core/modules/superfluid/README.md index ee8eab580..86770b0fa 100644 --- a/docs/osmosis-core/modules/superfluid/README.md +++ b/docs/osmosis-core/modules/superfluid/README.md @@ -87,7 +87,7 @@ representative price of the GAMM token shares. The superfluid module has (`RefreshIntermediaryDelegationAmounts`) and to increase delegation on lockup (`IncreaseSuperfluidDelegation`). Then, we see whether or not the superfluid OSMO currently delegated is worth more or less than this -expected delegation amount amount. If the OSMO is worth more, we do +expected delegation amount. If the OSMO is worth more, we do instant undelegations and immediately burn the OSMO. If less, we mint OSMO and update the amount delegated. A simplified diagram of this whole process is found below: