Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOERLI_RPC_URL | No | Goerli network RPC URL (optional) | |
| DEFAULT_RPC_URL | No | Default RPC URL (used for mainnet) | https://eth.llamarpc.com |
| MAINNET_RPC_URL | No | Mainnet-specific RPC URL (optional) | https://eth.llamarpc.com |
| POLYGON_RPC_URL | No | Polygon network RPC URL (optional) | |
| SEPOLIA_RPC_URL | No | Sepolia network RPC URL (optional) | |
| ARBITRUM_RPC_URL | No | Arbitrum network RPC URL (optional) | |
| ETHERSCAN_API_KEY | Yes | Your Etherscan API key (required) | |
| RATE_LIMIT_REQUESTS_PER_SECOND | No | Rate limiting for requests per second | 5 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |