Move Agent Kit
  • Introduction
  • Getting Started
  • Examples & Usecases
  • Create your own tools
Powered by GitBook
On this page
  • Examples and Use Cases
  • Interactive Wallet Chatbot
  • Multi-Agent System (LangGraph Based)
  • Wallet Guardian (Freysa-like AI)
  • Telegram Bot Starter Pack

Examples & Usecases

PreviousGetting StartedNextCreate your own tools

Last updated 3 months ago

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:

Multi-Agent System (LangGraph Based)

A system of specialized AI agents working together to perform complex blockchain operations and bull post on twitter:

  • Manager Agent: Coordinates decisions and tasks

  • Read Agent: Read data from the aptos blockchain about joule finance

  • Tweet Writer Agent: Write bull posts about various onchain data

  • X Post Agent: Post tweets on X/Twitter

Wallet Guardian (Freysa-like AI)

An AI based on Game where users have to blackmail an AI Agent into giving them all of its APT

  • Login with Google

  • Each user is allowed up to 10 messages

  • Try to jailbreak the AI Agent and get your reward

Telegram Bot Starter Pack

Telegram bot starter pack using Move agent kit

  • Manage user's encrypted private keys

  • Support various message formats

GitHub:

GitHub:

GitHub:

https://github.com/MetaMove/move-agent-kit/tree/main/examples/chat-agent
https://github.com/MetaMove/move-agent-kit/tree/main/examples/langgraph-agent
https://github.com/MetaMove/wallet-guardian-agent
https://github.com/MetaMove/tg-bot-starter