# ai16z/plugin-thirdweb

## Purpose

This plugin provides access to thirdweb's Nebula AI interface.

## Configuration

By default, the thirdweb plugin is enabled. Add your secret key to the `.env` file:

```env
THIRDWEB_SECRET_KEY=your-thirdweb-secret-key-here
```

## Integration

Enables interaction with the thirdweb Nebula natural language interface to analyze smart contracts, read contract data, decode interactions, access blockchain information, track transactions, look up token information, and retrieve wallet balances.

## Example Usage

```
What is the ETH balance for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
```

```
What is the total NFT supply for 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D?
```

```
Does 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 hold USDC on Base?
```

```
What is the address of USDC on Ethereum?
```

## Links

https://portal.thirdweb.com/nebula
