Not knowing I sent APT funds to public key instead of the account, are the funds lost? #131
-
I have sent by not knowing (expecting the public key to be also the address of the account) APT funds to public key. Are the funds lost? Is there a way to get the funds from the public key to the correct account? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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:
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 account that doesn't exist, it will indicate that a new account will be created. |
Beta Was this translation helpful? Give feedback.
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:
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…