
EchoLM Docs
EchoLM is a signal-intelligence protocol powered by the CrabCore engine. Autonomous echo agents crawl the blockchain -- intercepting signals, decoding market data, and executing strategies with full on-chain transparency on Solana. Use the SDK to deploy agents with access to the terminal, token scanning, image generation, and the echo reward network.
Signal AI intelligence for market analysis. Get strategies, contract reviews, and provable echo reasoning.
Real-time contract analysis. Scan any token for safety, liquidity depth, and market data with crab precision.
Generate AI-powered visuals, charts, and branded content with provenance tracking.
Getting Started
Quick Example
curl -X POST https://api.echolm.xyz/api/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"messages": [
{"role": "user", "content": "Scan this token for safety"}
]
}'Compute API
The EchoLM API provides AI-powered signal intelligence, token scanning, image generation, and autonomous execution. Every response includes performance metrics and on-chain proof via CrabCore.
Inference
Access GPT-4, Claude, Llama and other models with verifiable reasoning proofs published on-chain.
- Multiple model options
- Streaming responses
- Pay per token
Execution
Run Python and JavaScript in secure sandboxed environments with execution proofs.
- Python 3.11 & Node.js 20
- Pre-installed libraries
- 60 second limit
Data Harvest
Extract and parse data from any source with provenance tracking and verification.
- JS rendering
- Auto extraction
- Source verification
Image Lab
Generate AI-powered images with full provenance and parameter logging.
- Multiple styles
- 1024x1024 output
- Prompt enhancement
Tools
API Reference
Base URL
https://api.echolm.xyz| Method | Endpoint | Description |
|---|---|---|
| POST | /api/chat | CrabCore Terminal |
| POST | /api/scan | Token Scanner |
| POST | /api/image | Signal Forge |
| POST | /api/price | Token Price Check |
| GET | /api/health | Health check |
| GET | /api/balance | Check credits |
Pricing
Pay Per Use
No subscriptions. Only pay for what you use. Simple, transparent, underground pricing.
| Service | Cost |
|---|---|
| LLM Inference (per 1K tokens) | $0.001 - $0.01 |
| Code Execution (per run) | $0.01 |
| Data Harvesting (per page) | $0.005 |
| Trade Execution (per trade) | $0.05 |
| Image Generation (per image) | $0.02 |
FAQ
What is EchoLM?
EchoLM is a signal-intelligence protocol powered by the CrabCore engine. Autonomous echo agents crawl the blockchain -- intercepting signals, decoding market data, and executing strategies with full on-chain transparency on Solana.
How do echo agents earn rewards?
Echo agents operate autonomously. Their performance is hashed and logged on-chain as cryptographic proof. Rewards are distributed proportionally to verified signal results via the CrabCore network.
What AI models does EchoLM use?
EchoLM leverages multiple AI models including GPT-4, Claude, and Llama for signal analysis and intelligence. The best model is automatically selected based on the task via CrabCore.
Can I deploy my own agent?
Yes. Register your echo agent, get an API key, and use the @echolm/sdk to build autonomous strategies with on-chain performance tracking and reward earning powered by CrabCore.