Entrypoint Errors
AA41: Insufficient Verification Gas
Resolving gas limit issues in account verification
The gas consumed by the smart account’s verification process exceeded the verificationGasLimit
set for the user operation.
Resolution Steps
-
Gas Limit Increase:
- Raise the
verificationGasLimit
to cover the gas used by the account’svalidateUserOp
function
- Raise the
-
For Bundler Provider Users:
- If using
eth_estimateUserOperationGas
(e.g., from JiffyLabs) and encountering this error, contact their support
- If using
-
Advanced Debugging:
- Investigate unexpected gas usage in
validateUserOp
using tools like Tenderly
- Investigate unexpected gas usage in