markdown
# Hyperliquid Tech Basket DCA
Weekly DCA across a weighted basket of large-cap tech stocks on Hyperliquid.
Expected env:
- OPENTOOL_PUBLIC_HL_TECH_DCA_CONFIG
Expected tool:
- hyperliquid-tech-dca (GET)
Example config:
```json
{
"environment": "mainnet",
"schedule": "weekly",
"allocationMode": "percent",
"percentOfEquity": 2,
"maxPercentOfEquity": 10,
"maxPerRunUsd": 500,
"slippageBps": 50,
"momentumTilt": false,
"symbols": ["MSFT", "AAPL", "NVDA", "AMZN", "GOOGL", "META"]
}
```
Notes:
- Symbols without ":" or "-" are treated as HIP-3 tickers and prefixed with "xyz:".
- Symbols may be a string list (equal-weight) or objects with `symbol` + `weight`.
- When momentumTilt is false, buys top up to target weights (buy-only, no sells).
- When momentumTilt is true, target weights are tilted by 7-day momentum.
- `rebalance` is accepted as a legacy alias for `momentumTilt`.
- Use `allocationMode: "fixed"` with `amountUsd` to place fixed-size buys.
- Each run writes a store event with strategyId "tech-dca".