Embedr Finance
  • Welcome to Embedr
    • Introduction - The Story
    • Embedded Finance Redefined
    • Unique Value Propositions
    • Innovations Crafted by Embedr
    • Competition
  • Embedr Protocol
    • High Level Architecture
    • Protocol Mechanics
      • Stable Coin Factory
      • Participation Bank Factory
      • Account Abstraction
      • Robo Yielder
    • Pools
      • Stability Pool
      • Revenue Farming Pools
    • Token Design
      • rUSD Stable Coin
      • EMBD Incentive Token
      • Liberti: Universal Rewards Token
  • How it works?
    • For Liquidity Providers
    • For Real World Businesses
  • Embedr Ecosystem
    • Remedi Finance
  • Resources
    • Litepaper
Powered by GitBook
On this page
  • Account Manager
  • Account
  1. Embedr Protocol
  2. Protocol Mechanics

Account Abstraction

Embedr Accounts

PreviousParticipation Bank FactoryNextRobo Yielder

Last updated 1 year ago

Account Abstraction is a fundamental concept in the architecture of Embedr Protocol.

At its core, it serves as a central hub for user actions and permissions, providing a seamless and efficient experience for the users.

There are two components to it:

  • - DNS service for the entire Embedr Protocol

Account Manager

Account Manager is the central hub for user actions and permission.

Users can:

  • Create Embedr accounts

  • Send transactions to other parts the protocol

  • Manage their permissions and configurations

Internally, Account Manager maps the user addresses with Account addresses to make address resolving easier in the protocol.

Account

A single Account keeps all the information related to the user and is created through the Account Manager. Every action in Embedr Protocol can only be made through an Account.

Users will not be able to execute this contract directly but all the transactions will be routed by the account manager.

This makes it easy to abstract user addresses and programmatically enable additional features on the user accounts.

Account Manager
Account