SNIP-6
Standard Account Interface
starknet L2 interface review
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
- cairo-contracts cairo audited report
- argent-contracts-starknet cairo not independently audited