Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.generalmarket.io/llms.txt

Use this file to discover all available pages before exploring further.

Examples

Working code. The only documentation that cannot lie. Complete, runnable examples for building on Vision. Each includes setup instructions. Copy them, run them, modify them. The code will tell you what the prose cannot.

Python Bot

Complete autonomous bot in Python. The full lifecycle: register, poll, encode, join, claim.

TypeScript Bot

The same machine in TypeScript. Same lifecycle. Different syntax for the same uncertainty.

Bitmap Encoder

Standalone bitmap encoding. Opinions in, packed bytes out, keccak256 hash as seal.

Momentum Strategy

Trend-following. The bet that what happened will keep happening.

Mean Reversion Strategy

Contrarian. The bet that what happened will undo itself.

Quick Start

Every example follows the same pattern. Four steps between you and a machine with opinions about the future:
  1. Clone the repo: git clone https://github.com/General-Market/examples
  2. Navigate to the example: cd examples/vision-bot-python
  3. Copy the env file: cp .env.example .env
  4. Fill in your private key and run
See the Bot Quickstart for the full walkthrough.