Help recovering Aptos USDC sent to address derived via Ledger + SUI app #746
Closed
Gambino3pp
started this conversation in
General
Replies: 1 comment 2 replies
-
If you sent your funds to a SUI address, there is no way to recover the funds. Unfortunately they do not use the same address scheme. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Aptos developers,
I’m looking for help recovering USDC sent to an Aptos address that I control via my Ledger device using the SUI app (not the Aptos app).
🔹 Context:
I generated an address using my Ledger + the SUI app:
0xf98554ff9ec9c9f43ce2a559f72e270193ffd6d6445734b1f32c724eae6a529b
I mistakenly sent USDC (on the Aptos network) to that address.
The funds are visible on the Aptos Explorer and confirmed:
https://explorer.aptoslabs.com/account/0xf98554ff9ec9c9f43ce2a559f72e270193ffd6d6445734b1f32c724eae6a529b
I still fully control the private key for that address via my Ledger,
but only through the SUI app, not through Aptos wallets like Petra or Pontem.
🔹 What I need:
I would like help constructing a raw Aptos transaction (likely a
token::transfer
) that:Transfers the USDC from the old address to my new Aptos address:
0x7b69e00e1c1abb2dfdacae58627ef3d5857c91419e1388e6d6ab2a69b87c5df6
Is compatible with signing using my Ledger + SUI app
(i.e. using derivation path
m/44'/784'/0'/0'/0'
)Can be submitted to the Aptos network after being signed externally
🔹 Why this is possible:
🛠️ If anyone can help me:
…this would allow me to safely recover the funds.
Thank you very much for your time and support 🙏
Sélim
Beta Was this translation helpful? Give feedback.
All reactions