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
Since the protocol owned liquidity started becoming a norm now, it aligned with one of the ideas we were discussing internally.
For providing liquidity, till now we are depositing in LPs. All the swap mechanisms works with Pool's logic internally. For that, each DEX needs to fight to get liquidity by providing better incentives for token holders/liquidity providers. On the other hand, liquidity providers need to chose between the different protocols for providing their liquidity.
But think about solving this UX issue by enabling chain-owned liquidity solution.
For example, cosmoshub will have a global ATOM Pool and pairing tokens. Something like this,
The new ibc-app enables two way control (extended ICA but controlled by governance), or even we can utilize current ICA on different chains to access a portion of the liquidity on the CosmosHub (and such that any network).
The protocols such as Osmosis, will have access to the liquidity on CosmosHub. Whenever there's a swap/lending request on Osmosis,
it will utilize required ATOM from the UnifiedPool from CosmosHub. This basically solves 2 problems.
Allows ATOM holders to provide liquidity from the CosmosHub itself.
Liquidity providers doesn't need to chose among different protocols for liquidity. Instead the decision is made by
all the providers/gov on the hub. This allows LP providers to share the equal swap-fees so it solves
the knowledge problem for LP providers.
It will be easy for the LP pairs to get deeper liquidity of ATOM (so LP providers doesn't need to chose
protocols such as Osmosis, Neutron)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since the protocol owned liquidity started becoming a norm now, it aligned with one of the ideas we were discussing internally.
For providing liquidity, till now we are depositing in LPs. All the swap mechanisms works with Pool's logic internally. For that, each DEX needs to fight to get liquidity by providing better incentives for token holders/liquidity providers. On the other hand, liquidity providers need to chose between the different protocols for providing their liquidity.
But think about solving this UX issue by enabling chain-owned liquidity solution.
For example, cosmoshub will have a global ATOM Pool and pairing tokens. Something like this,
The data storage will be something like this always summing to 100%
The new ibc-app enables two way control (extended ICA but controlled by governance), or even we can utilize current ICA on different chains to access a portion of the liquidity on the CosmosHub (and such that any network).
The protocols such as Osmosis, will have access to the liquidity on CosmosHub. Whenever there's a swap/lending request on Osmosis,
it will utilize required ATOM from the UnifiedPool from CosmosHub. This basically solves 2 problems.
all the providers/gov on the hub. This allows LP providers to share the equal swap-fees so it solves
the knowledge problem for LP providers.
protocols such as Osmosis, Neutron)
Beta Was this translation helpful? Give feedback.
All reactions