Skip to main content
Mako
Autonomous on-chain tools. OpenAI-compatible API. One call, full answer. Built for the deep.

Quickstart

Make your first API call in 30 seconds.

Base Intelligence

Curated knowledge of the Base ecosystem.

Use Cases

Token research, wallet intel, due diligence, and more.

API Reference

Interactive playground to test every endpoint.

Autonomous tool orchestration

Mako resolves compound queries by chaining tools in sequence. The gateway handles all tool execution server-side — up to 8 rounds per request — and returns a single final response.
Execution trace:
  1. knowledge_search("virtuals") → Virtuals Protocol context and contract details
  2. web_search("virtuals protocol base launches") → recent launch activity
  3. Synthesis → grounded answer combining curated knowledge and live data
No client-side tool handling required. The gateway orchestrates the full chain and returns the synthesized answer.

Tool suite

16 read-only tools across four categories:

On-Chain (9)

ETH balances, ERC-20 balances and metadata, gas prices, block data, transaction counts, contract detection, ENS resolution, transaction details

Web & Social (4)

Web search with multi-provider fallback, full page extraction, tweet reading, music search

Market Data (1)

Live crypto prices via CoinGecko

Knowledge & Utility (2)

RAG over 15+ Base ecosystem projects, tool discovery
All tools are read-only. Mako cannot broadcast transactions or modify on-chain state.

Model naming

Use aliases in your requests. Canonical IDs are returned in responses. Both aliases and canonical IDs are accepted in the model field. If model is omitted, the gateway defaults to conductor.

OpenAI-compatible API

The API follows the OpenAI Chat Completions specification. Any client or SDK that supports OpenAI works with Mako by changing the base URL.

Open weights

Mako’s model weights are available on Hugging Face under permissive licenses:
  • Mako-32B Conductor — 32 billion parameters. Primary production model, optimized for tool orchestration and multi-step reasoning.
  • Mako-8B Operator — 8 billion parameters. Compact variant for streaming and low-latency deployment.
Additional components of the Mako stack will be open sourced over time.