| # AirMicroDrip UI Dashboard | |
| Dashboard for AirMicroDrip - Perpetual Airdrop with LLM Liquidity Perpetual Futures. | |
| ## Features | |
| - **Overview Tab**: High-level stats across all systems | |
| - **Slippage Tab**: Whale trade monitoring and slippage collection | |
| - **Holders Tab**: New holder detection and drippage distribution | |
| - **LLM Liquidity Tab**: Inference provider capacity and synthetic liquidity | |
| - **Trading Tab**: Perpetual futures trading volume and positions | |
| - **Funding Tab**: Funding rates and open interest imbalance | |
| - **Liquidation Tab**: At-risk positions and insurance fund | |
| - **Mining Tab**: LLM provider rewards and leaderboard | |
| ## Installation | |
| ```bash | |
| cd airmicrodrip/ui | |
| npm install | |
| ``` | |
| ## Development | |
| ```bash | |
| npm run dev | |
| ``` | |
| Open [http://localhost:3000](http://localhost:3000) to view the dashboard. | |
| ## Build | |
| ```bash | |
| npm run build | |
| npm start | |
| ``` | |
| ## Tech Stack | |
| - Next.js 14.2.15 | |
| - React 18 | |
| - TypeScript | |
| - Tailwind CSS | |
| - Lucide React (icons) | |