💹Price Feeds

Amped Finance utilises Pyth price feeds deployed on LightLink for each of the assets available on the platform.

Our bridge contracts uses the function latestAnswer to return a price from the Pyth price feed contract, Amped Finance's Vault PriceFeed contract will then fetch the price from the bridge contract using the latestAnswer call. Thanks to LightLink's gasless Enterprise Mode we can frequently refresh and keep price up to date without incurring gas fees.

Last updated