SNIP-6

Standard Account Interface

starknet L2 interface review

Native status
Review
Enables
Native account abstraction
Specification
https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-6.md

Defines the entrypoints every Starknet account contract exposes (__validate__, __execute__, and is_valid_signature), the basis of Starknet's native account abstraction: every account is a smart contract that validates its own transactions, so signature schemes, multisig rules, and key-rotation policies are account-defined rather than fixed by the protocol.

Implementations

Sources