This tool exists outside of the main LangChain repository here.Please use caution when linking wallets to external providers and make sure they are trusted.
Overview
Create agents that can:- Send and receive payments
- Purchase physical and digital goods and services
- Engage in various investment strategies:
- Earn yield
- Bet on prediction markets
- Purchase crypto assets
- Tokenize any asset
- Get financial insights
How it works
GOAT leverages blockchains, cryptocurrencies (such as stablecoins), and wallets as the infrastructure to enable agents to become economic actors:- Give your agent a wallet
- Allow it to transact anywhere
- Use more than +200 tools
- Create your own plugin
- Integrate a new chain
- Integrate a new wallet
- Integrate a new agent framework
Setup
- Install the core package and langchain adapter:
- Install the type of wallet you want to use (e.g solana):
- Install the plugins you want to use in that chain:
Instantiation
Now we can instantiate our toolkit:Related
- Tool conceptual guide
- Tool how-to guides