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: packages/plugin-birdeye/README.md
+10-15
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,24 @@ A powerful plugin for Eliza that integrates with Birdeye's comprehensive DeFi an
6
6
7
7
### Provider Featurs
8
8
9
-
-**Wallet Portfolio Provider**
9
+
-**Agent Portfolio Provider**
10
10
11
-
- If `BIRDEYE_WALLET_ADDR` is set, this provider will fetch the wallet's portfolio data from Birdeye and be able to respond to questions
11
+
- If `BIRDEYE_WALLET_ADDR` is set, this provider will fetch the wallet's portfolio data from Birdeye and be able to respond to questions related to the wallet's holdings.
12
12
13
-
-**Wallet Search Provider**
14
-
15
-
- If the user mentions a wallet address, this provider will search for the address in Birdeye and be able to provide information about the wallet. This includes support for multiple addresses in the same message.
16
-
17
-
-**Symbol Search Provider**
13
+
### Action Features
18
14
19
-
- If the user mentions a token symbol such as $SOL, $ETH or any random token symbol, this provider will search for the symbol in Birdeye and be able to provide information about the token. This includes support for multiple symbols in the same message.
20
-
- i.e. "Tell me about $SOL and $PEPE"
15
+
-**Token Search Address**
21
16
22
-
-**Address Search Provider**
17
+
- This action will search input message for token addresses and when present will query Birdeye for token information
23
18
24
-
- If the user mentions a token address, this provider will search for the address in Birdeye and be able to provide information about the token. This includes support for multiple addresses in the same message.
25
-
- i.e. "Tell me about 0x1234567890 and 0x9876543210"
19
+
-**Token Search Symbol**
26
20
27
-
### Action Features
21
+
- This action will search input message for token symbols in the format of `$SYMBOL` and when present will query Birdeye for token information. Note that this action currently only supports SOL, SUI, and ETH addresses.
22
+
- _Any addresses that look like EVM addresses will be treated as ETH addresses since there is no easy way to distinguish between the other EVM chains that are supported by Birdeye_.
28
23
29
-
-**Report Token**
24
+
-**Wallet Search Address**
30
25
31
-
- This action will report on the current details of the wallet specified in the `BIRDEYE_WALLET_ADDR` setting.
26
+
- This action will search input message for wallet addresses and when present will query Birdeye for wallet information
0 commit comments