vKSM
Last updated
Was this helpful?
Last updated
Was this helpful?
vKSM (voucher KSM) is a shadow token of staked KSM, with fully underlying KSM reserve and yield-bearing feature of KSM staking reward. Users can deposit KSM into Bifrost SLP protocol and get vKSM as return, vKSM can be traded in the open market or be redeemed back to KSM. Holding vKSM equals to holding the KSM staking position, staking rewards appreciate the exchange price of vKSM.
Liquid Staking
The product allows users to stake KSM for liquid vToken, (vKSM). vKSM will keep receiving staking rewards and can continue to be used in Bifrost and Kusama-based DeFi for additional rewards.
Automatically Staking rewards capturing without scenario limitations
SLP will issue Staking rewards to vKSM by adjusting the price of vKSM / KSM upwards. vKSM Rate = SLP Staking KSM (SUM) / vKSM Total Issuance.
Floating redemption period, vKSM redemption ≤ 7 days
While Kusama’s original chain Staking has a fixed 7-day redemption period, Bifrost SLP helps users to realize the possibility of early vKSM redemption by matching the real-time vKSM minting quantity with the redemption quantity at the protocol layer in the form of a queue. Theoretically, it can achieve second-level redemption.
Higher Staking Yield
In the SLP protocol, the protocol screens more than 10 verified nodes through governance (subsequently increasing with the overall staking volume) and adds multiple filters such as the number of nominees, commission ratio, and history of blocks out to maximize the return of this verifier portfolio while ensuring that none of the nodes have experienced slashes.
Multi-environment Compatibility
vKSM is one of Substrate assets in Bifrost parachain, by using the channels between Bifrost and others, it can be easily utilized in EVM, WASM and Substarte competiable parachains.
vKSM is minted by Bifrost SLP pallet, so firstly users have to call XCM cross chain transfer KSM from Kusama Relay to Bifrost Parachain.
Users initiate a vKSM mint order, SLP protocol transfers KSM to KSM Ready Pool (which is an order pool accumulates all mint and redeem orders), SLP mints vKSM for users;
KSM Ready Pool matches Mint amount and Redeem amount;
Oracle monitor matching results from KSM Ready Pool and send messages to Kusama Bifrost parachain sub-addresses;
Parachain sub-addresses execute Staking to SLP Kusama validators set, Oracle queries the successful messages and send them back to Bifrost KSM Ready Pool, get ready for the next matching.
Users initiate a vKSM redeem orders to KSM Ready Pool;
KSM Ready Pool matches Redeem amount and Mint amount, and dispatches the remaining KSMs to vKSM redeem orders, SLP destroys the redeemed vKSM amount;
Oracle monitor redeem orders from Bifrost chain and send messages to Kusama Bifrost parachain sub-addresses;
Parachain sub-addresses execute Redeem to SLP Kusama validators set and send redeemed KSM back to Bifrost parachain, Oracle queries all these messages and send them back to Bifrost KSM Ready Pool, get ready for the next matching.
The KSM reward will be reinvested on the relay chain, and the Oracle will transmit the reward data to the KSM Ready Pool to adjust the vKSM exchange rate.
💡 Read more detailed info in the following sections.
What actions are performed by the SLP module on the Bifrost chain, the settlement of exchange rates, etc., all need to obtain accurate relay chain data. Through multisig oracles, Kusama's on-chain data can be fed to the Bifrost chain on a regular basis or under certain circumstances, so as to keep the SLP module running normally. The accuracy and authenticity of the data is the key to the security of the SLP protocol. In the future, this part of the function should be implemented through XCM query. At present, a more mature multi-signature scheme is used for the time being.
In order to improve the user experience of Redeem (more use of Swap for lightning swaps), this module is used to AMM (automatic market-maker) behavior and simulate arbitrage to lower vKSM's Swap discount rate to a level similar to Redeem. The profits generated in the process continue to carry out relevant market making operations/return to users. Through this module, the system can generate additional value to promote the healthy development of the SLP module.
The settlement cycle of Kusama staking operation is every 6 hours. At the end of the cycle, the bonding / Unbonding operation performed in the current cycle will be confirmed, and the staking reward will be settled. Committing operations at the end of the cycle is most efficient because the efficient execution of most operations in the cycle is processed uniformly at the end of the cycle.
The KSM pledged by SLP and the related state are managed through the sub-account of the parachain address. Since there is an upper limit on the amount of KSM that can be pledged by an address under the condition of maximizing revenue, it should have the ability to configure multiple sub-addresses through on-chain governance.
SLP needs to issue Staking rewards to vKSM by raising the price of vKSM / KSM, vKSM Rate = Staking total KSM / vKSM total issuance. This exchange rate is the basis for a large number of operations of the system.
KSM Ready Pool communicate with Oracle by receiving update status and data on Kusama relay-chain in each Era.
When a new Era message is received by SLP, the system mainly performs the following operations:
Send the cross-chain message withdraw Unbonded KSM and cross-chain transfer it to the KSM Ready Pool
Get the new staking reward data in current era, a part of which is directly transferred to the Aggregator module across the chain according to the Bifrost service commission rate.
After confirming that all current operations are successful, end the operation and issue a completion event
After receiving the Era End message, the system performs the following operations in sequence:
Match Redeem demand orders one by one for KSM redemption in the order of submission, delete the redeemed demand orders, and transfer KSM back to the corresponding address (Redeem orders support partial redemption)
When the Redeem match is over, judge the current KSM Ready Pool status:
KSM has leftovers
Initiate a cross-chain request to bond more funds with the remaining KSM on the relay chain
All KSMs have been matched, and the relay chain Unbonding state KSM ≥ Redeem demand order KSM total
Initiate a cross-chain request to Rebond funds (Unbonding state KSM - Redeem demand list sum KSM )
All KSMs have been matched, and the relay chain Unbonding state KSM < Redeem demand order KSM total
Initiate a cross-chain request to Unbond funds (Redeem demand list total KSM - Unbonding status KSM)
Calculate the current vKSM Rate = Staking KSM (SUM) / vKSM total issuance and update the record
After confirming that the above operations are successfully executed, end the current Era operation and wait for the next cycle to start
Get the exchange rate of KSM/vKSM in the DEX by query between modules at the end of the block.
Based on the comparison between the queried DEX exchange rate and vKSM Rate, when the exchange rate in DEX < vKSM Rate, a transaction is triggered, and the transaction is constructed based on the number of KSMs existing in the current Aggregator Module, so that the DEX exchange rate after the transaction ≈ vKSM Rate. Initiate a transaction to get a discounted vKSM.
The remaining KSM in the current module + the Redeem value requested by the current module < the set arbitrage loop maximum value (the arbitrage loop maximum value can be set and modified by governance). Then perform the Redeem operation on the newly acquired vKSM in the module (KSM Ready Pool will immediately process the Redeem order submitted by the Aggregator first)
When the remaining KSM in the current module + the Redeem value requested by the current module > the set arbitrage cycle maximum value, vKSM will no longer be redeemed, but half of the balance of vKSM and KSM will be directly flushed into DEX's KSM - vKSM In the liquidity pool of the trading pair, obtain LP Token.
There are several filters to select vKSM Validators:
Validator address with on-chain identity
No experienced Slashes
Low commission
Total Stake below average number
Average Return Rate in 7 days
Available nominator slot
The selecting organization will evolute in 3 stages:
Bifrost Team
Bifrost Council
SLP automatic selection (current stage)
Validator selecting or replacement is a automatic process, it depends on a score ranking which is socred by a script:
Check for live Validator Set:
The operation of staking and the settlement of related operations are generally not subject to real-time settlement, and there will be a cycle, which is . In order to improve resource efficiency and utilization, the KSM Mint and Redeem requirements with related requirements are stored through the KSM Ready Pool. Wait until the appropriate time for unified processing.
vKSM: