PawPad is a mobile application built on Flutter that enables users to create autonomous trading agents on the Solana blockchain. These AI-powered agents can perform trades automatically based on market signals, custom strategies, and predictive models.
π Hackathon Submission for [Solana Breakthrough 2025_by_colosseum]
- π€ Autonomous Trading Agents: Create personalized trading agents that operate 24/7
- π Automated Wallet Creation: Secure Solana wallet generated for each agent
- π Smart Trading Decisions: AI-powered market analysis for buy/hold signals
- βοΈ Custom Trading Strategies: Select specific coins and timeframes for your agent to trade
- π Cross-Chain Swaps: Exchange SOL for tokens across multiple chains
- π Portfolio Management: Monitor your agent's performance and holdings
- π‘οΈ Trading Limits: Set daily limits to control your agent's trading activity
- π¬ Strategy Adaptation: Update trading parameters based on market conditions




- Frontend: Flutter, Dart
- Blockchain: Solana
- Smart Contracts: Rust
- Wallet Management: Ed25519 Key Pairs
- API Integration: Jupiter Swap API
- AI Predictions: Custom prediction models
- Data Storage: Flutter Secure Storage
- Flutter 3.16.0 or higher
- Dart SDK 3.0.0 or higher
- Android Studio / VS Code
- Solana CLI tools (optional)
Clone the repository
git clone https://github.com/ZkAGI/PawPad.git
cd pawpad
Install dependencies
flutter pub get
Run the app in development mode
flutter run
Building for Release
flutter build apk --release
flutter build appbundle
-
Agent Creation: Users create a trading agent with their preferred strategy
-
Secure Wallet: Each agent gets a dedicated Solana wallet with a secure mnemonic
-
Signal Processing: Agents check for trading signals at specific intervals:
- Bitcoin Buy & Hold - Once daily at 3 PM IST
- Autonomous Trading - Every 12 hours
- Custom Strategies - Every 8 hours
-
Intelligent Trading: When buying signals are detected, agents use Jupiter Swap API to execute trades
-
Portfolio Tracking: All transactions are recorded and tracked for performance analysis
The application uses multiple predictive models to generate trading signals:
Bitcoin Buy & Hold: Daily predictions based on market trends
Autonomous Trading: Pattern recognition for emerging opportunities
Custom Strategy: Specialized models for selected tokens and timeframes
- Launchpad where only Autonomous Agents can Participate
- More operations like Autonomous Liquidity Provisioning on Meteora or similar; onboarding specific DefAI projects to connect with PawPad Wallets
- Release App on Play store and App Store. β And Importantly, specific version for Saga Phone users.
- Suraj Venkat
- Ankita Sahu
- Aditya Chaplot
- Nikhil Kumar
- Demo Video
- Project Pitch Deck
- Prototype
- Solana Foundation for their support and resources
- Jupiter for their swap API
- Flutter Community for their excellent documentation and packages