Examples & Usecases

Examples and Use Cases

Interactive Wallet Chatbot

A natural language interface for interacting with Move-based blockchains. Users can send commands in plain English to perform blockchain operations.

Features:

  • Send/receive tokens and NFTs

  • Check balances and transaction history

  • Create NFT collections

  • Interact with DeFi protocols

GitHub: https://github.com/MetaMove/move-agent-kit/tree/main/examples/chat-agent

Multi-Agent System (LangGraph Based)

A system of specialized AI agents working together to perform complex blockchain operations:

  • Orchestrator Agent: Coordinates decisions and tasks

  • Read Agent: Read data from blockchain

  • Action Agent: Executes blockchain transactions

GitHub: Coming soon

Last updated