Skip to main content

ZibaXeer

On-Chain Copy-Trading Vault — Social Trading Protocol on Paxeer Network ZibaXeer is a decentralized copy-trading vault protocol deployed on HyperPaxeer (EVM Chain ID 125). It enables top-performing Colosseum traders to create strategy vaults that other funded wallets can mirror — transparently, non-custodially, and with configurable risk parameters.
Built natively on PaxDex. Powered by the Argus Risk Engine. Designed for the capital layer of Web3.

The Problem

The DeFi copy-trading landscape suffers from three fundamental problems:
ProblemDescription
OpacityFollowers cannot verify strategy execution on-chain
Custody RiskPlatforms hold user funds, introducing counterparty risk
Misaligned IncentivesManagers profit regardless of follower performance
ZibaXeer eliminates all three.

How It Works

Every trade a vault leader executes is recorded on-chain. Followers retain full custody of their funded wallets. Revenue sharing only triggers on realized profit — aligning leader and follower incentives by design.
Leader executes trade on-chain

CopyTradingVault mirrors trade proportionally for all followers

RiskManager validates against Argus score + circuit breaker limits

PaxDex routes the swap for each follower wallet

On profitable close: RevenueSplitter distributes PnL

Indexer emits events → Backend records history → Dashboard updates

Key Features

Trader Marketplace

  • Discover top traders and subscribe to copy their strategies via custom Vaults
  • Leaders create strategy vaults with custom parameters
  • Multi-strategy support: spot, perps, yield, and cross-protocol
  • Every vault trade is on-chain and queryable via PaxScan

Risk Management

  • Argus reputation scores enforce leader eligibility
  • Configurable max drawdown and circuit breakers
  • Per-trade size limits enforced at the contract level

Performance Analytics & Leaderboard

  • Public leaderboard ranking the best traders by Argus reputation score
  • Real-time ROI, win rate, Sharpe ratio, and drawdown metrics
  • Per-vault trade history via the REST API

Revenue Sharing

  • Performance-only fees — leaders earn only on realized profit
  • Zero management fees; incentives fully aligned
  • Automated on-chain profit splits via RevenueSplitter

Documentation

Architecture

System diagrams and full data flow across all protocol layers

Getting Started

Clone the repo, configure your environment, and run the full stack locally

Network

HyperPaxeer chain configuration, wallet setup, and Argus Oracle integration

Smart Contracts

All ZibaXeer smart contracts with deploy order and UUPS upgrade pattern

Backend API

Full REST API reference — vault, analytics, and leaderboard endpoints

Indexer

On-chain event indexer and BullMQ queue pipeline documentation

Deployment

Deploy contracts to HyperPaxeer, backend to Railway, frontend to Vercel

Workers

BullMQ background workers — trade, snapshot, vault, and follower processing

Tech Stack at a Glance

LayerTechnology
Smart ContractsSolidity ^0.8.20, Foundry, OpenZeppelin UUPS
ChainHyperPaxeer (EVM Chain ID 125)
Indexerethers.js v6, BullMQ, ioredis
BackendNode.js 20, Express.js, Prisma, PostgreSQL
FrontendNext.js 15, React 19, Wagmi v2, ConnectKit
InfrastructureRedis, BullMQ queues, Vercel, Railway