You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+37-28
Original file line number
Diff line number
Diff line change
@@ -37,27 +37,31 @@
37
37
-[🤝 Community](#-community)
38
38
39
39
# 🐐 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.
41
41
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:
42
55
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)**
45
58
4. Use it with **[any agent framework](https://github.com/goat-sdk/goat/tree/main#agent-frameworks)** of your choice
46
59
47
60
See everything GOAT supports [here](#️-supported-tools-and-frameworks).
48
61
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
-
58
62
**Lightweight and extendable**
59
63
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**.
61
65
62
66
If you don't find what you need on our more than 200 integrations you can easily:
63
67
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
67
71
68
72
See how to do it [here](#-contributing).
69
73
70
-
71
-
72
74
**License**
73
75
74
76
GOAT is free software, MIT licensed.
@@ -80,21 +82,26 @@ GOAT is free software, MIT licensed.
- 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)]
- 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)]
Copy file name to clipboardexpand all lines: python/README.md
+23-15
Original file line number
Diff line number
Diff line change
@@ -31,26 +31,31 @@
31
31
-[🤝 Community](#-community)
32
32
33
33
# 🐐 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.
35
35
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:
36
49
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)**
39
52
4. Use it with **[any agent framework](https://github.com/goat-sdk/goat/tree/main#agent-frameworks)** of your choice
40
53
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).
50
55
51
56
**Lightweight and extendable**
52
57
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**.
54
59
55
60
If you don't find what you need on our more than 200 integrations you can easily:
56
61
1. Create your own plugin
@@ -66,8 +71,11 @@ GOAT is free software, MIT licensed.
66
71
67
72
# 🚀 Quickstarts
68
73
-**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)]
0 commit comments