Claiming Morse Applications

1

Example output

Enter Decrypt Passphrase:
MsgClaimMorseApplication {
  "shannon_dest_address": "pokt1mrqt5f7qh8uxs27cjm9t7v9e74a9vvdnq5jva4",
  "morse_src_address": "1A0BB8623F40D2A9BEAC099A0BAFDCAE3C5D8288",
  "morse_signature": "6kax1TKdvP1sIGrz8lW8jH/jQxv5OiPiFq0/BG5sEfLwVyVNVXihDhJNXd0cQtwDiMPB88PCkvWZOdY/WMY4Dg==",
  "service_config": {
    "service_id": "anvil"
  }
}
Confirm MsgClaimMorseApplication: y/[n]: y
2

Verify your Shannon application

pocketd query application <your_shannon_address> --network=<network> #e.g. local, alpha, beta, main
3

What happened?

  • Unstaked balance of Morse account is minted to your Shannon account

  • Stake is set on Shannon using the onchain Morse application's stake amount

  • Both values come from the onchain MorseClaimableAccount

  • Shannon actors can modify staking configurations (e.g. service_id)

Troubleshooting

See: pocketd tx migration claim-application --help for more details.

Was this helpful?