Last updated 7 months ago
Cardano users face fragmented tools and lack real-time alerts. Managing wallets, DeFi stats, NFTs, and airdrops requires multiple apps, making adoption harder.
AdaPulse is a Telegram Bot for multi-wallet tracking, DeFi APR alerts, NFT floor updates, and airdrop detection—all in real-time, simple chat-based UX.
This is the total amount allocated to AdaPulse.
Please provide your proposal title
AdaPulse
Enter the amount of funding you are requesting in ADA
38000
Please specify how many months you expect your project to last
6
Please indicate if your proposal has been auto-translated
Yes
Original Language
en
What is the problem you want to solve?
Cardano users face fragmented tools and lack real-time alerts. Managing wallets, DeFi stats, NFTs, and airdrops requires multiple apps, making adoption harder.
Does your project have any dependencies on other organizations, technical or otherwise?
No
Describe any dependencies or write 'No dependencies'
No dependencies
Will your project's outputs be fully open source?
Yes
License and Additional Information
All project outputs will be fully open source from day one, hosted on a public GitHub repository. This includes backend code, smart contracts, demo scripts, and documentation. We will use the Apache 2.0 license, which is OSI-approved and allows the community to freely use, copy, modify, and distribute the code. This ensures transparency, reproducibility, and long-term value for the Cardano ecosystem.
Please choose the most relevant theme and tag related to the outcomes of your proposal.
DeFi
Describe what makes your idea innovative compared to what has been previously funded (whether by you or others).
AdaPulse is innovative because it unifies wallet monitoring, DeFi stats, NFT tracking, and airdrop alerts into one lightweight Telegram bot. Unlike existing dashboards or bots limited to single features, AdaPulse delivers real-time alerts and a simple chat-based UX, lowering entry barriers and driving adoption.
Describe what your prototype or MVP will demonstrate, and where it can be accessed.
The MVP will demonstrate multi-wallet monitoring, token balance, deposit/withdraw alerts, and airdrop detection. Users can access it directly via Telegram bot with no extra setup. Public GitHub repo and demo videos will showcase core features and allow early community testing.
Describe realistic measures of success, ideally with on-chain metrics.
• 1,000+ wallets added in first 3 months
• 500+ alerts triggered (tx, APR, NFT)
• 200+ unique active users
• Open-source repo with contributions
• Increased on-chain activity (tx counts, NFT trades, DeFi pool interactions) traceable via Cardano explorers.
Please describe your proposed solution and how it addresses the problem
AdaPulse provides a lightweight Telegram bot that unifies wallet monitoring, DeFi tracking, NFT alerts, and airdrop detection into one simple chat interface. Users can add multiple wallets, check balances, tokens, and NFTs, and set custom rules for alerts. The bot delivers real-time notifications on deposits, withdrawals, APR changes, floor price movements, and suspicious new assets. Built on APIs (Blockfrost, Maestro, TapTools) with Telegraf.js backend, it ensures instant, reliable updates. Unlike complex dashboards, AdaPulse lowers the barrier for everyday users by providing Cardano portfolio management directly in Telegram.
Please define the positive impact your project will have on the wider Cardano community
AdaPulse directly improves the Cardano user experience by making DeFi and NFT participation easier, more transparent, and safer. By offering real-time alerts, users can respond quickly to market changes, avoid missing opportunities, and increase engagement with pools and marketplaces. For newcomers, a Telegram-native interface provides a familiar entry point, reducing onboarding friction. In the long run, this strengthens community growth, stimulates on-chain activity, and fosters higher adoption rates across Cardano DeFi and NFT ecosystems.
What is your capability to deliver your project with high levels of trust and accountability? How do you intend to validate if your approach is feasible?
Our team combines expertise in backend development, API integration, smart contract queries, bot building, and UX design. We have prior experience building bots and data pipelines with Node.js, Telegraf.js, and Blockfrost/Maestro APIs, ensuring technical feasibility. The project will be delivered transparently with milestones, public GitHub repos, and open documentation. Progress will be validated through working prototypes, community testing, and measurable KPIs such as active wallets, triggered alerts, and user adoption stats. This approach ensures trust, accountability, and realistic delivery within 6 months.
Milestone Title
MVP Wallet Monitoring & Alerts
Milestone Outputs
• Telegram Bot live with wallet add/remove (multi-wallet support).
• Real-time monitoring of ADA + native tokens.
• Deposit/withdraw alerts and balance tracking.
• Basic airdrop detection: flagging new assets in wallet.
• API integration with Blockfrost/Maestro for reliable on-chain data.
Acceptance Criteria
• User can add ≥3 wallets and see balances within bot.
• Alerts trigger <30s after an on-chain transaction.
• Airdrop detection flags ≥90% of new incoming assets.
• Bot is stable for ≥100 concurrent users.
Evidence of Completion
• Public GitHub repo with code + setup docs.
• Demo video of wallet monitoring & alert flow.
• Test logs showing alert speed and detection accuracy.
• Live Telegram Bot for community testers.
Delivery Month
2
Cost
13300
Progress
30 %
Milestone Title
NFT & DeFi Tracking
Milestone Outputs
This milestone delivers the full NFT and DeFi tracking layer for AdaPulse. On the NFT side, we will integrate collection-level data from public Cardano endpoints (e.g., TapTools/OpenCNFT equivalents) to fetch floor price, 24h/7d volume, sales count, and top sales by policy ID. Users can subscribe to collections and configure rule-based alerts such as “floor ±X%”, “volume spikes”, or “whale sales above Y ADA.” We’ll add caching (Redis) and backoff to respect API rate limits, plus a lightweight history store (Postgres) to compute deltas reliably. On the DeFi side, we will consume price/APR feeds from at least two DEXes (e.g., Minswap, WingRiders) and/or oracle endpoints to track pool APR, TVL changes, and liquidity shifts. Users can set alerts like “APR drops below X%” or “TVL −Y% in Z minutes.” Telegram UX includes commands for /add_collection, /remove, /list_rules, /set_apr_alert, and an inline summary card showing the latest floor/APR snapshot. We’ll ship unit tests for alert evaluation, error handling for stale data, and clear docs so the community can extend new collections or pools.
Acceptance Criteria
• Bot supports ≥5 NFT collections (each identified by policy ID) with live floor, volume, and sales metrics; data refresh ≤60s for watched items.
• DeFi integration covers ≥2 DEX pool sources; APR and TVL are updated continuously with alert latency ≤60s from change detection.
• Users can create ≥3 rule types per feature (NFT: floor %, volume spike, whale sale; DeFi: APR threshold, TVL % drop, liquidity change) and manage them via Telegram commands.
• The alert engine correctly evaluates rules with ≥95% precision on back-tested scenarios and handles ≥200 active wallets/subscriptions with uptime ≥99% over a rolling 7-day test.
• Redis caching and retry/backoff prevent rate-limit bans; no critical errors recorded in logs during a 48-hour soak test.
• Documentation covers setup, commands, rule syntax, and how to add a new collection/pool via config or PR.
Evidence of Completion
• Public GitHub repo updated with NFT/DeFi modules, alert engine code, configuration examples, and automated tests (coverage report included).
• Runbook & README detailing environment variables, API keys, rate-limit policy, and command list (/add_collection, /set_apr_alert, /list_rules, etc.).
• Demo video showing: subscribing to a collection and a pool → triggering floor/APR changes (via mocked feeders) → receiving Telegram alerts in real time.
• Test artifacts: logs from a 48-hour soak test (uptime, latency, error rates), sample Redis/DB snapshots demonstrating cached metrics and rule states, and a back-test report confirming ≥95% alert precision on recorded market movements.
• Community validation: at least 20 external testers invited to a closed test group; feedback summary documented as an issue thread with tracked fixes.
Delivery Month
1
Cost
9500
Progress
20 %
Milestone Title
Advanced Rules & Community Beta
Milestone Outputs
• Complex alert rules (multi-wallet + multi-condition).
• Cross-notification to Discord/Slack via webhook.
• Community beta program with public onboarding.
• Initial AI-assisted anomaly detection (suspicious token flags).
Acceptance Criteria
• Users configure ≥3 layered rules per wallet.
• Discord/Slack webhook tested successfully.
• More than ≥50 community users onboarded in beta test.
• AI detector flags at least 70% of suspicious tokens.
Evidence of Completion
• Repo updated with rule engine + webhook code.
• Video demo of complex alerts & webhook.
• Beta test report with community feedback.
• Documented improvement backlog for next phase.
Delivery Month
2
Cost
7600
Progress
20 %
Milestone Title
Web Dashboard & Multi-Chain Expansion
Milestone Outputs
• Lightweight web dashboard (Next.js) for portfolio visualization & alert config.
• Export feature: CSV/JSON for transactions + alerts.
• Exploratory integration with at least 1 extra chain (Sui or Solana).
• Public community workshop + docs release.
Acceptance Criteria
• A functioning web dashboard (Next.js) is deployed on a public test URL (e.g., Vercel/Netlify), allowing wallet-based login and rule configuration for at least 3 alert types (NFT floor %, APR threshold, transaction alerts).
• Dashboard provides real-time sync with the Telegram bot; changes in rules made via dashboard reflect immediately in bot alerts.
• Portfolio analytics include: wallet asset allocation, historical token balance chart, and NFT floor trendline for at least 5 collections.
• Export feature generates valid CSV and JSON files containing transaction, APR, and floor data for user-selected timeframes.
• Cross-chain connector: at least one additional chain integrated (e.g., Sui wallet or Solana RPC) with basic balance and transfer tracking. Framework is modular so developers can add other chains easily.
• Multi-channel alerts: webhook delivery works to Discord and Slack, tested with sample communities.
• Uptime during 7-day beta test ≥99% with stable performance under ≥300 active users.
Evidence of Completion
• GitHub repo updated with Next.js dashboard code, connector framework, and documentation explaining how to add new chains.
• Public demo URL (testnet) showing functional login, rule setup, portfolio analytics, and alert exports.
• Screenshots and video demo of a user configuring alerts via dashboard → receiving both Telegram and Discord/Slack notifications.
• Integration test logs proving multi-chain connector retrieves balances/tx on Cardano + at least 1 other chain.
• Community test group (≥30 users) given dashboard access, feedback collected via GitHub issues or survey.
• Final report including uptime logs, export samples, and roadmap notes for full production release.
Delivery Month
1
Cost
7600
Progress
30 %
Please provide a cost breakdown of the proposed work and resources
The total requested budget is ₳38,000, distributed across 4 milestones:
• Milestone 1 (30% – ₳13,300): Core backend development and API integration (Blockfrost, Maestro, TapTools), database setup, and wallet monitoring logic.
• Milestone 2 (20% – ₳7,600): Bot & frontend development (Telegram flows, Telegraf.js), initial alert system, and integration with price feeds.
• Milestone 3 (20% – ₳7,600): NFT and DeFi tracking modules, APR monitoring, floor price alerts, and community testing.
• Milestone 4 (30% – ₳9,500): Web dashboard (Next.js), advanced features (multi-wallet rules, Discord/Slack integration), documentation, and community workshops.
How does the cost of the project represent value for the Cardano ecosystem?
AdaPulse delivers strong value to the Cardano ecosystem by creating a daily-use, open-source tool that increases user engagement in DeFi and NFT markets. By leveraging Telegram, it offers low-friction adoption for mainstream users while ensuring transparency and extensibility. The requested budget is modest compared to the potential impact: increasing on-chain activity, simplifying onboarding for new users, and providing reusable open-source components for future projects. Funds directly translate into working software, community adoption, and open-source contributions, not speculative outputs.
Terms and Conditions:
Yes
Our team consists of five complementary roles, combining technical, design, and AI expertise to deliver CardSynth successfully:
Frontend Developer (FE): Responsible for building the user-facing interface (React/Tailwind), ensuring an intuitive wizard flow for dataset generation and NFT minting. They will also create dashboards for community interaction and visual feedback.
Backend Developer (BE): Leads the development of the Express/TypeScript backend, implementing APIs for AI dataset generation, validation scripts, and integration with storage providers (Irys/IPFS).
Smart Contract Developer: Designs and deploys Plutus contracts for NFT minting and the bounty/donation system. Ensures contract efficiency, security, and compatibility with Cardano testnet/mainnet.
Designer: Creates a clean, professional UI/UX and branding for CardSynth. Delivers workshop materials, slide decks, and visual content to improve adoption and community engagement.
AI Developer: Integrates AI models (Gemini, Hugging Face datasets), fine-tunes prompts, and develops verification scripts for dataset quality. Works on extending functionality towards the future Data Quality Verification Layer.