LuckyPlans
v0.1.0 · Open Source · GNS GMX AVNT

The analytics layer for perpetual DEX trading

Full leaderboard analytics and deterministic backtesting for algorithmic strategies across gTrade, GMX, and Avantis. Multi-chain. Verifiable. Open source.

Tracking $552B+ in perp volume across 5 chains

ArbitrumBasePolygonMegaETHEthereum
$552B+Combined Volume
3Protocols
5EVM Chains
500xMax Leverage
370+Trading Pairs
800K+Active Traders

Perpetual DEX trading lacks infrastructure

Fragmented data. Incomplete analytics. No backtesting standard. Performance claims you cannot verify. This is the gap we are closing.

Perp DEX data is siloed

GNS, GMX, and AVNT each have their own data formats, APIs, and leaderboards. No unified view across protocols or chains.

Leaderboards are incomplete

Existing leaderboards show PnL but hide risk metrics, drawdowns, and position history. Surface-level rankings mislead followers.

Backtesting perp strategies is manual

No standard tooling exists for backtesting algorithmic strategies against historical perp DEX data. Most traders rely on spreadsheets.

Performance claims are unverifiable

Strategy results live in screenshots. No reproducible proof. No on-chain attestation. No way to independently audit execution history.

Protocols backed byPantera CapitalCoinbase VenturesChainlink

Core Platform

Two products. One data layer. Full coverage across perpetual DEX protocols on EVM chains.

Perp DEX Leaderboard

Unified leaderboard across GNS, GMX, and AVNT. Full trader profiles with PnL, drawdown, Sharpe ratio, win rate, and position history. Multi-chain, real-time.

Backtesting Engine

Deterministic backtesting against version-pinned historical perp DEX data. Fixed random seeds, explicit parameter hashing, reproducible outputs across runs.

Execution Analytics

Full order lifecycle tracking across perpetual protocols. Every open, close, liquidation, and fee — indexed, normalized, and queryable via GraphQL.

On-chain Attestation

Strategy config and performance outputs are SHA-256 hashed and anchored to EVM chains. Independently verifiable by anyone with the transaction hash.

Supported Platforms

Indexing trader activity across major perpetual DEX protocols and EVM chains. Real data. Real volume. Real infrastructure.

Protocols

gTradeGNS

Synthetic perpetual trading with congestion-proof architecture, gasless one-click execution, and OI hedging across 290+ pairs.

Volume$129B+
Leverage500x
Pairs290+
Users43K+
ArbitrumBasePolygonMegaETH
GMXGMX

Pool-based perpetual and spot exchange with real yield, fee-sharing tokenomics, and composable GM/GLP liquidity pools.

Volume$355B+
Leverage100x
Users758K+
ArbitrumBaseMegaETHEthereum
AvantisAVNT

Zero-fee perpetuals with loss protection, positive slippage, dual-oracle pricing (Pyth + Chainlink), and tranched liquidity on Base.

Volume$68.7B
Leverage500x
Pairs80+
Base

Engineering Principles

The constraints that shape every design decision in this system.

Deterministic execution

No hidden randomness. Same inputs, same outputs, every time.

Version-pinned datasets

Historical data is versioned and immutable. Backtest results are tied to a specific data snapshot.

Idempotent pipeline

Re-run any stage of the pipeline and get identical results. No side effects, no drift.

Explicit parameter hashing

Every strategy config is hashed before execution. The hash is the identity of the run.

Contract-verified anchoring

Result hashes are written to EVM smart contracts. Verification requires only a transaction hash.

Zero trust by default

No results are trusted without proof. Every claim is backed by reproducible artifacts.

For Builders

Everything needed to query, integrate, or extend the platform.

Leaderboard API

In progress

GraphQL API for querying trader rankings, PnL history, and performance metrics across protocols.

Backtest SDK

Planned

TypeScript SDK for submitting strategies and running deterministic backtests against historical perp data.

Data Model

In progress

Canonical types for traders, positions, strategies, backtests, and attestations across GNS, GMX, and AVNT.

Hashing Schema

In progress

SHA-256 input format for strategy configs, data versions, and execution outputs.

Contract Spec

Planned

Attestation contract interface for anchoring backtest results and performance proofs on-chain.

Architecture Guide

Planned

System design: data ingestion pipeline, indexer architecture, and multi-chain deployment topology.

Artifacts

Everything verifiable. Nothing behind a login wall.

Documentation
README.md in repo
Protocols
GNS, GMX, AVNT
Chains
Arbitrum, Polygon, Base, Avalanche, MegaETH, Ethereum
Version
v0.1.0-alpha
Last updated
February 2026
Open SourceMIT LicenseMulti-chain EVM

About Us

We are a small team of infrastructure engineers building the analytics and verification layer for perpetual DEX trading. Our focus is reproducibility, transparency, and open-source tooling.

MO

Member One

Founder & Lead Engineer

Systems engineer focused on DeFi infrastructure and algorithmic trading. Building verifiable execution layers for perpetual DEX protocols.

MT

Member Two

Backend Engineer

Distributed systems and data pipeline architect. Specializing in multi-chain indexing and real-time analytics for on-chain protocols.

MT

Member Three

Smart Contract Engineer

Solidity developer focused on attestation protocols, on-chain verification, and minimal trust architectures across EVM chains.

MF

Member Four

Frontend Engineer

Building high-performance interfaces for complex trading data. Focused on real-time leaderboards and backtest visualization.

Lab Notes

Weekly observations from building in the open.

First entry publishing soon. Follow the repository for updates.