-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
AIP Discussion
The Stateless Account update introduces an optimization to the existing Aptos account model, enabling gas savings by not requiring the explicit creation of an account resource unless necessary. In this update, accounts that do not have a pre-existing account resource are treated as valid with default behaviors, particularly defaulting the auth_key to the account’s address. The account resource will only be created when a specific action, such as rotating the authentication key, requires it.
This update allows for more efficient resource management and reduced gas costs while maintaining backward compatibility with existing accounts and the Move VM.
Read more about it here: < Link to AIP >
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels