O que e Gridera?

🟢 Iniciante · 2025-03-28

O que e Gridera?

Gridera is an automated grid trading platform built specifically for Pacifica DEX, a Solana-based futuros perpetuos exchange. It handles the repetitive work of placing, monitoring, and managing hundreds of orders across a price grid so voce pode profit from volatilidade do mercado sem sitting in front of a screen all day.

The Core Concept

Grid trading divides a faixa de precos into multiple levels. O bot places ordem de compras at each level below the preco atual and sell (take-profit) orders one level above each filled buy. As o preco oscila, o bot continuously buys low and sells high, capturing the spread between adjacent nivel de grids as profit.

Por exemplo, if SOL is trading at $150 and you set a grid from $140 to $160 with 20 levels, o bot coloca ordens de compra at $140, $141, $142, and so on up to $149. When o preco cai to $147, that ordem de compra fills, and o bot immediately places a ordem de venda at $148. When o preco rebota 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 em tempo real PnL, monitor bot health, and adjust configurations. It provides visibility into what o bot is doing at any moment.

The API Layer: A REST API that connects the dashboard to o 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 sem risco before deploying capital.

Key Features

Automated order management: O bot places, tracks, and replaces orders automatically. When a buy fills, the corresponding TP sell is placed instantly. When a TP sells, the nivel de grid is freed for o proximo buy opportunity.

Self-healing reconciliation: Every 15 seconds, o 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 o preco se move outside your configured range, o bot detecta this and can automatically shut down, closing all positions and cancelling all orders para prevenir 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 condicoes de mercado.

Leverage support: Trade with 1x to 10x leverage on futuros perpetuos. O bot handles margin calculations and maintains awareness of liquidation distances.

Session and lifetime PnL: Track seu lucros ambos for the current bot session and across all historical sessions. Realized PnL from completed trades and PnL nao realizado from open positions are tracked separately.

Who Is Gridera For

Gridera is designed for traders who believe an asset will stay within a faixa de precos and want to profit from the oscillations within that range. It works best when:

  • You have identified a par de trading with regular price oscillations.
  • You prefer systematic, rule-based trading over discretionary decisions.
  • You want seu trading to run continuously sem 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 futuros perpetuos trading on Pacifica DEX. This includes all par de tradings available on Pacifica with support for ambos long and short grid configurations. Spot grid trading is also available as a separate module for traders who prefer spot markets sem leverage.

Getting Started

The fastest path from zero to running bot is:

  1. Create an account and connect your Pacifica DEX wallet.
  2. Configure a grid with the setup wizard or manually through YAML.
  3. Test in paper mode for 3-5 days to validate sua configuracao.
  4. Review paper mode results and adjust if needed.
  5. Switch to live trading with o mesmo configuration.

Resumo

  • 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.

Proximo Passo

Set up your first grid bot step by step in Setting Up Your First Bot.

✨ Este artigo foi util?

Faca suas perguntas no Discord →