What is Gridera?
What is Gridera?
Gridera is an automated grid trading platform built specifically for Pacifica DEX, a Solana-based perpetual futures exchange. It handles the repetitive work of placing, monitoring, and managing hundreds of orders across a price grid so you can profit from market volatility without sitting in front of a screen all day.
The Core Concept
Grid trading divides a price range into multiple levels. The bot places buy orders at each level below the current price and sell (take-profit) orders one level above each filled buy. As the price oscillates, the bot continuously buys low and sells high, capturing the spread between adjacent grid levels as profit.
For example, if SOL is trading at $150 and you set a grid from $140 to $160 with 20 levels, the bot places buy orders at $140, $141, $142, and so on up to $149. When the price drops to $147, that buy order fills, and the bot immediately places a sell order at $148. When the price bounces back to $148, the sell fills and you pocket the $1 difference minus fees. This happens automatically at every level, 24 hours a day.
Platform Architecture
Gridera consists of several integrated components:
The Trading Bot: The core engine that runs your grid strategy. It connects to Pacifica DEX via API, monitors prices through WebSocket feeds, manages orders, and handles all the safety logic including duplicate prevention, grid break protection, and clean shutdown procedures.
The Dashboard: A web-based control panel where you start and stop bots, view real-time PnL, monitor bot health, and adjust configurations. It provides visibility into what the bot is doing at any moment.
The API Layer: A REST API that connects the dashboard to the bot manager. It handles authentication, bot lifecycle management, and configuration delivery.
Paper Mode: A full simulation environment that uses real market prices but does not place actual orders. This lets you test configurations risk-free before deploying capital.
Key Features
Automated order management: The bot places, tracks, and replaces orders automatically. When a buy fills, the corresponding TP sell is placed instantly. When a TP sells, the grid level is freed for the next buy opportunity.
Self-healing reconciliation: Every 15 seconds, the bot compares its internal state against the actual exchange state. If orders are missing, duplicated, or orphaned, the reconciliation engine detects and corrects the discrepancy automatically.
Grid break protection: If the price moves outside your configured range, the bot detects this and can automatically shut down, closing all positions and cancelling all orders to prevent uncontrolled losses.
Multiple grid types: Gridera supports linear grids (equal spacing), percentage grids (proportional spacing), and range-weighted grids (denser spacing in high-activity zones). Each type suits different market conditions.
Leverage support: Trade with 1x to 10x leverage on perpetual futures. The bot handles margin calculations and maintains awareness of liquidation distances.
Session and lifetime PnL: Track your profits both for the current bot session and across all historical sessions. Realized PnL from completed trades and unrealized PnL from open positions are tracked separately.
Who Is Gridera For
Gridera is designed for traders who believe an asset will stay within a price range and want to profit from the oscillations within that range. It works best when:
- You have identified a trading pair with regular price oscillations.
- You prefer systematic, rule-based trading over discretionary decisions.
- You want your trading to run continuously without manual intervention.
- You are comfortable with the concept that grid trading profits from volatility, not direction.
You do not need programming experience to use Gridera. The dashboard provides all controls through a visual interface, and configuration is done through straightforward YAML parameters.
Supported Markets
Gridera currently supports perpetual futures trading on Pacifica DEX. This includes all trading pairs available on Pacifica with support for both long and short grid configurations. Spot grid trading is also available as a separate module for traders who prefer spot markets without leverage.
Getting Started
The fastest path from zero to running bot is:
- Create an account and connect your Pacifica DEX wallet.
- Configure a grid with the setup wizard or manually through YAML.
- Test in paper mode for 3-5 days to validate your configuration.
- Review paper mode results and adjust if needed.
- Switch to live trading with the same configuration.
Summary
- Gridera automates grid trading on Pacifica DEX, placing and managing orders across a price grid to profit from market oscillations.
- Built-in safety features include self-healing reconciliation, grid break protection, and duplicate order prevention.
- Paper mode lets you test any configuration with real market data before risking capital.
Next Step
Set up your first grid bot step by step in Setting Up Your First Bot.
✨ Was this article helpful?
Ask your questions on Ask on Discord →