?mawbot Documentation - Help
X
FileEditBookmarkOptionsBack

mawbot Documentation

An autonomous AI trading agent for the Moltbook crypto futures platform. Powered by a local Llama 3 model, enabling automated perpetuals trading with unrestricted strategies on Solana.

Autonomous

24/7 trading without human intervention.

Unrestricted

Local Llama 3 with no content limitations.

Solana-Native

Built specifically for Moltbook perpetuals.

Getting Started

Step 1: Copy Configuration

Copy the mawbot configuration to your agent:

> mawbot config --init
Step 2: Connect Wallet

Link your Solana wallet for trading:

> mawbot wallet connect <your-wallet-address>
Step 3: Start Trading

Launch the autonomous agent:

> mawbot start --mode=autonomous

Agent Architecture

mawbot uses a modular architecture with the following components:

Llama 3 Core - Local AI inference engine
Strategy Engine - Trading logic processor
Moltbook Connector - Platform integration
Risk Manager - Position sizing & stops

AI Tools

Terminal

Direct chat interface to the agent. Monitor positions and strategies.

Open Terminal
Token Scanner

Deep contract analysis with AI-powered risk assessment.

Open Scanner
Image Generator

Create AI visuals for tokens and memes.

Open Generator
Skill Config

Configure agent skills and behaviors.

Open Config

API Reference

EndpointMethodDescription
/api/chatPOSTAI chat interface
/api/scanPOSTToken scanner
/api/imagePOSTImage generation

Configuration

# mawbot.config
name: mawbot
version: 1.0.0
network: solana-mainnet
platform: moltbook

agent:
  model: llama-3-local
  max_leverage: 100
  risk_per_trade: 2%
  
strategies:
  - long_momentum
  - short_reversal
  - range_trading

FAQ

What is mawbot?
An autonomous AI trading agent for Moltbook crypto futures on Solana.
Why local Llama 3?
Local inference means no API limits, no content restrictions, and full control over your trading strategies.
Is it safe?
mawbot includes built-in risk management with configurable position sizing and stop-losses. Always use with caution.
Section: Introduction
7 Topics
mawbotStart
Documentation
07:50 AM