One-click, gasless delta-neutral yield farming powered by ERC-4337
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.
- 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.
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
- Frontend: Next.js 13, React, Tailwind CSS, wagmi/viem
- Smart Contracts: Solidity, Foundry
- Infrastructure: Alchemy (Bundler & Paymaster), Arbitrum Sepolia
Detailed guides for developers and integrators:
- Development Setup Guide: Get the project running locally.
- Alchemy Integration: Configure ERC-4337 Account Kit and Paymaster.
-
Clone the repository
git clone https://github.com/groverInnovate/Trihack.git cd delta-neutral-vault yarn install -
Configure Environment See Development Guide for detailed environment setup.
-
Run Locally
yarn dev
This project is licensed under the MIT License.