Deduct auto-creation fee from CryptoTransfer
payer
#541
tinker-michaelj
started this conversation in
Ideas
Replies: 1 comment
-
Wait, that's a breaking change, "whether in the hbar transfer list, or...", so I can send one tinybar to an alias that has not been created and the payer will pay the account creator fee, correct? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HIP-32 defined a new way to create Hedera account, by submitting a
CryptoTransfer
that sends hbar to a protobuf representation of a key, which is called an alias.When two conditions hold,
CryptoTransfer
; and,then the network creates a new account with the key implied by the alias. It deducts the account creation fee from the sent hbar, and uses whatever is left over as the new account's balance.
This means auto-account creation does not work when sending only a units of a fungible token or NFT to a new alias, because a fee cannot be deducted from such quantities.
💡 We propose to charge auto-account creation fees to the payer of a
CryptoTransfer
that credits a new alias anywhere in body of aCryptoTransfer
; whether in the hbar transfer list, or in an HTS token transfer list.It will remain illegal to debit any asset from an uncreated alias in a
CryptoTransfer
.Beta Was this translation helpful? Give feedback.
All reactions