Autonomous Meteora DLMM liquidity management agent for Solana, powered by LLMs.
Etemaro runs continuous screening and management cycles, deploying capital into high-quality Meteora DLMM pools and closing positions based on live PnL, yield, and range data.
Note: This project was fork-renamed from Meridian due to a complete architecture redesign, scalability improvements, and lack of active support in the main repository. Etemaro remains fully compatible with shared Meridian agents, using the same public key to share collective lessons.
Detailed guides are available in the docs/ directory:
- Start Here (Index) — List of all documents.
- Architecture Guide — Core TypeScript hexagonal design, ReAct loop, and tools.
- Configuration Reference — Precedence, settings, and the full
user-config.jsonfield reference. - Usage Guide — Step-by-step instructions, REPL commands, and flowcharts.
- HiveMind Shared Lessons — Collective-learning sync (shared-lesson pull/push).
- Q&A / FAQ — Frequently asked questions.
git clone https://github.com/romankurnovskii/etemaro
cd etemaro
npm installRun the interactive setup wizard:
npm run setupThis will configure your .env (API keys, private keys) and config/user-config.json (risk profile, thresholds).
Option A: Direct (development / dry-run)
npm run dev # Dry-run mode (safe simulation, no real transactions)
npm start # Live autonomous agent modeOption B: PM2 (production process manager)
npm run build
npm run pm2:start # Start daemon under PM2 with auto-restart
npm run pm2:logs # Tail live logsOption C: Docker
# Development (hot reload, mounts source)
docker compose -f docker-compose.dev.yml up --build
# Production (on remote server, .env already present)
docker compose -f docker-compose.prod.yml up -d --build --force-recreate --remove-orphansThe DesktopApp is a cross-platform, free desktop application currently in active development — with a planned release on September 1st.
- Multiple Agents — Run and manage several autonomous agents simultaneously.
- Remote & Local Agents — Deploy agents locally or connect to remote instances.
- Free AI Credits — Built-in free credits for AI-powered analysis and decision-making.
- Cross-Platform & Free — Available on Windows, macOS, and Linux at no cost.
- AI Auto-Generated Strategies — Automatically generate trading strategies using AI-driven backtesting.
- Neuro-Bayesian Monte Carlo API — Access probability calculations before opening positions, powered by the Neuro-Bayesian Monte Carlo method.
