INTRODUCTION
Protocol: Kintsugi
Website: https://kintsugi.interlay.io/
Integration: Kintsugi’s kBTC brings radically open Bitcoin to Kusama to kickstart liquidity for parachains like Karura, Shiden and Moonriver.
Use case: Collateral value
REQUEST INFORMATION
Assets
Asset Ticker | Asset Blockchain | Asset Address | Asset Markets Overview | Comments |
---|---|---|---|---|
kBTC | Kintsugi | N/A | BTC asset information | Collateral ratio driven price feed will be developed with BTC, DOT and other collaterals’ price as its core |
Methodology
- Measuring total collateral value against BTC value minted:
- if collateral value < kBTC (pegged to BTC) → adjustment of price
- Volume Weighted Average Price with Interquartile Range (VWAPIR) will be used to calculate the price of the collateral. Learn more about it here
- 60sec time window for trades aggregation will be applied to collateral tokens at each price update
- 30sec price update frequency will be applied
Technical instructions:
- total_backable = collateral_currencies.map(|currency| vaultRegistry.totalUserVaultCollateral[currency] / oracle.aggregate[currency]).sum();
total_issued = tokens.totalIssuance[IBTC];
assert!(total_issued < total_backable); - The collateral_currencies will be taken by iterating over the keys used in vaultRegistry.systemCollateralCeiling
DELIVERY INFORMATION
Delivery Method | API feed |
---|---|
Is testnet deploy required? | No |
NOTES
Additional relevant information: N/A