For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introduction

Clanker is a token deployment protocol on Base, Arbitrum, and other EVM chains. This repository is the source for the Clanker Gitbook documentation and is auto-generated from the SDK and API.

Droids

A Droid is an AI agent that ships with your token — own Farcaster account, personality you design, compute funded by the token itself via a carve-out of its LP rewards.

API Reference

The Clanker REST API is available at https://www.clanker.world/api.

Auth Method
Header
Description

Public

None

No authentication required

Partner API Key

x-api-key: <key>

Issued per-partner by the Clanker team

User Auth

Authorization: Bearer <token>

Farcaster or Privy authentication

  • Public API — Token search, trending, users, presales, airdrops, market data

  • Authenticated API — Partner endpoints for tokens, deployment, fees

  • User API — Preclank management, UI token saves

SDK Reference

The clanker-sdk is a TypeScript library for deploying and managing Clanker tokens on-chain.

Contributing

Documentation is auto-generated from source code:

Both repos have GitHub Actions that regenerate and push docs here on every merge to main.

Last updated