Jumpa is a next-generation autonomous finance ecosystem built for the PL_Genesis: Frontiers of Collaboration hackathon. It combines the power of Claude 4.5 Sonnet with the high-performance Flow EVM to create a seamless, agent-native financial experience.
The Jumpa ecosystem is divided into two primary high-performance components:
An AI-first, mobile-optimized interface built with React 19, Tailwind v4, and Framer Motion 12.
- Highlights: 3rike AI chat interface, PunchSwap V2 integration, and sovereign onboarding flows.
A robust TypeScript engine that drives the intelligence and security of the system.
- Highlights: Claude 4.5 Sonnet Intent Parsing, AES-256-GCM sovereign key management, and Flow EVM settlement layer.
Jumpa addresses three core frontiers of collaboration:
- AI & Robotics: Converting natural language financial intent into autonomous on-chain actions.
- Crypto & Economic Systems: Enabling high-efficiency token swaps and multi-chain economy coordination on Flow.
- Infrastructure & Digital Rights: Ensuring user sovereignty through encrypted, self-custodial key management.
To run the entire ecosystem locally:
-
Start the Backend Engine:
cd jumpa-backend-ts && npm install && npm run dev # Runs on http://localhost:3001
-
Start the Frontend Interface:
cd jumpa-frontend-ts && npm install && npm run dev # Runs on http://localhost:5173