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 ID125). 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:| Problem | Description |
|---|---|
| Opacity | Followers cannot verify strategy execution on-chain |
| Custody Risk | Platforms hold user funds, introducing counterparty risk |
| Misaligned Incentives | Managers profit regardless of follower performance |
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.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
| Layer | Technology |
|---|---|
| Smart Contracts | Solidity ^0.8.20, Foundry, OpenZeppelin UUPS |
| Chain | HyperPaxeer (EVM Chain ID 125) |
| Indexer | ethers.js v6, BullMQ, ioredis |
| Backend | Node.js 20, Express.js, Prisma, PostgreSQL |
| Frontend | Next.js 15, React 19, Wagmi v2, ConnectKit |
| Infrastructure | Redis, BullMQ queues, Vercel, Railway |
Links
| Resource | URL |
|---|---|
| Block Explorer | paxscan.paxeer.app |
| Paxeer Network | hyperpaxeer.com |
| Colosseum | colosseum.hyperpaxeer.com/dashboard |
| Hackathon | build.hyperpaxeer.com/hackathon |
| GitHub | github.com/thetruesammyjay/ZibaXeer |