
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
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.
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
Synthetic perpetual trading with congestion-proof architecture, gasless one-click execution, and OI hedging across 290+ pairs.
Pool-based perpetual and spot exchange with real yield, fee-sharing tokenomics, and composable GM/GLP liquidity pools.
Zero-fee perpetuals with loss protection, positive slippage, dual-oracle pricing (Pyth + Chainlink), and tranched liquidity on Base.
Chains
The settlement layer. 292M+ holders, 10 years of uninterrupted uptime.
Leading L2 for DeFi. 44% L2 market share, 250+ protocols, 2B+ total transactions.
Coinbase-backed L2. 200ms Flashblocks, $15B+ TVL, 250M gas/sec throughput.
5.3B+ total transactions, 117M+ unique addresses, $1.14B in tokenized RWA.
The first real-time blockchain. Sub-10ms latency, 10+ GGAS/sec throughput.
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 progressGraphQL API for querying trader rankings, PnL history, and performance metrics across protocols.
Backtest SDK
PlannedTypeScript SDK for submitting strategies and running deterministic backtests against historical perp data.
Data Model
In progressCanonical types for traders, positions, strategies, backtests, and attestations across GNS, GMX, and AVNT.
Hashing Schema
In progressSHA-256 input format for strategy configs, data versions, and execution outputs.
Contract Spec
PlannedAttestation contract interface for anchoring backtest results and performance proofs on-chain.
Architecture Guide
PlannedSystem design: data ingestion pipeline, indexer architecture, and multi-chain deployment topology.
Artifacts
Everything verifiable. Nothing behind a login wall.
- Repository
- github.com/takeshi-su57/luckyplans
- 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
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.
Member One
Founder & Lead Engineer
Systems engineer focused on DeFi infrastructure and algorithmic trading. Building verifiable execution layers for perpetual DEX protocols.
Member Two
Backend Engineer
Distributed systems and data pipeline architect. Specializing in multi-chain indexing and real-time analytics for on-chain protocols.
Member Three
Smart Contract Engineer
Solidity developer focused on attestation protocols, on-chain verification, and minimal trust architectures across EVM chains.
Lab Notes
Weekly observations from building in the open.
First entry publishing soon. Follow the repository for updates.

