Skip to content
Discussion options

You must be logged in to vote

If you sent funds using the public key instead of account address, you most likely cannot recover those funds.

Both public keys and account addresses are 32-byte hexadecimals. If you sent funds to your account's public key, the Aptos blockchain will assume that it is an account address and will either:

  1. Create a new account (where the account address is your public key).
  2. Send funds to the account address that already exists (where the account address is the same as your public key). In this context, this is a very unlikely scenario.

To recover your funds, you would need access to the private key of that newly created account.

If you're using a wallet like Petra to send funds to an accoun…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 0x-j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wallet Questions related to Aptos wallets
2 participants