Last updated 6 months ago
AI developers struggle to interact with Cardano due to its complex EUTXO model and lack of standardized tools, hindering innovation and adoption.
The Cardano Agent Kit bridges AI with the Cardano blockchain by turning smart contracts into AI callable tools. This enables users to interact with DeFi, NFTs, and DAOs using natural language command.
This is the total amount allocated to CAF: Open-source Agent toolkit tailored for Cardano.
Please provide your proposal title
CAF: Open-source Agent toolkit tailored for Cardano
Enter the amount of funding you are requesting in ADA
70000
Please specify how many months you expect your project to last
7
Please indicate if your proposal has been auto-translated
No
Original Language
en
What is the problem you want to solve?
AI developers struggle to interact with Cardano due to its complex EUTXO model and lack of standardized tools, hindering innovation and adoption.
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
Apache-2.0 license
Please choose the most relevant theme and tag related to the outcomes of your proposal
AI
Mention your open source license and describe your open source license rationale.
Apache License 2.0
The Apache 2.0 license is permissive, allowing free use, modification, and distribution for any purpose—commercial or non-commercial—while providing clear legal protections for contributors. It explicitly grants patent rights, which is critical for fostering trust and adoption in a technology-driven ecosystem like Cardano. This license encourages broad collaboration, enables integration into both open and closed-source project, and aligns with Catalyst’s requirements for developer tooling, ensuring maximum accessibility and long-term sustainability of the Cardano Agent Kit.
How do you make sure your source code is accessible to the public from project start, and people are informed?
The source code will be publicly hosted on GitHub from day one of the project. A dedicated repository will be created immediately upon grant approval, with all code, documentation, and development updates pushed in real time. We will announce the project launch and repository link through key Cardano community channels—including the official Cardano Forum, Telegram groups, and X (Twitter)—to ensure immediate visibility. Regular updates, milestones, and tutorials will be shared to keep the community informed and engaged from the outset.
How will you provide high quality documentation?
We will provide high-quality documentation by creating comprehensive, clear, and beginner-friendly guides hosted on a dedicated website. This includes step-by-step setup instructions, API references, code examples, and real-world use cases. We will also produce video tutorials and maintain an actively updated GitHub README. All documentation will be written in plain language, version-controlled, and open to community contributions via pull requests to ensure accuracy and continuous improvement.
Please describe your proposed solution and how it addresses the problem
Diagram:
The Cardano Agent Kit is a next-generation, open-source framework designed to bridge the gap between artificial intelligence and the Cardano blockchain. It enables developers and end users to build AI-powered agents that can autonomously interact with Cardano’s ecosystem—including wallets, smart contracts, DeFi protocols, NFTs, and DAOs—using natural language commands. Unlike existing tools that are tightly coupled to a single LLM or limited to basic queries, this framework is modular, extensible, and LLM-agnostic, built on open standards like the Model Context Protocol (MCP) and CIP-0057 (Aiken Blueprints) to ensure long-term sustainability and interoperability.
Architecture & How the Toolkit is Built
The system is structured into four clear, decoupled layers, enabling flexibility, security, and scalability:
1. Interfaces (User Entry Points)
This is the user-facing layer, where interactions begin. It includes:
These interfaces do not contain business logic—they forward requests to the core agent engine.
This is the heart of the system, responsible for orchestrating AI reasoning and secure execution.
Supports multiple LLMs (GPT-4, Claude, LLaMA via Ollama). The system dynamically selects the best model based on task type (e.g., GPT for natural language, a fine-tuned LLaMA for Plutus logic).
Implements the Model Context Protocol (MCP), an open standard for connecting LLMs to external tools. When the AI decides an action is needed (e.g., "get UTXOs"), it calls an MCP tool, which the server routes to the correct plugin.
Dynamically loads and manages plugins (e.g., blockfrost-tools, aiken-contract-runner). Developers can add new tools without modifying the core.
Ensures safety by:
Sanitizing inputs to prevent prompt injection.
Managing API keys (Blockfrost, CoinMarketCap) securely.
Requiring user confirmation for high-risk actions (e.g., fund transfers).
Supporting offline signing via CIP-30 wallets (e.g., Nami, Eternl) for maximum security.
API Endpoints (Actionable Tools)
Each endpoint is a MCP-compliant plugin that performs a specific function:
Tools like getUtxosByAddress, getTransactionHistory, submitTransaction.
Powered by CIP-0057 plutus.json schemas. A developer compiles an Aiken contract, runs aiken blueprint mcp-export, and the framework automatically generates an MCP tool (e.g., callValidator). The agent can then invoke contract functions like mintNFT or claimReward without knowing Plutus.
Plugins for getAssetPrice (CoinMarketCap), getPoolLiquidity (Minswap), or fetchCatalystProposal.
Enterprises can plug in internal databases or research tools (e.g., "Check if this project passed our internal audit").
The final layer connects to real-world data:
Workflow Example: Voting on a Catalyst Proposal
The Cardano Agent Kit is not just a tool—it’s a foundation for an intelligent, automated, and user-friendly Web3 ecosystem on Cardano.
Please define the positive impact your project will have on the wider Cardano community
1. Dramatically Lower Barriers to Entry for Developers
2. Accelerate dApp Development & Innovation
3. Empower Non-Technical Users with AI Assistants
Set a New Standard for AI-Blockchain Integration on Cardano
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 capability is built on relevant technical expertise, a history of successfully delivering funded projects in the AI space, and proactive validation of our proposed architecture.
We have proven our capabilities and responsibilities in the previous project: https://projectcatalyst.io/funds/13/cardano-open-developers/cardano-easydev-vs-tool
This is our commitment to contribute products to the Cardano ecosystem
Here are our team members:
Cuong Vo - AI Engineer ( Project Lead )
linkedin : https://www.linkedin.com/in/vo-nhat-cuong/
Github : https://github.com/vonhatcuong
Hien Phan ( Web3 Engineer, top prize winners at Orainchain global hackathon, SUI
hackathon, NEAR hackathon, AI global hackathon)
Github : https://github.com/hienphv
Mr Tung Le: Smart contract developer, winner of SUI hackathon, NEAR hackathon, Algorand hackathon
Github : https://github.com/tung-lee
Mr Thang Le: Smart contract developer, winner of NEAR hackathon; ex-blockchain research at CMC corporation; experienced with multiple blockchain ecosystem
I intend to validate the feasibility of my approach through a combination of working prototypes, incremental development, and real-world testing.
First, I have already built a functional prototype of the MCP server that successfully communicates with LLMs and executes basic blockchain queries (e.g., getBalance, getUtxos) via Blockfrost. This proves the core concept of using MCP to bridge AI and Cardano is technically sound.
Second, the project is structured into modular milestones, starting with foundational components (MCP integration, transaction handling) before advancing to complex features (Aiken contract interaction, CIP-30 wallet signing). Each milestone will be tested in isolation using unit and integration tests, ensuring reliability at every stage.
Third, I will use existing, mature tools and libraries — such as cardano-serialization-lib, @blockfrost/blockfrost-js, and the official MCP SDK — which are well-documented and widely used in the ecosystem, reducing technical risk.
Finally, I will conduct public test deployments (e.g., the X/Twitter bot and Web App) and invite community feedback early, ensuring the solution meets real user needs. Continuous validation through working demos, GitHub transparency, and milestone reviews will confirm feasibility throughout development
Milestone Title
Design System & Technology Stack Finalization
Milestone Outputs
A comprehensive Design System for developer-facing interfaces, including:
Finalized Technology Stack for full-stack development:
Public GitHub repository initialized with:
Acceptance Criteria
The framework must successfully:
Evidence of Completion
Delivery Month
1
Cost
25000
Progress
40 %
Milestone Title
Smart Contract & Wallet Integration
Milestone Outputs
Acceptance Criteria
Evidence of Completion
Delivery Month
2
Cost
21000
Progress
30 %
Milestone Title
Full Stack Integration & Agent Deployment
Milestone Outputs
Acceptance Criteria
Evidence of Completion
Delivery Month
2
Cost
13500
Progress
20 %
Milestone Title
Final Deployment & Project Close-Out
Milestone Outputs
Production Deployment of Cardano Agent Kit v1.0:
Comprehensive Technical Documentation:
Project Close-Out Report:
Project Close-Out Video:
Acceptance Criteria
Evidence of Completion
Delivery Month
1
Cost
10500
Progress
10 %
Please provide a cost breakdown of the proposed work and resources
https://docs.google.com/spreadsheets/d/1LtXwcnAOZfnGDNhgJZenc5FnXikN8sGXR9JzhuYIPEs/edit?usp=sharing
The detailed budget breakdown per tasks in each milestone can be seen in below google sheet
Milestone 1: Design System & Technology Stack Finalization [25,000 ADA]
Milestone 2: Core Framework & AI Agent Development [21,000 ADA]
Milestone 3: Full Stack Integration & Agent Deployment [13,500 ADA]
Milestone 4: Final Deployment & Project Close-Out [10,500 ADA]
How does the cost of the project represent value for the Cardano ecosystem?
The 70,000 ADA investment delivers exceptional value for the Cardano ecosystem by creating Cardano Agent Kit — a foundational, open-source framework that bridges AI and blockchain. This project enables developers and non-technical users to interact with Cardano using natural language, significantly lowering entry barriers. It unlocks new use cases in DeFi, NFTs, and Catalyst governance through secure, automated agents.
Unlike one-off dApps, this toolkit is a reusable infrastructure that any project can build upon, multiplying its impact. By integrating Aiken (CIP-0057) and CIP-30 wallets via the open Model Context Protocol (MCP), it sets a new standard for interoperability and developer experience. The result is accelerated innovation, increased participation, and long-term ecosystem growth — all from a single, cost-efficient investment. With full transparency, public code, and community-driven adoption, this project offers lasting value far exceeding its cost.
Terms and Conditions:
Yes
Here are our team members:
Cuong Vo - Al Engineer ( Project Lead) |
• linkedin : https://www.linkedin.com/in/vo-nhat-cuong/
• Github : https://github.com/vonhatcuong
Hien Phan (, Web3 Engineer, top prize winners at Orainchain global hackathon, SUI hackathon, NEAR hackathon, Al global hackathon)
• Github : https://github.com/hienphv
Mr Tung Le: Founder of Cardano EasyDev tooling, Smart contract developer, Cardano Aiken developer , Lecturer Cardano Aiken developer courses
• Github : https://github.com/tung-lee
• Eassy devtool: https://github.com/Innovate-Lab/cardano-easydev-vstool-frontend-extension
Mr Thang Le: Cardano Aiken developer, Lecturer Cardano Aiken developer courses, winner of NEAR hackathon; ex-blockchain research at CMC corporation; experienced with multiple blockchain ecosystem