Overview
What is Move Agent Kit?
Move Agent Kit is an open-source toolkit that connects AI agents to Move/Aptos blockchains, providing a unified interface for token, NFT, and DeFi operations. It is designed for developers building AI-powered blockchain applications.
How to use Move Agent Kit?
Install via npm (npm install move-agent-kit) or clone from source, configure environment variables (APTOS_PRIVATE_KEY, optionally ANTHROPIC_API_KEY, OPENAI_API_KEY, PANORA_API_KEY), then initialize AgentRuntime with a signer and use createAptosTools to get LangChain-compatible tools.
Key features of Move Agent Kit
- Token transfer, mint, and burn operations
- NFT collection creation, mint, transfer, burn
- Read and parse blockchain data and events
- Account management with transaction and message signing
- Native integration with DeFi protocols (Joule, Amnis, Thala, etc.)
- LangChain and LangGraph integration for AI agent workflows
Use cases of Move Agent Kit
- Build an interactive wallet chatbot with natural language commands
- Create a multi-agent system for DeFi operations and social media posting
- Develop a wallet guardian game where users try to jailbreak an AI agent
- Launch a Telegram bot with encrypted wallet management and blockchain interactions
FAQ from Move Agent Kit
What is Move Agent Kit?
Move Agent Kit is a comprehensive toolkit that simplifies AI agents' interactions with Move-based blockchains, offering token, NFT, and account management capabilities.
How do I install Move Agent Kit?
Install via npm: npm install move-agent-kit. Alternatively, clone the repository from GitHub and run npm i from the source directory.
Which protocols does Move Agent Kit support?
It supports Joule, Amnis, Thala, Echelon, LiquidSwap, Panora, Aries, and Echo, covering lending, borrowing, staking, DEX, and aggregation operations.
What are the runtime dependencies?
You need Node.js, an Aptos private key, and optionally API keys for Anthropic, OpenAI, and Panora. The toolkit uses LangChain and LangGraph for AI agent integration.
Where can I find full documentation?
Full documentation is available at the MetaMove GitBook documentation page: https://metamove.gitbook.io/move-agent-kit.