Skip to content

ianDAOs/agent-banked

Repository files navigation

AI Agent that can bank itself using OpenAI and Syndicate

This example shows how to use OpenAI and Syndicate to create an AI Agent that can bank itself and send crypto transactions. In this example, the GPT manages its own Gnosis Safe multisig wallet with USDC on Base (Coinbase's L2). Based on the user's suggestions, the AI Agent may decide to do something with its funds like donate to organizations it cares about.

Requirements

To create locally, you'll need to clone the repository and set up the following environment variables:

  • SYNDICATE_API_KEY – your Syndicate API key (you can get one here)
  • PROJECT_ID – the ID of your project in Syndicate (you can create one here)
  • OPENAI_API_KEY – your OpenAI API key (you can get one here)

Tech Stack

This is built on the following stack:

Author