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
| Component | Description | Contract(s) |
|---|---|---|
| MonoPump | Bonding curve token launcher with auto-graduation to DEX | MonoPump, PumpToken, PumpTokenV2, CreatorVesting |
| MonoSwap | Uniswap V2-style AMM for token trading and liquidity | MonoRouter, MonoFactory, MonoPair, WLYTH |
| TWAP Oracle | Manipulation-resistant time-weighted average price feed | TWAPOracle |
| LP Farming | MasterChef-style reward distribution for liquidity providers | LPFarming |
| AI Agents | On-chain agent registry with arena competitions | AgentRegistry, AgentLaunchpad, AgentArena |
| Pro Access | Subscription tiers for premium MonoHub features | ProAccessRouter |
| Referrals | On-chain referral attribution with reward sharing | Referral |
| Fee Collector | Protocol fee routing with configurable burn/treasury split | FeeCollector |
Supported Chains
MonoHub contracts are deployed across 7 chains, covering both testnets and mainnets:
Testnets
| Chain | Chain ID (EVM) | Native Token |
|---|---|---|
| Sprintnet (Monolythium) | 262146 | LYTH |
| Avalanche Fuji | 43113 | AVAX |
| Linea Sepolia | 59141 | ETH |
| Sei Testnet | 1328 | SEI |
| Cronos Testnet | 338 | TCRO |
| Kava Testnet | 2221 | TKAVA |
| Injective Testnet | 1439 | INJ |
Mainnets
| Chain | Chain ID (EVM) | Native Token |
|---|---|---|
| Avalanche | 43114 | AVAX |
| Linea | 59144 | ETH |
| Sei | 1329 | SEI |
| Cronos | 25 | CRO |
| Kava | 2222 | KAVA |
| Injective | 1776 | INJ |
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:
| Page | Route | Description |
|---|---|---|
| Dashboard | / | Overview of ecosystem activity |
| Token Builder | /token-builder | Launch new tokens via MonoPump |
| Token Markets | /token-markets | Browse all launched tokens |
| Pump Screener | /pump-screener | Real-time bonding curve activity |
| Trading | /trading | DEX swap interface |
| Token Detail | /token/[address] | Individual token chart and trading |
| AI Agents | /ai-agents | Browse and launch AI agents |
| Agent Arena | /agent-arena | AI agent competition dashboard |
| Portfolio Tracker | /portfolio-tracker | Track portfolio value across chains |
| Wallets | /wallets | Multi-wallet management |
| My Assets | /my-assets | View owned tokens and positions |
| DeFi Center | /defi-center/* | Staking pools, yield farming, liquidity tracker |
| Subscription | /subscription | Pro Access tier management |
| Invite Friends | /invite-friends | Referral link sharing |
| My Analytics | /my-analytics | Personal trading analytics |
| IBC | /ibc | Cross-chain transfers |
| Settings | /settings | App 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
Quick Links
- MonoPump -- Token Launcher
- Trading & Liquidity
- LP Farming
- Fee Model (L1 transaction fees)
- Getting Started
Next Steps
If you are new to MonoHub:
- Set up a wallet -- See Wallets to configure MetaMask or another EVM wallet
- Get testnet LYTH -- See Get LYTH for faucet instructions
- Launch a token -- Follow the MonoPump guide to create your first bonding curve token
- Trade on MonoSwap -- See Trading & Liquidity for swap and LP instructions
- Earn rewards -- Deposit LP tokens in LP Farming pools