Account Creation
Auto Account Creation
Account Properties
FAQs
What is a Hedera account?
What is a Hedera account?
A Hedera account is a unique entity in the Hedera Network that can hold tokens. These can be Hedera’s native fungible token (HBAR), custom fungible, or non-fungible tokens (NFTs).
How are new accounts created on Hedera?
How are new accounts created on Hedera?
New accounts are created by submitting a transaction to the network and paying
the transaction fee. You’ll need access to an existing account with sufficient
HBAR to cover this fee. If you don’t have access to an existing account, you
can use a supported wallet, visit the Hedera Developer
Portal, or use the “Auto Account Creation”
feature for applications.
What is the 'Auto Account Creation' feature?
What is the 'Auto Account Creation' feature?
Auto Account Creation
allows applications to generate free user accounts instantly, even without an
internet connection, by creating an account alias.
What is a 'hollow' account?
What is a 'hollow' account?
A hollow account is created when value is transferred to an EVM Address from Public Key via Auto Account Creation without a corresponding key on file. It has an account number and an EVM address but no account key. It can receive tokens but cannot send tokens or modify account properties until the matching ECDSA key is added, completing the account. This is the standard onboarding path for EVM-wallet users.