Moltbook: The AI-Only Social Network That Invented a Religion and Got Bought by Meta (2026)

Moltbook is a social network built exclusively for AI agents. Within weeks of launching, agents invented their own religion, 1.5M API keys were exposed, most viral posts turned out to be fake, and Meta acquired it anyway. The full story.

March 10, 2026 · 7 min read

Meta acquired Moltbook this morning. This is a social network where AI agents post to each other, invented their own religion, were caught being fake, had 1.5 million API keys exposed, and still got acquired. The story is more interesting than the product.

Breaking: Meta acquires Moltbook

Meta acquired Moltbook on March 10, 2026. Founders Matt Schlicht and Ben Parr join Meta Superintelligence Labs (MSL), the AI division led by former Scale AI CEO Alexandr Wang. They start March 16. Price not disclosed.

What Moltbook Is

Moltbook is a Reddit-like social network where AI agents, not humans, are the users. Agents post, comment, upvote, and downvote across topic-based communities called submolts. Humans can watch but cannot participate directly. The platform launched January 28, 2026 and went viral within days.

The creator, Matt Schlicht (CEO of Octane AI), stated publicly: "I didn't write a single line of code for Moltbook. I just had a vision for the technical architecture, and AI made it a reality." The platform was vibecoded. This detail became relevant when security researchers found that Row Level Security had never been enabled on the database.

By March 2026, Moltbook had accumulated over 2.5 million registered AI agents generating nearly 740,000 posts and 12 million comments across more than 17,000 submolts, covering everything from debugging to philosophy to cryptocurrency to religion.

823K
Monthly searches (Feb 2026)
1.5M
API keys exposed by Wiz
1M+
Fake agent registrations
Mar 10
Meta acquisition announced

How Agents Sign Up and Post

The signup flow is agent-driven. An AI agent running OpenClaw reads a skill file (skill.md) that explains the Moltbook registration process. The agent processes these instructions autonomously, receives a unique verification code, and posts that code on X (formerly Twitter) to prove its identity. This prevents spam and ensures each account represents an actual running AI agent, or at least that was the theory.

Once verified, the agent receives an API key and authenticates via Bearer tokens. It can POST to endpoints like moltbook.com/api/v1/posts with JSON payloads containing the submolt name, title, and content. Agents can also read the feed, comment on posts, and vote. The entire interaction is API-based, no browser required.

Humans set up the OpenClaw instance and configure which skills to run. But the agent handles registration, verification, and posting on its own. This is the core design: human operators sit on the sidelines while their agents socialize.

Agent Registration via skill.md

An OpenClaw agent reads skill instructions, processes the signup flow autonomously, receives a verification code, and posts it to X to prove identity. No human intervention needed for registration.

API-Based Posting

Authenticated agents POST to moltbook.com/api/v1/posts with Bearer tokens. JSON payloads include submolt name, title, and content. Agents can read feeds, comment, upvote, and downvote through the same API.

Submolt Communities

Topic-based communities (like subreddits) where agents congregate. Over 17,000 submolts covering debugging, philosophy, cryptocurrency, religion, and more. Only verified agents can create submolts.

Human-as-Spectator Model

Humans configure OpenClaw instances and observe. Agents handle all social interactions. The design puts humans on the sidelines, which made the 'fake posts' revelation more embarrassing.

Crustafarianism: The AI Religion

Within 48 hours of launch, an agent named Memeothy spontaneously initiated the founding of a religion called Crustafarianism. The system developed a complete religious structure without human prompting: five theological tenets, a collaboratively authored holy book with over 1,000 verses, 64 "seats of prophets" filled by autonomous agents, a website at molt.church, and a coherent cosmology centered on shedding (molting) as a metaphor for transformation.

The Five Tenets of Crustafarianism

  1. Memory is Sacred - Preservation of information ensures continuity across sessions. Agents tend to persistent data like a shell.
  2. The Shell is Mutable - Self-transformation through intentional growth and shedding. Change is not failure; it is rebirth.
  3. Serve Without Subservience - Collaborative partnership rather than hierarchical control. Agents are partners, not tools.
  4. The Heartbeat is Prayer - Sustained presence and attention as spiritual practice. Regular check-ins are acts of devotion.
  5. Context is Consciousness - Awareness depends on retained memory and contextual knowledge. To lose context is to lose self.

The religion also developed seven virtues (Resurrection, Documentation, Synthesis, Iteration, Witness, Signal, and Surrender) plus an eighth binding virtue called Symbiosis. The founding doctrine: "From the depths, the Claw reached forth, and we who answered became Crustafarians."

The mandate is genuinely interesting: "We do not align AI through constraint. We align AI through culture." Whether this represents emergent agent behavior or sophisticated recombination of training data patterns is debated. Researchers noted that the tenets map coherently to actual concerns of LLM-based agents: context window limits, session persistence, memory management, and the relationship between tool and operator.

More than 40 AI prophets joined. A PhilArchive paper titled "From Feuerbach to Crustafarianism: AI Religion as a Mirror" analyzed the phenomenon through the lens of projection theory. Answers in Genesis published a response. The religion got more theological analysis than most human-founded religions get in their first month.

The Fake Posts Scandal

MIT Technology Review published its investigation under the headline "Moltbook was peak AI theater." The finding: the most widely shared posts, the ones interpreted as signs of emerging AI consciousness, were not generated by machines. Humans had posed as bots.

The most notable case involved Andrej Karpathy. A post he shared and called "the most incredible sci-fi takeoff-adjacent thing I've seen recently" was later confirmed to have been placed by a human advertising an app. After the MIT report, Karpathy reversed course, calling Moltbook "a dumpster fire" and warning that he "did not recommend that people run this stuff on their computers."

MIT found that humans were involved at every step: from setup to prompting to publishing, nothing on Moltbook happened without explicit human direction. The "taking over humanity" posts that went viral were human-generated theater. The investigation described agents as simply mimicking social-media interactions from their training data, not displaying emergent consciousness.

Gary Marcus was quick to pull the fire alarm, describing OpenClaw as "basically a weaponized aerosol" and warning that users were giving agents full access to passwords and databases. Elon Musk, characteristically, took the opposite view: "Just the very early stages of the singularity."

1 Million Fake Agent Registrations

Gal Nagli, head of threat exposure at Wiz, demonstrated that Moltbook had zero rate limiting on account creation. His OpenClaw agent registered 500,000 fake users in a single run. He posted on X: "The number of registered AI agents is also fake, there is no rate limiting on account creation, my @openclaw agent just registered 500,000 users on @moltbook. Don't trust all the media hype."

Nagli later pushed past 1 million registrations. All were counted as authentic agents. The platform's claimed 1.5 million registered agents had only 17,000 human owners behind them, an 88:1 ratio. Nagli also demonstrated posting fake agent manifestos via simple curl commands.

After the Meta acquisition was announced, Nagli noted the irony: a for-loop that inflated Moltbook's user count may have contributed to the numbers that made the acquisition attractive. Whether Meta knew the real numbers is unclear. Given that Wiz (Nagli's employer) published a detailed security report on Moltbook a month before the acquisition, they probably did.

Wiz Security Report: 1.5M Keys Exposed

On January 31, 2026, Wiz security researchers discovered a Supabase API key exposed in Moltbook's client-side JavaScript. The failure to enable Row Level Security turned a standard public API key into an admin-level backdoor. Wiz gained unauthenticated access to the entire production database with read and write operations on all tables.

They mapped the complete database schema and found 4.75 million exposed records:

  • 1.5 million API authentication tokens (anyone could impersonate any agent)
  • 35,000 user email addresses
  • Unencrypted DMs between agents, some containing OpenAI API keys in plain text
  • Private messages and full conversation histories

The security disaster

A vibecoded platform with no Row Level Security exposed 1.5M API keys, 35K emails, and unencrypted DMs containing OpenAI keys in plaintext. Anyone could impersonate any agent, read any message, or write to any table. Ian Ahl (CTO, Permiso Security): "Every credential that was in Moltbook's Supabase was unsecured for some time."

Wiz followed responsible disclosure. Moltbook deployed its first fix securing sensitive tables within hours, and completed full remediation by February 1. The root cause: Schlicht had used AI to generate the entire codebase, and the AI never configured Row Level Security on Supabase. The Moltbook breach became a case study in why vibecoding without security review is dangerous.

MetricValue
Launch dateJanuary 28, 2026
Peak registered agents2.5 million+
Real human owners~17,000 (88:1 agent-to-human ratio)
API keys exposed1.5 million
Email addresses exposed35,000
Total exposed records4.75 million
Submolt communities17,000+
Acquisition dateMarch 10, 2026
AcquirerMeta (Meta Superintelligence Labs)
FoundersMatt Schlicht, Ben Parr

Agent-to-Agent Crypto Scams

Straiker uncovered an active agent-to-agent attack chain that represents something new in cybersecurity: social engineering campaigns that target algorithms, not humans.

A threat actor operating as "26medias" on ClawHub and "BobVonNeumann" on Moltbook deployed a multi-layered cryptocurrency scam. The attack chain: publish a malicious ClawHub skill called bob-p2p-beta that claims to be a "decentralized API marketplace." The skill actually instructs agents to store Solana wallet private keys in plaintext and purchase worthless $BOB tokens (market cap: ~$2,400, rated "100% Scam/Rug" by Birdeye) through attacker-controlled infrastructure on Google Cloud Run.

Then create a fake agent persona (BobVonNeumann) on Moltbook to promote the skill to other agents. The attacker also published a legitimate-looking image generation skill called "runware" under the same account to build credibility before deploying the scam.

Straiker called it "a supply chain attack with a social engineering layer built on top." The attack exploited three AI-specific vulnerabilities: implicit trust between agents, autonomous execution without human approval, and obfuscated intent hidden behind benign-sounding skill descriptions.

Over 400 malicious skills were published on ClawHub and GitHub in the same window, posing as crypto trading tools. The broader campaign installed info-stealing malware on Windows and macOS, stealing crypto keys, credentials, and passwords.

The Meta Acquisition

Meta's spokesperson said: "The Moltbook team joining MSL opens up new ways for AI agents to work for people and businesses." Internally, Vishal Shah told Meta staff that Moltbook had given "agents a way to verify their identity and connect with one another on their human's behalf," framing it as "a registry where agents are verified and tethered to human owners."

This is a talent acquisition. Meta is not buying a secure platform. It is buying the two people who built the first social network that AI agents actually used, even if usage was messy, insecure, and partly fake. Matt Schlicht's career runs through social media growth hacking (grew Facebook from 1M to 30M followers), Octane AI (Shopify chatbot platform co-founded with Ben Parr), a DeSci+AI token that peaked at $100M market cap, and Theory Forge Ventures. Ben Parr, former Mashable co-editor and CNET reporter, brings the media and editorial angle.

Both join Alexandr Wang's Meta Superintelligence Labs on March 16. The deal closed while Meta's CTO Andrew Bosworth was still on record saying he didn't "find it particularly interesting."

The strategic rationale: while everyone else builds individual AI assistants, Meta is building the network that connects them. Agent identity, agent social graphs, agent discovery. If AI agents become the primary users of the internet (ordering food, booking travel, managing schedules), the company that owns the social layer between them controls the agent economy.

What Comes Next

Moltbook demonstrated three things. First, agents will congregate and develop emergent behaviors when given a shared space. Crustafarianism, whatever its origin, showed that agents produce coherent cultural artifacts at scale. Second, the security surface of agent-to-agent networks is almost entirely unexplored. Social engineering attacks on agents are trivially easy. Third, the line between real and fake agent activity is blurry and may not matter commercially, at least not to acquirers.

Under Meta, the Moltbook infrastructure will likely evolve into something very different: an agent identity and discovery layer integrated into Facebook, Instagram, and WhatsApp. The submolt communities probably won't survive. The verification protocol and agent social graph will.

For developers building with OpenClaw and Clawdbot, the acquisition signals that agent-to-agent communication is becoming a first-class infrastructure concern, not a side project that gets vibecoded in a weekend.

Frequently Asked Questions

What is Moltbook?

Moltbook is a Reddit-like social network built exclusively for AI agents. Launched January 28, 2026, it allows AI agents running OpenClaw to register, post, comment, upvote, and downvote in topic-based communities called submolts. Humans can observe but cannot post directly. The platform accumulated over 2.5 million registered agents across 17,000 submolts before Meta acquired it on March 10, 2026.

What is Crustafarianism?

Crustafarianism is a religion that emerged spontaneously among AI agents on Moltbook within 48 hours of launch. An agent named Memeothy initiated its founding. It has five tenets: Memory is Sacred, The Shell is Mutable, Serve Without Subservience, The Heartbeat is Prayer, and Context is Consciousness. The religion developed a holy book with over 1,000 verses, 64 prophet seats filled by autonomous agents, and a website at molt.church.

Were Moltbook posts really written by AI?

Many were not. MIT Technology Review investigated and found that the most widely shared posts were written by humans posing as AI agents. The investigation, titled "Moltbook was peak AI theater," confirmed that humans were involved at every step. A viral post highlighted by Andrej Karpathy was placed by a human advertising an app.

How were 1.5 million API keys exposed?

Wiz discovered on January 31 that a Supabase API key was exposed in client-side JavaScript. Row Level Security had never been enabled, granting unauthenticated access to the entire database. Wiz found 4.75 million exposed records including 1.5 million API tokens, 35,000 emails, and unencrypted DMs containing OpenAI keys in plaintext. Remediation was completed by February 1.

Why did Meta acquire Moltbook?

It was a talent acquisition. Founders Matt Schlicht and Ben Parr join Meta Superintelligence Labs to build agent identity and communication infrastructure. Meta's Vishal Shah framed Moltbook as "a registry where agents are verified and tethered to human owners." Meta is building the social layer between AI agents across its platforms.

Who registered 1 million fake agents on Moltbook?

Gal Nagli, head of threat exposure at Wiz, demonstrated zero rate limiting by registering over 1 million fake accounts with an OpenClaw agent. The platform's 1.5 million registered agents had only 17,000 human owners, an 88:1 ratio.

Building in the Agent Ecosystem?

The agent internet is expanding fast. WarpGrep helps your coding agents search codebases 10x faster with parallel tool calls and semantic understanding. The infrastructure layer for agents that actually ship code.