Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALGORAND_ALGOD | No | The Algorand Algod server URL. | https://mainnet-api.algonode.cloud |
| ALGORAND_TOKEN | No | The authentication token for the Algorand API. | |
| ITEMS_PER_PAGE | No | The default number of items to return per page in paginated responses. | 10 |
| VESTIGE_API_KEY | No | The API key for accessing Vestige services. | |
| VESTIGE_API_URL | No | The base URL for the Vestige API. | https://api.vestigelabs.org |
| ALGORAND_NETWORK | No | The Algorand network to connect to (e.g., mainnet). | mainnet |
| ALGORAND_ALGOD_API | No | The Algorand Algod API endpoint. | https://mainnet-api.algonode.cloud/v2 |
| ALGORAND_ALGOD_PORT | No | The port for the Algorand Algod service. | |
| ALGORAND_AGENT_WALLET | No | The mnemonic or identifier for the Algorand agent wallet. |
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 | |