FAQ
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?
If an account is created with an EVM address via Auto Account Creation, it results in a “hollow” account. This account has an account number and alias but no account key. It can accept token transfers but cannot transfer tokens or modify account properties until the account key has been added, completing the account.