Just the warning, Slip and BIP, it's the same number of 39, but it's different from each other, I tried Import slip39 seed into bip39 seed, I got a different address. I put the master secret key slip into bip39 entropy using Iancoleman.
That's because SLIP39's "
Master Secret" is equivalent to BIP39's "
BIP39 seed" (
below passphrase).
I don't know what's the motivation in using "
0039" though, maybe because it's intended to replace BIP39.
In BIP39, the 'entropy' is used to generate the 'mnemonic sentence' (
seed phrase), then the 'binary seed' (
seed) is generated from the mnemonic sentence - (
learmebitcoin - BIP39)
while in SLIP39, the 'binary seed' itself is used to generate the mnemonic sentences (
slip-0039).
Now in iancoleman's tool, try to paste BIP39's "
BIP39 seed" to SLIP39's "
Master Secret" and it should generate the same set of addresses when restored.