Skip to content

Commit 07165a2

Browse files
committed
update user case
1 parent 994b487 commit 07165a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/plugin-chainbase/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ This plugin serves as a powerful interface between Eliza AI agents and blockchai
2929
### On-chain Data Queries
3030

3131
```plaintext
32-
Query: "This address 0x8308964da9ed5d2e8012023d7c7ef02f9e6438c7 which tokens on Ethereum are held"
32+
Query: "query onchain data: This address 0x8308964da9ed5d2e8012023d7c7ef02f9e6438c7 which tokens on Ethereum are held"
3333
```
3434

3535
This query will return the token holdings for the specified Ethereum address.
3636

3737
```plaintext
38-
Query: "List the top 10 Ethereum blocks by total gas used in the last 24 hours"
38+
Query: "query onchain data: List the top 10 Ethereum blocks by total gas used in the last 24 hours"
3939
```
4040

4141
This query will analyze and return gas usage statistics for recent Ethereum blocks.
4242

4343
```plaintext
44-
Query: "The address 0x8308964da9ed5d2e8012023d7c7ef02f9e6438c7 last 10 Ethereum token transfer"
44+
Query: "query onchain data: The address 0x8308964da9ed5d2e8012023d7c7ef02f9e6438c7 last 10 Ethereum token transfer"
4545
```
4646

4747
This query will fetch the most recent 10 token transfer events for the specified Ethereum address, including both incoming and outgoing transfers.

0 commit comments

Comments
 (0)