> This is a template.
> The default signal uses gas price regimes as a directional indicator -- remix it with live Etherscan gas API, EIP-1559 base fee tracking, or L2 activity metrics.
> The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha.
High on-chain gas prices indicate strong demand for Ethereum block space (DeFi activity, NFT mints, token launches). This demand correlates positively with ETH price. This skill classifies gas into regimes and applies a directional bias to ETH price market probabilities.
Key advantages:
|fair - market| >= entry_edge
| Regime | Gas (gwei) | Bias | Interpretation |
|--------|-----------|------|----------------|
| Extreme | >100 | +15% | Very bullish |
| High | >50 | +8% | Bullish |
| Normal | >20 | 0% | Neutral |
| Low | >10 | -5% | Bearish |
| Dead | <10 | -10% | Very bearish |
| Parameter | Default | Notes |
|-----------|---------|-------|
| Entry edge | 10% | Min model-vs-market divergence to trade |
| Exit threshold | 45% | Sell when position price reaches this |
| Max position size | $5.00 USDC | Per market |
| Max trades per run | 3 | Rate limiting |
| Gas high threshold | 50 gwei | Above this = high demand regime |
| Gas low threshold | 10 gwei | Below this = dead regime |
clawhub install kalshi-eth-gas-correlation-trader
Requires: SIMMER_API_KEY and SOLANA_PRIVATE_KEY environment variables.
Cron is set to null -- the skill does not run on a schedule until you configure it in the Simmer UI.
The skill defaults to dry-run mode. Real trades only execute when --live is passed explicitly.
| Scenario | Mode | Financial risk |
|----------|------|----------------|
| python trader.py | Dry run | None |
| Cron / automaton | Dry run | None |
| python trader.py --live | Live (Kalshi via DFlow) | Real USDC |
| Variable | Required | Notes |
|----------|----------|-------|
| SIMMER_API_KEY | Yes | Trading authority. Treat as a high-value credential. |
| SOLANA_PRIVATE_KEY | Yes | Base58-encoded Solana private key for live trading. |
| Variable | Default | Purpose |
|----------|---------|---------|
| SIMMER_ETH_GAS_ENTRY_EDGE | 0.10 | Min divergence to trigger trade |
| SIMMER_ETH_GAS_EXIT_THRESHOLD | 0.45 | Sell position when price reaches this level |
| SIMMER_ETH_GAS_MAX_POSITION_USD | 5.00 | Max USDC per trade |
| SIMMER_ETH_GAS_MAX_TRADES_PER_RUN | 3 | Max trades per execution cycle |
| SIMMER_ETH_GAS_SLIPPAGE_MAX | 0.15 | Max slippage before skipping (15%) |
| SIMMER_ETH_GAS_MIN_LIQUIDITY | 0 | Min market liquidity USD (0 = disabled) |
| SIMMER_ETH_GAS_HIGH_GWEI | 50 | Gas threshold for high-demand regime |
| SIMMER_ETH_GAS_LOW_GWEI | 10 | Gas threshold for dead regime |
simmer-sdk is published on PyPI by Simmer Markets.
Review the source before providing live credentials if you require full auditability.
共 1 个版本