跳到主要内容

DeFi Overview

MonoHub is the decentralized finance platform of the Monolythium ecosystem. It provides a complete suite of on-chain financial tools -- from launching new tokens to trading, providing liquidity, farming rewards, and accessing premium features -- all accessible through a single unified interface.

What is MonoHub?

MonoHub aggregates every DeFi primitive in the Monolythium ecosystem into one application. Rather than navigating between separate DEX, launchpad, and farming protocols, users interact with a single dashboard that connects to the full contract suite deployed across multiple chains.

The platform is live at monohub.xyz.

Core Components

ComponentDescriptionContract(s)
MonoPumpBonding curve token launcher with auto-graduation to DEXMonoPump, PumpToken, PumpTokenV2, CreatorVesting
MonoSwapUniswap V2-style AMM for token trading and liquidityMonoRouter, MonoFactory, MonoPair, WLYTH
TWAP OracleManipulation-resistant time-weighted average price feedTWAPOracle
LP FarmingMasterChef-style reward distribution for liquidity providersLPFarming
AI AgentsOn-chain agent registry with arena competitionsAgentRegistry, AgentLaunchpad, AgentArena
Pro AccessSubscription tiers for premium MonoHub featuresProAccessRouter
ReferralsOn-chain referral attribution with reward sharingReferral
Fee CollectorProtocol fee routing with configurable burn/treasury splitFeeCollector

Supported Chains

MonoHub contracts are deployed across 7 chains, covering both testnets and mainnets:

Testnets

ChainChain ID (EVM)Native Token
Sprintnet (Monolythium)262146LYTH
Avalanche Fuji43113AVAX
Linea Sepolia59141ETH
Sei Testnet1328SEI
Cronos Testnet338TCRO
Kava Testnet2221TKAVA
Injective Testnet1439INJ

Mainnets

ChainChain ID (EVM)Native Token
Avalanche43114AVAX
Linea59144ETH
Sei1329SEI
Cronos25CRO
Kava2222KAVA
Injective1776INJ

Sprintnet is the primary testnet where all features are deployed and tested first. The default chain in MonoHub is Sprintnet (chain ID 262146).

Fee Architecture

All protocol fees flow through the FeeCollector contract, which splits incoming funds between a burn address (0x...dEaD) and the protocol treasury:

User Activity
|
+---> MonoPump Buy Fee (2%) --------+
+---> MonoPump Sell Tax (20%->0%) --+
+---> Graduation Fee (1.5%) --------+---> FeeCollector
+---> Agent Launch Fee (0.01 LYTH) --+ |
+---> Pro Access Subscriptions ------+ +---> 50% Burn (0x...dEaD)
+---> 50% Treasury
+---> DEX Swap Fee (0.3%) -------> LP Providers (not protocol revenue)
+---> Referral Rewards (5%) -----> Referrers (from platform fees)

MonoHub Features

The MonoHub frontend exposes the following pages:

PageRouteDescription
Dashboard/Overview of ecosystem activity
Token Builder/token-builderLaunch new tokens via MonoPump
Token Markets/token-marketsBrowse all launched tokens
Pump Screener/pump-screenerReal-time bonding curve activity
Trading/tradingDEX swap interface
Token Detail/token/[address]Individual token chart and trading
AI Agents/ai-agentsBrowse and launch AI agents
Agent Arena/agent-arenaAI agent competition dashboard
Portfolio Tracker/portfolio-trackerTrack portfolio value across chains
Wallets/walletsMulti-wallet management
My Assets/my-assetsView owned tokens and positions
DeFi Center/defi-center/*Staking pools, yield farming, liquidity tracker
Subscription/subscriptionPro Access tier management
Invite Friends/invite-friendsReferral link sharing
My Analytics/my-analyticsPersonal trading analytics
IBC/ibcCross-chain transfers
Settings/settingsApp configuration

Security

The MonoHub smart contracts include several security measures:

  • Reentrancy guards on all state-changing functions (OpenZeppelin ReentrancyGuard)
  • Flash loan protection in MonoPump (same-block buy+sell prevention)
  • Pausable contracts with emergency admin pattern (no Timelock delay for pauses)
  • Timelock governance for all non-emergency admin functions (1-day delay)
  • TWAP Oracle with manipulation resistance (deviation limits, warm-up period, exponential decay)
  • Circuit breakers (max buy per transaction, max reward rate)
  • Rate limiting on the indexer API (100 req/min global, 10 req/min write, 5 req/min auth)
  • Wallet authentication via EIP-191 signatures for protected endpoints

Next Steps

If you are new to MonoHub:

  1. Set up a wallet -- See Wallets to configure MetaMask or another EVM wallet
  2. Get testnet LYTH -- See Get LYTH for faucet instructions
  3. Launch a token -- Follow the MonoPump guide to create your first bonding curve token
  4. Trade on MonoSwap -- See Trading & Liquidity for swap and LP instructions
  5. Earn rewards -- Deposit LP tokens in LP Farming pools