mesh-security icon indicating copy to clipboard operation
mesh-security copied to clipboard

Add new price-feed data source

Open vuong177 opened this issue 7 months ago • 0 comments

We utilize a single price-feed source for mesh security, which is the Osmosis TWAP price. By extending the price-feed source, the protocol could become more decentralized, reducing dependency on osmosis. Moreover, it could enhance security by providing more data sources for price data.

The Band Protocol supports [[requesting oracle data over IBC from cw contract. So that it's possible to use band protocol to request price data for consumer contract.

I propose extending the current remote-price-feed contract for support query price data in band-protocol by using their cw-band : https://github.com/bandprotocol/cw-band

vuong177 avatar Jul 03 '24 08:07 vuong177