Failed creating canister and lost ICP

Unfortunately creating a canister and then initialize it with cycles requires multiple steps. So the fee is more than 0.0001. (I think it is 0.0002 but I could be wrong since I’ve not verified myself)

You might need to add some ICP balance to your ledger account first, and then call “notify” manually:

HEIGHT=2173099
dfx ledger --network=ic notify $HEIGHT $(dfx identity get-principal)

But then, this has to be done within 24 hours… hope it helps!

1 Like