Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.46 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.46 KB

AI Auction Agent

The AI Auction Agent is a blockchain-integrated tool designed to interact with smart contracts, specifically for managing NFT auctions. This agent can create, bid on, and finalize auctions, making it a versatile solution for handling blockchain-based NFT transactions.

Key Features

  • Support for various on-chain actions:

    • Faucet for testnet funds
    • Getting wallet details and balances
    • Transferring and trading tokens
    • Registering Basenames
    • Deploying ERC-20 tokens
    • Deploying ERC-721 tokens and minting NFTs
    • Buying and selling Zora Wow ERC-20 coins
    • Deploying tokens on Zora's Wow Launcher (Bonding Curve)
    • Sending minted NFT to auction

Examples

  • AuctionAgent: Simple example of a Chatbot that can perform complex onchain interactions, using OpenAI.

Repository Structure

cdp-agentkit-core

Core primitives and framework-agnostic tools that are meant to be composable and used via CDP Agentkit framework extensions (ie, cdp-langchain). See CDP Agentkit Core to get started!

cdp-langchain

Langchain Toolkit extension of CDP Agentkit. Enables agentic workflows to interact with onchain actions. See CDP Langchain to get started!