Skip to content
Earn Now

An introduction to EIP 7702 and how it brings smart account capabilities to a classic wallet when needed.

ERC-7702 unlocks a set of powerful account features that Axal uses to make the experience faster, simpler, and more secure for users. Instead of being buried as technical details, these are the core benefits that shape how Axal works today.

  • Gasless transactions for speed: Axal uses ERC-7702’s batching and abstraction so you never need to manage gas fees. Deposits and withdrawals happen quickly without the usual blockchain friction.

  • Withdrawable wallet, still self-custodial: Your Axal account is built on Privy smart wallets that follow the ERC-7702 standard. You can make withdrawals at any time and remain in full control of your funds.

  • Seamless automation: Axal takes advantage of 7702’s transaction flexibility to route your capital across top lending protocols without requiring you to sign or approve each move. This is how Axal optimizes yield while keeping the experience simple.

By building on ERC-7702, Axal combines the usability of a modern high yield savings account with the security and control of self-custody.

EIP 7702 allows a standard key controlled account to adopt smart account behavior on demand. Your account behaves like a normal wallet by default. When you need advanced features the wallet adds a short lived authorization that lets your account execute code for that action. After the action completes your account returns to normal.

People want the ease of a familiar wallet and the safety and flexibility of code based controls. EIP 7702 gives you both without making you deploy a dedicated contract for your account or carry ongoing overhead.

EIP 7702 process flow

  1. Normal state: your account acts like any other standard wallet.
  2. Upgrade step: your wallet sends a transaction that includes an authorization referencing code to run.
  3. Enhanced state: your account can validate and execute advanced logic for that action.
  4. Back to normal: once done, the account returns to standard behavior.

EIP 7702 benefits

  • No separate contract deployment for your account
  • Works with existing wallets and applications
  • Turn on advanced features only when you need them
  • Avoid always on overhead and save gas

You can explore more about this protocol through these links:

A self custody wallet is software that manages your cryptographic keys on your device. These keys prove you own your assets and allow you to authorize actions on chain. The private key must remain secret. The public key is derived from the private key and your address is a short form identifier you share with others. When you send a transaction you create a digital signature using your private key that proves you approved that action.

  • Key concepts

    • Private key is your proof of ownership and must stay secret
    • Public key is derived from the private key
    • Address is a short identifier derived from the public key
    • Wallet is the application that manages keys and helps you interact with the chain
  • Account types in simple terms

    • Externally owned accounts: Self-custody means you maintain full control over your private keys and assets. These are familiar accounts that are controlled directly by a private key. They can initiate transactions and send ETH, but they do not execute code on their own. Gas is paid in ETH. If the key is lost there is no recovery. Each transaction performs a single operation.

    • Smart accounts: These are accounts that are controlled by code. They can enforce rules for how transactions are approved, require multiple approvals, support social recovery, allow gas to be paid in tokens, batch multiple operations in a single transaction, and enforce time delays or spending limits.

  • Bringing it together smoothly: In practice most people want the simplicity of a key controlled account with the safety and flexibility of code based controls. Axal helps you keep ownership while adding practical protections and convenience, so everyday actions feel simple and important actions can be gated with extra checks.

  • How Axal applies self custody

    • Your wallet is non custodial through Privy smart wallets so you remain in control
    • Security policies are enforced with trusted execution environment based checks
    • Important actions can require additional approval such as two factor authentication
    • Axal automates complex steps like batching and gas handling while keeping you in control
  • Good practices for your wallet

    • Keep your private key and recovery information safe and offline when possible
    • Enable two factor authentication for sensitive actions
    • Review transaction details before approving
    • Start with small amounts when using a new network or application