💠Account Abstraction Technology

Account abstraction is a fundamental concept in Ethereum, a decentralized platform that allows the execution of smart contracts. In Ethereum, accounts can be either externally owned accounts (EOAs) or contract accounts. Contract accounts are special types of accounts that hold the code of smart contracts and have their own internal storage and logic.

The key idea behind account abstraction in Ethereum is that smart contracts are self-contained, independent entities with their own state (internal storage) and logic. Unlike in traditional blockchain systems, where the balance is stored in the account, in Ethereum, the balance is maintained separately, and the smart contract account holds its state in its own internal storage. Click to learn more about account abstraction

For the moment, user operations are managed by a smart contract, but in the future we'd like the user to be able to interact with the contract directly from telegram without having to leave telegram.

Last updated