Yieldex Docs
  • Overview
  • How Yieldex Works
  • What makes Yieldex unique?
  • Approach Benefits
  • Architecture
    • Overview
    • Using Smart Wallets (ERC-4337)
    • Modules
      • Data Collection
      • Decision Making
      • On-chain Interaction Module
  • Safe Delegation Mechanism (Session Keys)
Powered by GitBook
On this page
  1. Architecture

Using Smart Wallets (ERC-4337)

PreviousOverviewNextModules

Last updated 3 months ago

Instead of direct interaction via EOA (regular wallets), a smart wallet ERC-4337 standard is used. This allows:

  • Delegate certain operations (deposit/withdraw) to the On-chain Interaction module without disclosing private keys.

  • Strictly limit these operations by the duration, the list of allowed protocols, limits on amounts, etc.

  • Maintain control over the user: the user can revoke delegation rights at any time.

Page cover image