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 Externally Owned Account (EOA)?

PreviousWhat is an account?NextWhat is Smart Contract Account (SCA)?

Last updated 1 year ago

An Externally Owned Account (EOA) serves as a means for storing and transferring ETH, ERC-20 tokens, and various digital assets. An EOA is generated from a public key and is secured by a private key:

  • Public key: This is a 20-byte hexadecimal identifier, such as 0x0000000000000000000000000000000000000001. It is derived from the Ethereum network address and used for identifying the account during transactions.

  • Private key: Essentially the EOA's password or seed phrase, the private key is used for signing transactions and is exclusively known to the account owner.

The legitimacy of transactions from an EOA is not determined by code or smart contract logic. Provided the private key is known, the account owner has the capability to execute any transaction. This process is contingent upon the verification of the user’s signature and nonce.

Sources: , ,

πŸ’‘
Ethereum
ERC4337.io
Alchemy