{"id":25401977,"url":"https://github.com/jitendragangwar123/seiagentpay","last_synced_at":"2026-04-25T21:34:33.185Z","repository":{"id":277410644,"uuid":"932033407","full_name":"jitendragangwar123/SeiAgentPay","owner":"jitendragangwar123","description":"Empowering Merchants and Consumers with AI-Driven Crypto Payments for a Frictionless Financial Future","archived":false,"fork":false,"pushed_at":"2025-02-14T23:00:36.000Z","size":327,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T08:59:19.103Z","etag":null,"topics":["ai-agent","defi","etherjs","foundry","nextjs","payment-gateway","sei-network","solidity","walletconnect"],"latest_commit_sha":null,"homepage":"https://sei-agent-pay.vercel.app","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/jitendragangwar123.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}},"created_at":"2025-02-13T08:58:18.000Z","updated_at":"2025-02-28T03:14:36.000Z","dependencies_parsed_at":"2025-02-13T20:30:15.887Z","dependency_job_id":null,"html_url":"https://github.com/jitendragangwar123/SeiAgentPay","commit_stats":null,"previous_names":["jitendragangwar123/seiagentpay"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitendragangwar123%2FSeiAgentPay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitendragangwar123%2FSeiAgentPay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitendragangwar123%2FSeiAgentPay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitendragangwar123%2FSeiAgentPay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jitendragangwar123","download_url":"https://codeload.github.com/jitendragangwar123/SeiAgentPay/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543861,"owners_count":21121838,"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","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":["ai-agent","defi","etherjs","foundry","nextjs","payment-gateway","sei-network","solidity","walletconnect"],"created_at":"2025-02-16T01:21:10.787Z","updated_at":"2026-04-25T21:34:33.158Z","avatar_url":"https://github.com/jitendragangwar123.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 SeiAgentPay  \n\n## 📌 Problem Statement  \nTraditional payment systems lack transparency, efficiency, and security, especially when it comes to stablecoin payments. Businesses and users face challenges such as:  \n⚡ High transaction fees  \n🔗 Lack of interoperability  \n🐢 Slow processing times  \n\n\n## 💡 Solution  \n**SeiAgentPay** is a **decentralized stablecoin payment system** that allows users to make payments seamlessly using **DAI, USDT, and USDC**. It integrates an **AI-powered recommendation system** to suggest the best stablecoin based on transaction history and user behavior, ensuring **cost-effective and efficient** transactions.  \n\n\n## ✨ Features  \n✅ **🔍 Stablecoin Recommendation** – AI-powered system to suggest the best stablecoin for payments.  \n✅ **💰 Multi-Stablecoin Support** – Supports **DAI, USDT, and USDC** transactions.  \n✅ **🔐 Secure Transactions** – Trustless and transparent payments using **smart contracts**.  \n✅ **🏪 Merchant Payments** – Enables **direct stablecoin transfers** to merchants.  \n✅ **⚡ Fast \u0026 Low-Cost** – Built on **Sei Network** for **high-speed** and **low-fee** transactions.  \n✅ **🔧 Admin Control** – Allows updating stablecoin addresses and managing settings securely.  \n\n\n## 🏗 Stablecoin Recommendation Model  \nSeiAgentPay integrates a **machine learning-based stablecoin recommendation model** that suggests the best stablecoin for a given transaction based on:  \n- **User Transaction History** (average volume \u0026 frequency)  \n- **Merchant Category**  \n- **Transaction Purpose**  \n\n\n### **Model Training \u0026 Deployment**  \n- The **RandomForestClassifier** is used to train a model with transaction data.  \n- The model is exposed via a **FastAPI backend** that provides an API for recommendations.  \n- Encoders ensure categorical data (merchant category \u0026 transaction purpose) is processed correctly.  \n- The recommendation engine runs on **Google Colab** for model training and can be deployed locally or on a server.  \n\n\n## 🚀 Getting Started  \n\n\n### **1️⃣ Clone the Repository**  \n```sh  \ngit clone https://github.com/jitendragangwar123/SeiAgentPay\ncd SeiAgentPay  \n```\n\n\n### **2️⃣ Install Backend Dependencies**  \n```sh  \ncd stablecoin-recommender\npip install -r requirements.txt  \n```\n\n\n### **3️⃣ Train the Stablecoin Recommendation Model (Optional)**  \nIf you want to retrain the model, run:  \n```sh  \npython train_model.py  \n```\nThis generates updated **.pkl** model files and user transaction history.  \n\n\n### **4️⃣ Run the Backend API**  \n```sh  \npython main.py  \n```\n\n\n### **5️⃣ Install Frontend Dependencies**  \n```sh  \ncd front-end  \nnpm install  \n```\n\n\n### **6️⃣ Run the Frontend**  \n```sh  \nnpm run dev  \n```\n\n\n## 📡 API Endpoints  \nThe backend provides the following endpoints:  \n| Endpoint  | Method | Description  |  \n|-----------|--------|--------------------------------------------|  \n| `/`  | GET  | Check API status  |  \n| `/users`  | GET  | Fetch user transaction data  |  \n| `/recommend`  | POST  | Get the best stablecoin recommendation  |  \n\n\n## 🤝 Contributing  \nWe welcome contributions from the community! 🌍  \nFeel free to **open issues**, **submit pull requests**, or **suggest new features**.  \n\n\n## 📜 License  \nThis project is licensed under the **MIT License**. 📝  \n\n## Contact Us\nPlease reach out to us at rajeebk.malik@gmail.com or jitendragangwar2498@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitendragangwar123%2Fseiagentpay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjitendragangwar123%2Fseiagentpay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitendragangwar123%2Fseiagentpay/lists"}