Skip to content

TradeSync is an innovative AI-powered decentralized trading platform designed to autonomously manage cryptocurrency investments. Leveraging advanced machine learning algorithms and secure blockchain technologies, TradeSync ensures intelligent, efficient, and transparent trading experiences for users.

Notifications You must be signed in to change notification settings

asmit27rai/tradeSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradeSync

🚀 TradeSync is a decentralized AI-powered trading platform that seamlessly integrates risk management and autonomous trading. It leverages Warden AI Agent Kit, Nillion, and Base-Sepolia smart contracts to ensure secure, efficient, and autonomous trading experiences.

🔥 Features

  • Wallet Connection: Users land on the Landing Page and connect their wallets.
  • User Data Collection: First-time users provide necessary data, which is securely stored in Nillion.
  • Dashboard: Displays real-time price data and provides access to portfolio management.
  • AI-Powered Trading: Users can buy/sell assets with AI-driven autonomous trading.
  • Risk Management: Smart contract-based risk management deployed on Base-Sepolia.
  • Subscription Model: Users can subscribe, with transactions recorded in the database.
  • AI Risk Analysis: AI-driven risk assessment based on on-chain data.

🛠️ Tech Stack

Frontend

  • Next.js - React-based framework for a fast and scalable frontend.

Backend

  • Express.js - Lightweight and efficient server-side framework.

Database

  • Nillion - Secure computation network for decentralized trust in high-value data storage.

AI Agent

  • Warden AI Agent Kit - Framework for building AI-driven autonomous trading agents.
    • Simplifies on-chain AI-powered trading.
    • Integrates LangChain for AI-powered decision-making.

Smart Contracts

  • Base-Sepolia (ThirdWeb) - Solidity-based smart contracts for risk management and automated trading.
  • Here Is The Deployed Contract - Click Here

Demonstration

📌 Flow Diagram

graph TD;
  A[Landing Page] -->|Connect Wallet| B{First Time User?};
  B -- Yes --> C[Collect User Data & Store in Nillion];
  B -- No --> D[Fetch User Data from Database];
  C --> E[Dashboard with Real-Time Price Data];
  D --> E;
  E -->|Manage Portfolio| F[Buy/Sell Assets with AI];
  F --> G[Update Portfolio & Store in Database];
  E -->|Risk Management| H[Smart Contract on Base-Sepolia];
  H --> I[Fetch & Analyze Risk Data];
  I --> J[AI-Driven Risk Management];
  E -->|Subscription| K[Store Transaction in Database];
  K --> L{Transaction Done?};
  L -- Yes --> J;
  L -- No --> E;
Loading

Happy Trading! 🚀💰

About

TradeSync is an innovative AI-powered decentralized trading platform designed to autonomously manage cryptocurrency investments. Leveraging advanced machine learning algorithms and secure blockchain technologies, TradeSync ensures intelligent, efficient, and transparent trading experiences for users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published