Timeless X
  • 💫Meet Timeless X
  • ⏬Download Timeless X
  • ⏩Follow on X
  • ⏩Join Timeless Frens
  • 🌟Manage Your Wallet
    • Create a new wallet
    • Import a wallet
    • Backup your wallet
    • Fund your wallet
    • Purchase funds (Onramp)
    • Manage networks
    • Add a custom token
  • 💌Send and Receive
    • Claim a free web3 username
    • Send crypto to another wallet
    • Send assets via link
  • 🔐Security
    • Enable & disable passcode
    • Delete all the data
  • 🔘Other
    • Connect to dApps
    • Connecting to a dApp with WalletConnect URL
    • Migrating from Timeless Wallet to Timeless X
  • 💡Smart Wallet
    • Manage your smart wallet
    • Fund your smart wallet
    • Send funds from smart wallet
    • Smart Wallet FAQ
      • Did you send funds to a centralized exchange from your smart wallet?
      • Where is the private key for smart wallet?
      • Why do I pay high gas fees for smart wallet transactions?
      • How can I disable a smart wallet?
    • Account Abstraction 101
      • 🔤Glossary
      • What is an account?
      • What is Externally Owned Account (EOA)?
      • What is Smart Contract Account (SCA)?
      • What is UserOperation?
      • What is Bundler?
      • What is EntryPoint?
      • What is Aggregator?
      • What is Paymaster?
      • What is ERC-4337?
      • What is EIP-1271?
      • What is ERC-6900?
  • 🔆Browser Extension
    • Getting Started w/ Timeless Extension
      • Create a smart wallet
      • Explore web3 your way
      • Chat via Telegram
      • Stay social with Farcaster
  • 🎯Campaigns
    • 🔆Timeless Points (TXP)
      • Earning TXPs
        • Earning TXPs via in-app activities
        • Earning TXPs via daily check-ins
        • Earning retroactive TXPs
    • 🎟️Genesis Pass
      • Genesis - Arecibo (Linea)
    • 🎡Linea Park Guide
      • Create a new wallet
      • Fund your wallet
      • Add a wallet to your Layer3 account
      • Verify a Layer3 task with an additional wallet
      • Mint a Lucky Cat NFT (20 LXP)
      • Mint a ticket for Lucky Cat Draw (20 LXP)
      • Send a ticket NFT via link
      • Send funds to another address
      • 🔘Linea Park FAQ
        • What is the Lucky Cat?
        • Bind your wallet to Linea Activations page
        • Connect to Layer3 via WalletConnect
    • 🥁The Call of Taiko
      • 1️⃣Download Timeless X
      • 2️⃣Create a new wallet
      • 3️⃣Change the network to Holesky & Taiko Hekla
      • 4️⃣Link Timeless X to Galxe as a secondary wallet
      • 5️⃣Bridge ETH from Holesky to Taiko Hekla
      • 6️⃣Swap on Hekla Testnet
      • 🚰Claim ETH from alternative Holesky faucets
      • 🎯Call of Taiko FAQ
Powered by GitBook
On this page
  1. Smart Wallet
  2. Account Abstraction 101

What is EntryPoint?

PreviousWhat is Bundler?NextWhat is Aggregator?

Last updated 1 year ago

An EntryPoint is a unique smart contract designed to process transactions received from Bundlers. It plays a critical role in verifying and executing UserOperations.

Verification Process: The EntryPoint first verifies whether the wallet possesses sufficient funds to cover the maximum potential gas usage, as indicated by the gas field in the UserOperation. If the wallet's funds are insufficient, the transaction is declined.

Execution Mechanism: Once verified, the EntryPoint executes the transaction. It then deducts the appropriate amount of native tokens from the Smart Contract Account (SCA) to compensate the Bundler for the gas used during the transaction process.

Sources: , ,

💡
Ethereum
ERC4337.io
Alchemy
EntryPoint