{"id":30617418,"url":"https://github.com/protokol/lambdaswap-xyz","last_synced_at":"2025-08-30T10:05:34.233Z","repository":{"id":304302679,"uuid":"1010907745","full_name":"protokol/lambdaswap-xyz","owner":"protokol","description":"Repo for EulerSwap competition.","archived":false,"fork":false,"pushed_at":"2025-07-06T08:06:28.000Z","size":236,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-20T23:53:10.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://lambdaswap.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/protokol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-30T02:49:43.000Z","updated_at":"2025-07-23T10:07:52.000Z","dependencies_parsed_at":"2025-07-13T03:46:07.095Z","dependency_job_id":null,"html_url":"https://github.com/protokol/lambdaswap-xyz","commit_stats":null,"previous_names":["protokol/lambdaswap-xyz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/protokol/lambdaswap-xyz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protokol%2Flambdaswap-xyz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protokol%2Flambdaswap-xyz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protokol%2Flambdaswap-xyz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protokol%2Flambdaswap-xyz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/protokol","download_url":"https://codeload.github.com/protokol/lambdaswap-xyz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protokol%2Flambdaswap-xyz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272833349,"owners_count":25000875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-30T10:05:33.427Z","updated_at":"2025-08-30T10:05:34.217Z","avatar_url":"https://github.com/protokol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LambdaSwap\n\nThe essential gateway to the EulerSwap ecosystem. Swap with confidence, provide liquidity with precision.\n\nLambdaSwap is an all-in-one platform built on top of EulerSwap that unlocks the full potential of its next-generation AMM. We provide sophisticated tools for liquidity providers and the best execution for traders through a seamless, intuitive interface.\n\nOur platform makes the advanced concepts of Just-in-Time (JIT) liquidity, programmable operators, and custom AMM curves accessible, practical, and powerful for everyone.\n\n## Key Features\n\nSmart-Routing Swaps: Our swap interface automatically finds the most optimal pool for any trade, leveraging EulerSwap's JIT liquidity to guarantee the best price and minimal slippage.\n\nGuided Pool Creation: An intuitive wizard that allows anyone to launch a custom-designed liquidity pool. Use our \"Architect\" tool to visually design an AMM curve perfect for your strategy.\n\nActive Rebalancing Logic: Go beyond \"set and forget.\" Our tools enable liquidity providers to actively manage and update their pool's strategy in response to market conditions, just as the EulerSwap protocol intended.\n\nAdvanced Pool Explorer: A comprehensive dashboard to discover and analyze the performance, configuration, and unique strategies of all active EulerSwap pools.\n\n## How It Works\n\nLambdaSwap is built directly on top of EulerSwap's smart contract architecture.\n\nFor Swaps: Our application intelligently interfaces with the network of on-chain Operator contracts. The smart router queries these operators to find the one that will provide the best execution and routes the trade accordingly.\n\nFor Liquidity Providers: We provide a user-friendly factory for deploying unique, user-owned Operator contracts. Our interface allows LPs to define the parameters for their pool's custom curve and strategy, which are then encoded into the contract they deploy on-chain.\n\n## Getting Started (For Developers)\n\nTo get a local copy up and running, follow these simple steps.\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v22 or later)\n- [pnpm](https://pnpm.io/)\n\n### Installation\n\n1. **Clone the repo**\n\n   ```sh\n   git clone https://github.com/protokol/lambdaswap-xyz\n   cd lambdaswap-xyz\n   ```\n\n2. **Install dependencies**\n\n   ```sh\n   pnpm install\n   ```\n\n3. **Set up environment variables**\n\n   Create a `.env.local` file in the root of the project and add your environment variables. You can use the `.env.example` file as a template.\n\n   ```\n   VITE_ALCHEMY_API_KEY=...\u003c\u003e\n   ```\n\n4. **Run the development server**\n   ```sh\n   pnpm dev\n   ```\n\n### Tech Stack\n\n- **Framework:** [Vite](https://vitejs.dev/)\n- **Language:** [TypeScript](https://www.typescriptlang.org/)\n- **Web3:** [Viem](https://viem.sh/) \u0026 [Wagmi](https://wagmi.sh/) for blockchain interaction.\n- **UI:** [Tailwind CSS](https://tailwindcss.com/), [shadcn/ui](https://ui.shadcn.com/)\n- **State Management:** [Zustand](https://zustand-demo.pmnd.rs/) / [React Query](https://tanstack.com/query/v4)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotokol%2Flambdaswap-xyz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotokol%2Flambdaswap-xyz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotokol%2Flambdaswap-xyz/lists"}