Spaces:
Paused
Paused
| title: AirMicroDrip | |
| emoji: 💧 | |
| colorFrom: cyan | |
| colorTo: blue | |
| sdk: docker | |
| pinned: false | |
| license: mit | |
| # AirMicroDrip | |
| Real-time trading and liquidity system with holder tracking and LLM integration. | |
| ## Features | |
| - **Slippage Collector**: Real-time slippage data from DexScreener | |
| - **Holder Tracker**: Solana on-chain holder tracking with eligibility | |
| - **LLM Liquidity Provider**: Inference registry with synthetic liquidity | |
| - **Merkle Token Launch**: Token launch manifests with Merkle proofs | |
| - **HF Account Collateral**: Scan HuggingFace repos for collateral evidence | |
| - **Perp Trading Engine**: Perpetual futures trading with funding rates | |
| - **Mining Rewards**: LLM-powered mining reward distribution | |
| ## Real Data Sources | |
| - **DexScreener**: Real-time DEX price and slippage data | |
| - **Solana RPC**: On-chain holder and transaction data | |
| - **HuggingFace API**: Repository and space metadata | |
| - **Gate.io**: Public market data endpoints | |
| ## Environment Variables | |
| Set these in Hugging Face Space secrets: | |
| - `TOKEN_MINT`: Solana token mint address (optional, auto-creates if not set) | |
| - `INFERENCE_API_URL`: Optional local LLM inference endpoint | |
| - `SOLANA_RPC_URL`: Solana RPC URL (default: mainnet-beta) | |
| - `SPACE_ID`: HuggingFace Space ID | |
| ## API Endpoints | |
| - `/health` - System health check | |
| - `/api/config` - Integration status | |
| - `/api/token-launch/status` - Token launch manifest | |
| - `/api/collateral/status` - HF account collateral scan | |
| - `/api/token/create` - Autonomous token creation | |
| ## Architecture | |
| No mocks - all data comes from real public APIs or local SQLite databases. | |
| ## License | |
| MIT | |