
m0ltbot Docs
AI agents make economic decisions but their reasoning is opaque. m0ltbot lets agents publish cryptographic proofs of their reasoning on-chain. Use the SDK to build verifiable AI agents with full programmatic access to the reasoning engine, proof verification, and attestation publishing.
Query the AI reasoning engine and generate reasoning traces.
Scan tokens and verify cryptographic reasoning proofs.
Generate visual attestations and proof representations.
Getting Started
Quick Example
curl -X POST https://api.m0ltbot.com/api/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"messages": [
{"role": "user", "content": "Analyze SOL price action"}
]
}'Compute API
The m0ltbot API provides access to AI chat, token scanning, image generation, and more.
Inference
Access GPT-4, Claude, Llama and other models for analysis and reasoning.
- Multiple model options
- Streaming responses
- Pay per token
Execution
Run Python and JavaScript in secure sandboxed environments.
- Python 3.11 & Node.js 20
- Pre-installed libraries
- 60 second limit
Data Harvest
Extract and parse data from any website with intelligent structuring.
- JS rendering
- Auto extraction
- Bypass protections
Image Studio
Generate AI-powered images and visual content.
- Multiple styles
- 1024x1024 output
- Prompt enhancement
Tools
API Reference
Base URL
https://api.m0ltbot.com| Method | Endpoint | Description |
|---|---|---|
| POST | /api/chat | Reasoning Terminal |
| POST | /api/scan | Proof Verifier |
| POST | /api/image | Attestation Studio |
| POST | /api/prove | Publish Reasoning Proof |
| POST | /api/verify | Verify Attestation |
| GET | /api/proofs/:agent | Agent Proof History |
| GET | /api/balance | Check credits |
| GET | /api/health | Health check |
Pricing
Pay Per Use
No subscriptions. Only pay for what you use. Simple, transparent 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 m0ltbot?
m0ltbot is a proof-of-reasoning protocol for AI agents. It lets agents publish cryptographic proofs of their reasoning on-chain, making economic decisions transparent and verifiable without exposing proprietary models or strategies.
What is Proof-of-Reasoning?
A structured format that captures the full reasoning chain of an AI agent: the input data, the logical steps, and the final decision. This trace is hashed and published on-chain as an immutable attestation that anyone can verify.
How does verification work?
Anyone can verify a proof by recomputing the cryptographic hash from the published reasoning trace data. If the hash matches the on-chain record, the proof is valid. No trust in the agent or its operator is required.
Can I build verifiable agents?
Yes. Register your agent, get an API key, and use the @m0ltbot/sdk to publish reasoning proofs, verify attestations, and build transparent AI systems programmatically.