# Chainbase Plugin for Eliza

## Purpose

Bridges the gap between on-chain data and AI agents, enabling natural language interactions with blockchain data across multiple networks.

## Key Features

- Multi-chain Data Access
- Natural Language Processing
- Real-time Data

## Configuration

To use this plugin, you'll need a Chainbase API key:

1. Visit Chainbase Platform to create an account
2. Obtain a free API key from your dashboard
3. Set your API key as the `CHAINBASE_API_KEY` environment variable

For testing, you can use the API key "demo" for basic functionality.

## Integration

Serves as an interface between Eliza AI agents and blockchain data, allowing users to query and analyze on-chain information using natural language.

## Example Usage

```plaintext
Query: "query onchain data: This address 0x8308964da9ed5d2e8012023d7c7ef02f9e6438c7 which tokens on Ethereum are held"
```

## Links

[Chainbase API Documentation](https://docs.chainbase.com/api-reference/overview)
