Cross-chain transfer KSM
How to move KSM from relay chain to Amplitude?
Go to https://polkadot.js.org/apps/ and switch to Kusama network from the network menu or directly click on this link
Find
Developer
in the top menu, and chooseExtrinsics
from the drop down. Select theDecode
tab
Paste the below in the field
hex-encoded call
0x630801000100312101000101004e5d80a091a712b727ecbb00882bb28d4d64a6e7f6c87654b3243c489623f5100104000000000700e876481700000000010300286bee02093d00
Now switch to the
Submission
tabIn the
using the selected account
select the account you want to send the KSM fromNow in the beneficiary section in the
id
field, enter your address. Please make sure you have entered your address here, the prefilled address is not your address.
Now next in the assets section, enter the amount of KSM you want to transfer in the
Fungible
field. Note - Since there are 12 decimals for the KSM token, you need to add 12 zeros after choosing the KSM amount e.g. If you want to transfer 1 KSM, then you should write1000000000000
.
Apart from this, you don’t need to change anything in the submission.
Now click on the “Submit Transaction” at the bottom of the screen.
Now from the pop-up click “Sign and Submit”. Next, enter your password in the wallet pop-up and confirm the transaction.
Once done, if the contribution is successful on polkadot.js screen you will see a green confirmation in the top right corner.
Last updated