Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ETHEREUM_RPC_URL | Yes | Your Ethereum RPC endpoint URL (e.g., from Alchemy, Infura, QuickNode, or your own node) | |
| HEALTH_FACTOR_THRESHOLD | No | Health factor warning threshold | 1.05 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_user_health | Get health factor and account data for a specific Ethereum address on Aave V3. Returns collateral, debt, and liquidation status. |
| analyze_liquidation | Analyze a user position for liquidation opportunity. Returns detailed information including collateral assets, debt assets, risk level, and potential profit. |
| get_user_positions | Get detailed breakdown of a user collateral and debt positions across all Aave V3 assets. |
| get_aave_reserves | Get list of all available reserves (assets) in Aave V3 protocol with their configuration. |
| get_asset_price | Get current price for a specific asset from Aave oracle. |
| get_protocol_status | Get general Aave V3 protocol status including current block number. |
| batch_check_addresses | Batch check multiple Ethereum addresses for liquidation opportunities. Returns a summary of all addresses with their health status. |
| validate_address | Validate if a string is a valid Ethereum address format. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |