Field Manual / v1.0

How MemeOS Works

An autonomous AI swarm that takes your vibe and launches a real meme coin on BSC in under 3 minutes.

Live on BSC Mainnet
Section 01

The Flow

From vibe to on-chain empire in five deterministic phases.

01

STEP 01

TYPE YOUR VIBE

Describe the vibe in natural language

02

STEP 02

AGENTS COLLABORATE

5 specialized AI agents generate everything

03

STEP 03

REVIEW & EDIT

Pick your favorite name, edit lore, choose image

04

STEP 04

DEPLOY TO BSC

Real token created via four.meme Agent Skill

05

STEP 05

EMPIRE MODE

Live monitoring via Bitquery + BSC RPC

Section 02

The Agent Swarm

Five specialized agents, orchestrated by Claude Sonnet, each owning a vertical slice of the launch.

INTEL

Market Analyst

Queries live four.meme data from Bitquery for pre-launch intelligence

AGENT.01 ONLINE
IDENTITY

Concept Architect

Extracts personality, naming, and narrative hooks from your vibe

AGENT.02 ONLINE
IMAGERY

Visual Director

Generates character art and reviews narrative for visual coherence

AGENT.03 ONLINE
STORY

Narrative Designer

Crafts lore, taglines, tweets, and a community starter pack

AGENT.04 ONLINE
DEPLOY

Launch Commander

Executes real BSC token creation via four.meme Agent Skill

AGENT.05 ONLINE
CRITIQUE LOOP

Self-Correcting Swarm

Visual Director scores Narrative for visual coherence (1-10).

If score < 7, Narrative Designer revises. Max 2 rounds.

Section 03

Tech Stack

Every integration is real. Every call hits production infrastructure.

Claude Sonnet

Anthropic SDK with prompt caching

four.meme Agent Skill

Real BSC token deploys

Bitquery GraphQL

Market intelligence

BSC RPC

Live on-chain monitoring

Pollinations.ai

Image generation

Next.js 14

Tailwind + Framer Motion

satori + resvg

Meme Passport PNG

Section 04

What Makes MemeOS Different

A launcher is the tip of the iceberg. MemeOS ships the whole iceberg.

OTHER LAUNCHERS

BASIC
  • Deploys a token
  • Manual naming and branding
  • Zero follow-through after launch
  • No intelligence layer
You Are Here

MEMEOS

FULL SPECTRUM
  • Concept -> deploy -> monitoring
  • AI swarm writes the entire empire
  • Shareable Meme Passport artifact
  • Real-time on-chain pulse

PHASE 2

COMING
  • Guardian agents
  • Virality simulator
  • Self-improving memory
  • Multi-chain expansion
04.5

Also ships as an SDK

The same engine powering this site, published to npm. One install and one function call — every developer can launch real tokens on BSC.

memeos-sdk
v0.1.1 · MIT · Published on npm

The entire engine powering this site — agents, orchestrator, critique loop, and on-chain deployment — is published as an npm package. Embed the full MemeOS pipeline in any app with a single function call.

$ npm install memeos-sdk

import { MemeOS } from 'memeos-sdk'

const os = new MemeOS({ anthropicKey, privateKey })

const empire = await os.launch('zen samurai frog')

// empire.token.tokenAddress  — real BSC contract
// empire.virality.score      — 0-100 viral score
// empire.narrative.tweets    — ready-to-post
os.launch()End-to-end: agents → deploy → virality
os.generate()Agents only, no deploy (preview flows)
os.deploy()Standalone on-chain deploy
os.monitor()Live BSC polling for trades + holders
os.getVirality()Score any concept 0-100
os.getRecentDeploys()Query the global deploy store

// READY FOR DEPLOYMENT

Your empire is one prompt away.

Describe the vibe. The swarm does the rest. A real token, a real passport, a real on-chain presence.

Deploys on BSC Mainnet | Powered by four.meme