Skip to content

Commit 6f37e2c

Browse files
committed
Update READMEs
1 parent d0a6a4f commit 6f37e2c

File tree

3 files changed

+93
-67
lines changed

3 files changed

+93
-67
lines changed

README.md

+37-28
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,31 @@
3737
- [🤝 Community](#-community)
3838

3939
# 🐐 Overview
40-
GOAT (Great Onchain Agent Toolkit) is the **largest library of onchain tools** for your AI agent:
40+
GOAT is the **largest agentic finance toolkit** for AI agents.
4141

42+
**Create agents that can:**
43+
- Send and receive payments
44+
- Purchase physical and digital goods and services
45+
- Engage in various investment strategies:
46+
- Earn yield
47+
- Bet on prediction markets
48+
- Purchase crypto assets
49+
- Tokenize any asset
50+
- Get financial insights
51+
52+
**How it works**
53+
54+
GOAT leverages blockchains, stablecoins, and smart wallets as the infrastructure to enable agents to transact anywhere:
4255
1. Give your agent a **[wallet](https://github.com/goat-sdk/goat/tree/main#chains-and-wallets)**
43-
2. Allow it to transact on **[any chain](https://github.com/goat-sdk/goat/tree/main#chains-and-wallets)**
44-
3. Use more than **[+200 onchain tools](https://github.com/goat-sdk/goat/tree/main#tools)**
56+
2. Allow it to transact **[anywhere](https://github.com/goat-sdk/goat/tree/main#chains-and-wallets)**
57+
3. Use more than **[+200 tools](https://github.com/goat-sdk/goat/tree/main#tools)**
4558
4. Use it with **[any agent framework](https://github.com/goat-sdk/goat/tree/main#agent-frameworks)** of your choice
4659

4760
See everything GOAT supports [here](#️-supported-tools-and-frameworks).
4861

49-
**Create agents that can**
50-
- Transfer funds between wallets
51-
- Swap tokens
52-
- Make bets on Polymarket
53-
- Create and manage DeFi positions
54-
- Create, buy and sell NFTs
55-
- Purchase physical assets onchain with crypto
56-
- Get onchain insights
57-
5862
**Lightweight and extendable**
5963

60-
Different from other agent kits, GOAT is designed to be lightweight and extendable by keeping its core minimal and allowing you to **install only the tools you need**.
64+
Different from other toolkits, GOAT is designed to be lightweight and extendable by keeping its core minimal and allowing you to **install only the tools you need**.
6165

6266
If you don't find what you need on our more than 200 integrations you can easily:
6367
1. Create your own plugin
@@ -67,8 +71,6 @@ If you don't find what you need on our more than 200 integrations you can easily
6771

6872
See how to do it [here](#-contributing).
6973

70-
71-
7274
**License**
7375

7476
GOAT is free software, MIT licensed.
@@ -80,21 +82,26 @@ GOAT is free software, MIT licensed.
8082
## 📘 Typescript
8183

8284
- **By use case**
83-
- Send and receive tokens [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-send-and-receive-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-send-and-receive-tokens), [Chromia](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/chromia-send-and-receive-tokens), [Cosmos](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/cosmos-send-and-receive-tokens), [Fuel](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/fuel-send-and-receive-tokens), [Radix](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/radix-send-and-receive-tokens), [Zetrix](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/zetrix-send-and-receive-tokens)]
84-
- Swap tokens [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-swap-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-swap-tokens)]
85-
- Create and manage DeFi positions [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-defi-agent), [Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-defi-agent)]
86-
- Mint NFTs [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-mint-nft), [Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-mint-nft)]
87-
- Make bets on Polymarket [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-bet-on-polymarket)]
88-
- Launch a token on Pump.fun [[Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-launch-token)]
89-
- Purchase any item on Amazon [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-purchase-on-amazon), [Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-purchase-on-amazon)]
85+
- **Money transmission**
86+
- Send and receive payments [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-send-and-receive-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-send-and-receive-tokens), [Chromia](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/chromia-send-and-receive-tokens), [Cosmos](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/cosmos-send-and-receive-tokens), [Fuel](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/fuel-send-and-receive-tokens), [Radix](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/radix-send-and-receive-tokens), [Zetrix](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/zetrix-send-and-receive-tokens)]
87+
- **Commerce**
88+
- Purchase any item on Amazon [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-purchase-on-amazon), [Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-purchase-on-amazon)]
89+
- **Investing**
90+
- Earn yield [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-defi-agent), [Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-defi-agent)]
91+
- Prediction markets [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-bet-on-polymarket)]
92+
- Purchase crypto assets [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-swap-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-swap-tokens)]
93+
- **Tokenization**
94+
- Tokenize non-fungible assets [[EVM](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/evm-mint-nft), [Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-mint-nft)]
95+
- Tokenize fungible assets [[Solana](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-use-case/solana-launch-token)]
9096
- **By framework**
9197
- [Vercel AI](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-framework/vercel-ai)
9298
- [Langchain](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-framework/langchain)
93-
- [Eliza Agent](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-framework/eliza)
94-
- [GAME Agent](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-framework/virtuals-game)
99+
- [LlamaIndex](https://github.com/goat-sdk/goat/tree/main/typescript/packages/adapters/llamaindex)
95100
- [MCP (Model Context Protocol)](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-framework/model-context-protocol)
96101
- [Voice agent with ElevenLabs](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-framework/eleven-labs)
97-
- [GPT with REST API](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-framework/chatgpt)
102+
- [OpenAI GPT via REST API](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-framework/chatgpt)
103+
- [Eliza Agent](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-framework/eliza)
104+
- [GAME Agent](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-framework/virtuals-game)
98105
- **By wallet**
99106
- [Crossmint Smart Wallets](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-wallet/crossmint-smart-wallets)
100107
- [Crossmint Custodial Wallets](https://github.com/goat-sdk/goat/tree/main/typescript/examples/by-wallet/crossmint-solana-custodial-wallets)
@@ -105,9 +112,11 @@ GOAT is free software, MIT licensed.
105112

106113
## 🐍 Python
107114
- **By use case**
108-
- Send and receive tokens [[EVM](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/evm-send-and-receive-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/solana-send-and-receive-tokens)]
109-
- Swap tokens [[EVM](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/evm-swap-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/solana-swap-tokens)]
110-
- Deposit USDC into Lulo Yield Platform [[Solana](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/solana-usdc-yield-deposit)]
115+
- **Money transmission**
116+
- Send and receive payments [[EVM](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/evm-send-and-receive-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/solana-send-and-receive-tokens)]
117+
- **Investing**
118+
- Generate yield [[Solana](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/solana-usdc-yield-deposit)]
119+
- Purchase crypto assets [[EVM](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/evm-swap-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/solana-swap-tokens)]
111120
- **By framework**
112121
- [Langchain](https://github.com/goat-sdk/goat/tree/main/python/examples/by-framework/langchain)
113122
- [OpenAI Agents SDK](https://github.com/goat-sdk/goat/tree/main/python/examples/by-framework/openai-agents-sdk)

python/README.md

+23-15
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,31 @@
3131
- [🤝 Community](#-community)
3232

3333
# 🐐 Overview
34-
GOAT (Great Onchain Agent Toolkit) is the **largest library of onchain tools** for your AI agent:
34+
GOAT is the **largest agentic finance toolkit** for AI agents.
3535

36+
**Create agents that can:**
37+
- Send and receive payments
38+
- Purchase physical and digital goods and services
39+
- Engage in various investment strategies:
40+
- Earn yield
41+
- Bet on prediction markets
42+
- Purchase crypto assets
43+
- Tokenize any asset
44+
- Get financial insights
45+
46+
**How it works**
47+
48+
GOAT leverages blockchains, stablecoins, and smart wallets as the infrastructure to enable agents to transact anywhere:
3649
1. Give your agent a **[wallet](https://github.com/goat-sdk/goat/tree/main#chains-and-wallets)**
37-
2. Allow it to transact on **[any chain](https://github.com/goat-sdk/goat/tree/main#chains-and-wallets)**
38-
3. Use more than **[+200 onchain tools](https://github.com/goat-sdk/goat/tree/main#tools)**
50+
2. Allow it to transact **[anywhere](https://github.com/goat-sdk/goat/tree/main#chains-and-wallets)**
51+
3. Use more than **[+200 tools](https://github.com/goat-sdk/goat/tree/main#tools)**
3952
4. Use it with **[any agent framework](https://github.com/goat-sdk/goat/tree/main#agent-frameworks)** of your choice
4053

41-
See everything GOAT supports [here](https://github.com/goat-sdk/goat/tree/main#️-supported-tools-and-frameworks).
42-
43-
**Create agents that can**
44-
- Transfer funds between wallets
45-
- Swap tokens
46-
- Create and manage DeFi positions
47-
- Create, buy and sell NFTs
48-
- Purchase physical assets onchain with crypto
49-
- Get onchain insights
54+
See everything GOAT supports [here](#️-supported-tools-and-frameworks).
5055

5156
**Lightweight and extendable**
5257

53-
Different from other agent kits, GOAT is designed to be lightweight and extendable by keeping its core minimal and allowing you to **install only the tools you need**.
58+
Different from other toolkits, GOAT is designed to be lightweight and extendable by keeping its core minimal and allowing you to **install only the tools you need**.
5459

5560
If you don't find what you need on our more than 200 integrations you can easily:
5661
1. Create your own plugin
@@ -66,8 +71,11 @@ GOAT is free software, MIT licensed.
6671

6772
# 🚀 Quickstarts
6873
- **By use case**
69-
- Send and receive tokens [[EVM](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/evm-send-and-receive-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/solana-send-and-receive-tokens)]
70-
- Swap tokens [[EVM](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/evm-swap-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/solana-swap-tokens)]
74+
- **Money transmission**
75+
- Send and receive payments [[EVM](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/evm-send-and-receive-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/solana-send-and-receive-tokens)]
76+
- **Investing**
77+
- Generate yield [[Solana](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/solana-usdc-yield-deposit)]
78+
- Purchase crypto assets [[EVM](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/evm-swap-tokens), [Solana](https://github.com/goat-sdk/goat/tree/main/python/examples/by-use-case/solana-swap-tokens)]
7179
- **By framework**
7280
- [Langchain](https://github.com/goat-sdk/goat/tree/main/python/examples/by-framework/langchain)
7381
- [OpenAI Agents SDK](https://github.com/goat-sdk/goat/tree/main/python/examples/by-framework/openai-agents-sdk)

0 commit comments

Comments
 (0)