strategy-grid-trade

Automate ETH/USDC grid trading on Base with risk checks and on-chain state updates.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/purong-huang-1121/plugin-store --skill strategy-grid-trade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strategy-grid-trade
Source: https://github.com/purong-huang-1121/plugin-store/tree/main/skills/strategy-grid-trade
Command: npx skills add https://github.com/purong-huang-1121/plugin-store --skill strategy-grid-trade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ETH/USDC grid trading on Base is automated to execute low-buy, high-sell orders within a defined grid, reducing manual monitoring and enabling systematic execution in ranging market conditions.

Core Features & Use Cases

  • Automated ETH/USDC grid trading on Base with EMA-centered grid, volatility-aware step sizing, and risk controls (cooldowns, position limits, circuit breaker).
  • Pre-flight checks, on-chain balance reads, and OKX DEX execution; state persistence for PnL, deposits, and history; start/stop controls and status reporting.
  • Use cases include continuous grid trading in sideways markets, monitoring and adjusting grid parameters, and auditing performance with detailed reports.

Quick Start

Start the grid bot by configuring parameters with strategy-grid config and then running strategy-grid start to activate automated ticks.

Frequently Asked Questions about strategy-grid-trade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ETH/USDC grid trading on Base?

You can automate ETH/USDC grid trading on Base by running pre-configured start and tick commands that execute low-buy, high-sell orders within an EMA-centered grid using OKX DEX.

What are the prerequisites for running an ETH/USDC grid trading bot on Base?

Running an ETH/USDC grid trading bot on Base requires an onchainos CLI environment, plugin-store availability, a funded Base wallet with login, and persisted configuration in grid_config.json.

How does grid trading handle risk in ranging or sideways markets?

Grid trading in ranging markets manages risk through volatility-aware step sizing, cooldowns, position limits, and a circuit breaker, alongside continuous on-chain balance reads and pre-flight checks.

How do I track PnL and audit performance for on-chain grid trading?

You track PnL and audit on-chain grid trading performance using state persistence for deposits and history, accessing detailed reports via status, stop, and history command scenarios.

Can I dynamically adjust grid parameters during continuous trading?

Yes, you can dynamically adjust grid parameters during continuous trading using the set command, enabling dynamic grid recalibration and volatility-aware step sizing for oscillating market conditions.