RoundWatch
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the HTTP server. | 4021 |
| AVM_ADDRESS | Yes | The public Algorand receiver address (TestNet or MainNet depending on network). Required for operation. | |
| FACILITATOR_URL | No | The GoPlausible facilitator URL for x402 settlement. | https://facilitator.goplausible.xyz |
| ROUNDWATCH_DB_PATH | No | Path to the SQLite database file. | data/roundwatch.sqlite |
| ROUNDWATCH_NETWORK | No | Network selection: testnet (default) or mainnet. | testnet |
| ROUNDWATCH_WATCH_TTL_MS | No | Watch time-to-live in milliseconds (30 minutes). | 1800000 |
| ROUNDWATCH_INDEXER_BURST | No | Indexer request burst limit. | 4 |
| ROUNDWATCH_MAX_OPEN_WATCHES | No | Maximum number of open watches globally. | 50 |
| ROUNDWATCH_POLL_INTERVAL_MS | No | Polling interval in milliseconds. | 5000 |
| ROUNDWATCH_WORK_UNIT_BUDGET | No | Durable background work turns per watch. | 500 |
| ROUNDWATCH_SCAN_ROUND_WINDOW | No | Number of rounds per scan window. | 100 |
| ROUNDWATCH_SCAN_QUERY_VARIANT | No | Query variant for Indexer scans. | C |
| ROUNDWATCH_INDEXER_CONCURRENCY | No | Maximum concurrent Indexer requests. | 2 |
| ROUNDWATCH_RECONCILE_INTERVAL_MS | No | Reconciliation interval in milliseconds. | 5000 |
| ROUNDWATCH_SCAN_PAGE_CACHE_BYTES | No | Maximum scan page cache size in bytes. | 8388608 |
| ROUNDWATCH_SCAN_PAGE_CACHE_ENTRIES | No | Maximum number of cached scan pages. | 16 |
| ROUNDWATCH_MAX_OPEN_WATCHES_PER_PAYER | No | Maximum number of open watches per verified service payer. | 5 |
| ROUNDWATCH_INDEXER_REQUESTS_PER_SECOND | No | Indexer request rate limit per second. | 4 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessUnresponsive