A smart wallet in Incentiv is more than a place to store cryptographic keys — it is a programmable account that acts as the user’s trusted interface to the blockchain. Powered by Advanced Account Abstraction (AAA), smart wallets form the core of how users authenticate actions, enforce personal security rules, and interact with applications across the network. Traditional EOAs depend entirely on a single private key and offer no room for customization. Incentiv replaces this model with native smart contract wallets, giving every user an account that can define its own behavior rather than inheriting fixed protocol constraints.Documentation Index
Fetch the complete documentation index at: https://docs.incentiv.io/llms.txt
Use this file to discover all available pages before exploring further.
What Makes a Wallet “Smart”
A smart wallet contains built-in logic that determines how actions are approved and how the account behaves. Instead of relying on one key for every decision, the wallet can incorporate flexible authorization methods, contextual safety policies, and tailored access rules. It becomes a durable identity layer shaped around how people naturally manage trust and security, not around the rigid limitations of legacy account design. Incentiv treats this capability as the default, giving users an account that adapts to them rather than requiring them to adapt to the blockchain.How AAA Enables Smart Wallets
Legacy blockchains expect every action to originate from an EOA signature. This design limits what wallets can do. AAA removes that barrier by redefining how the protocol receives and processes user actions. In Incentiv, each interaction begins as a UserOperation — a structured request expressing what the user wants to do. The smart wallet evaluates the request according to its own rules. If the operation is valid, the wallet authorizes it and the network executes it. If not, it never reaches the chain. This architecture makes the wallet the decision-maker and the protocol the executor. The user defines the rules; the network ensures they are enforced.