Convert your Komodo ecosystem seed phrase into a Private Key

The “convertpassphrase” command can be used to convert your seed phrase from Agama into a Private Key and import into the KomodoOceanQT wallet.

From the menu bar in Komodo Ocean, go to Help > Debug window

Go to the Console tab, and enter the command with your 24 word seed phrase.

It should look like this:

convertpassphrase "abandon ability able about above absent absorb abstract absurd abuse access accident account accuse achieve acid acoustic acquire across act action actor actress actual"

Note: There must be no space after the first quotation mark or before the last quotation mark.

Output:

Js

{
  "agamapassphrase": "abandon ability able about above absent absorb abstract absurd abuse access accident account accuse achieve acid acoustic acquire across act action actor actress actual",
  "address": "RDvJWaDzaPYxPKxKJSGTcXULmpsgP4AhDd",
  "pubkey": "022f8a553eff45390d4691127cfa9c4d4382fdcbedfd727495d64744fda121229d",
  "privkey": "0807c3c70386fced9d5953dddd210300099eff25a37c98290c5b4f57aab77858",
  "wif": "UpH9s6LLMU72NPyR8eKD5c3JnaQU1aouJsA6VKwSCXptUHWTDm1v"
}

You need the “wif” (Private Key) output from the above command to import it into the KomdoOceanQT wallet, using the following guide:

https://forum.komodoplatform.com/t/how-to-import-private-keys-into-komodo-ocean-wallet/402