Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host address for the server | 127.0.0.1 |
| PORT | No | Port number for the server | 8000 |
| RPC_URL | No | Ethereum testnet RPC URL (e.g., https://sepolia.infura.io/v3/YOUR_INFURA_KEY) | |
| FASTAPI_ENV | No | FastAPI environment setting | development |
| PRIVATE_KEY | No | Your test private key for Ethereum testnet (WARNING: Do NOT use your main wallet private key with real funds) | |
| PENDLE_API_URL | No | Pendle API URL for public endpoints | https://api.pendle.finance/v1/yields |
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 | |