Skip to content

Commit

Permalink
Update native xcm tx with v3 example. (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxw committed Oct 19, 2023
1 parent bacacde commit d5d778c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified docs/learn/interoperability/xcm/building-with-xcm/img/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ In the Shiden chopsticks [configs file](https://github.com/AcalaNetwork/chopstic

Let's transfer some **KSM** from Kusama to Shiden using Alice.

This will be an example of VMP protocol usage or DMP to be more specific. We will make use of the `limited_reserve_transfer_asset` functionality. This consists of moving assets from one blockchain to another blockchain via an intermediary *Sovereign* account. In the process, origin chain assets won’t be destroyed, instead, the *Sovereign* will hold them, while the target chain mints wrapped versions, and deposits them to the target address.
This will be an example of VMP protocol usage or DMP to be more specific. We will make use of the `reserve_transfer_asset` functionality. This consists of moving assets from one blockchain to another blockchain via an intermediary *Sovereign* account. In the process, origin chain assets won’t be destroyed, instead, the *Sovereign* will hold them, while the target chain mints wrapped versions, and deposits them to the target address.

The *Sovereign* account ensures that the same assets cannot be used simultaneously on both chains. It also guarantees that the wrapped assets are interchangeable with the assets on the origin chain.

Alice wants to send some tokens to herself on Shiden Network, so she prepares a `limited_reserve_transfer_asset` call on the Relay Chain. The parameters look like this:
Alice wants to send some tokens to herself on Shiden Network, so she prepares a `reserve_transfer_asset` call on the Relay Chain. The parameters look like this:

![XCM message to send KSM from Kusama to Shiden via reserveAssetTransfer](img/2.png)

Expand Down

0 comments on commit d5d778c

Please sign in to comment.