Skip to content

groverInnovate/DeltaEase

Repository files navigation

🎯 DeltaEase

One-click, gasless delta-neutral yield farming powered by ERC-4337

Arbitrum ERC-4337


🚀 Overview

DeltaEase revolutionizes DeFi accessibility by abstracting complex financial strategies into a single, gasless interaction. We leverage ERC-4337 Account Abstraction to bundle multiple DeFi operations—swapping, staking, and shorting—into one atomic transaction.

The Result: Users earn optimized yields with zero gas fees and zero market risk exposure.

✨ Key Features

  • Zero Gas Fees: Power by Alchemy's Paymaster, users never pay for gas.
  • One-Click Strategy: Complex back-end operations (USDC → ETH → stETH + Short ETH) are handled automatically.
  • Delta Neutral: Hedged positions ensure immunity to market volatility.
  • Non-Custodial: Users retain full control of their funds at all times.

🏗️ Architecture

Our architecture integrates a polished Next.js frontend with a robust Foundry-based smart contract layer, orchestated via ERC-4337.

graph TD
    subgraph "Frontend"
        UI[Next.js Interface] --> Wallet[Wallet Connect]
    end
    
    subgraph "ERC-4337 Infrastructure"
        Wallet --> SA[Smart Account]
        SA --> Bundler
        Bundler --> PM[Paymaster]
    end
    
    subgraph "DeFi Strategy"
        SA --> UNI[Uniswap V3]
        SA --> LIDO[Lido Staking]
        SA --> GMX[GMX Perps]
    end
    
    style SA fill:#9c27b0,color:#fff
    style PM fill:#4caf50,color:#fff
Loading

🛠️ Technology Stack

  • Frontend: Next.js 13, React, Tailwind CSS, wagmi/viem
  • Smart Contracts: Solidity, Foundry
  • Infrastructure: Alchemy (Bundler & Paymaster), Arbitrum Sepolia

📚 Documentation

Detailed guides for developers and integrators:

🚀 Quick Start

  1. Clone the repository

    git clone https://github.com/groverInnovate/Trihack.git
    cd delta-neutral-vault
    yarn install
  2. Configure Environment See Development Guide for detailed environment setup.

  3. Run Locally

    yarn dev

📄 License

This project is licensed under the MIT License.


Built for the future of DeFi

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published