Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEMO_MODE | No | Enable DEMO mode for read-only access without wallet credentials (true/false) | false |
| POLYGON_ADDRESS | No | Your Polygon wallet address (with 0x prefix) | |
| MAX_ORDER_SIZE_USD | No | Maximum dollar amount per order | 1000 |
| POLYGON_PRIVATE_KEY | No | Your Polygon wallet private key (without 0x prefix) - required for trading functionality | |
| MAX_SPREAD_TOLERANCE | No | Maximum spread tolerance (e.g., 0.05 for 5%) | 0.05 |
| MAX_TOTAL_EXPOSURE_USD | No | Maximum total portfolio exposure in USD | 5000 |
| MIN_LIQUIDITY_REQUIRED | No | Minimum required market liquidity in USD | 10000 |
| ENABLE_AUTONOMOUS_TRADING | No | Enable autonomous trading functionality (true/false) | true |
| MAX_POSITION_SIZE_PER_MARKET | No | Maximum position size per market in USD | 2000 |
| REQUIRE_CONFIRMATION_ABOVE_USD | No | Require user confirmation for orders above this USD amount | 500 |
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 | |