Team Ydun - Blockchain Grand Challenge Hackathon Submission
Block and Order is an AI-powered compliance co-pilot that provides real-time, explainable security intelligence for blockchain interactions. Our solution, KIT 2020s, delivers a unified dashboard that democratizes advanced threat detection.
- Proactive Protection: Check before you interact
- Explainable AI: Clear reasoning for every alert
- Multi-Vector Analysis: Wallets, URLs, contracts, and deep research
- Accessible Interface: Complex compliance made simple
This repository contains the backend architecture and AI agent workflows for the KIT 2020s system:
βββ Block-Order-Team-Ydun/ # Main project repository
β βββ docs/ # Documentation files
β βββ KIT 2020s - Optimized Hackathon Submission.pdf
β βββ kit_2020s_submission.md
β βββ YDUN.pptx
β
βββ n8n workflows/ # n8n workflow definitions
βββ kitt_with_webhook.json # LLM-powered KITT agents with webhook triggers
βββ deepresearch.json # Deep research workflow for blockchain data analysis
βββ README.md # Workflow documentation
KIT 2020s implements a modular AI agent architecture using n8n Cloud as the orchestration layer:
Frontend Dashboard β n8n Orchestrator β Specialized Agents β Unified Response
- Input Classifier Agent: Automatically detects input type (wallet/URL/contract)
- Dynamic Router: Selects appropriate analysis pipeline
- Specialized Agent Pipelines:
- Wallet Agent: Cross-references Chainabuse, OFAC, Real-CATS via Compilot API
- URL Agent: AI-powered phishing and malware detection (OpenAI)
- Contract Agent: Smart contract vulnerability analysis (Ollama)
- Deep Research Agent: Multi-source intelligence gathering
- Response Formatter: Standardizes output with risk scores and explanations
- Submission Document: See
Block-Order-Team-Ydun/docs/kit_2020s_submission.mdfor detailed project information - Presentation: View
Block-Order-Team-Ydun/docs/YDUN.pptxfor the project presentation - Workflow Documentation: See
n8n workflows/README.mdfor information on the n8n workflows
- James - Lead Architect & Strategy
- Mansoor - Backend Development & RPC Integration
- Johan - UI/UX Design & Frontend Development
- Support Team - DevOps & Quality Assurance
- Live Demo: www.kitt.agency
- Frontend Repository: https://github.com/Jimmyh-world/KITT
MIT License