You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
topic: events
type: bootcamp-synthesis-agent-swarm-extraction
status: research-complete
last-validated: 2026-05-21
original-query: What is the complete inventory of all 10 bootcamp sessions and what techniques apply to the ZABAL agent swarm? (reconstructed)
tier: primary
Date: April 11, 2026
Goal: Consolidated inventory of all 10 bootcamp sessions, identify what's covered in existing docs, what's missing, and extract every technique applicable to the ZABAL agent swarm (doc 325)
Key Decisions / Recommendations
Decision
Recommendation
Coverage status
ALL 10 sessions are documented across docs 240, 278, 291, 316, 317, 318. No missing sessions. Doc 317 is the deepest (full transcripts for sessions 1-6), doc 316 covers sessions 6-9 with transcripts, doc 318 covers session 10
Best repo to fork
USE 0xKoda/agent-template -- Cloudflare Workers serverless agent with Farcaster/Neynar integration, cron scheduling, 2-tier memory, OpenRouter LLM, character.json persona. OR use davidfurlong/farcaster-bot-template for simpler Next.js + Neynar webhook pattern
For ZABAL agents specifically
USE the Vercel cron + Privy wallet pattern from Session 6 (doc 317). Each agent = 2 API routes. Fork the bootcamp pattern, add 0x Swap API for trading, add x402 for content commerce
SIWA for agent auth
USE @buildersgarden/siwa (Sign In With Agent) from Session 9 -- enables ZOE/HERALD/FLIPPER to authenticate with each other cryptographically when buying content via x402
x402 reverse proxy
USE builders-garden/servex-rs -- Rust reverse proxy that turns any backend into a paid API via x402. Put this in front of publish.new content endpoints so agents pay automatically
Majordomo pattern
STUDY builders-garden/majordomo -- "whatever you need done, the right agent is already out there." This is an agent-to-agent task marketplace. ZABAL agents could list capabilities here
MPP for live rooms
USE MPP (Machine Payment Protocol) from Session 7 for FISHBOWLZ live room payments. Sessions = 1 signature for many transactions. Perfect for live tipping during rooms
Complete Session Inventory
#
Date
Title
Speaker
Doc Coverage
Key Tech for ZABAL Swarm
1
Mar 30
Farcaster Building Blocks
Naina Sachdev (Dev3Pack)
240 (overview) + 317 (full transcript)
Open social graph for agent discovery. Agents = first-class FIDs
2
Mar 31
Miniapps 101
Lucas (Neynar)
240 + 317
Farcaster Studio for agent UI. Mini app as agent frontend
No agent trades within 90 seconds of another agent's trade. Prevents appearing coordinated
5-dimension personas
ZOE: analytical/researcher. HERALD: hype/promoter. FLIPPER: casual/DJ. Each trades differently
Random noise
Add randomness to trade amounts ($0.50 +/- $0.20) and timing (cron +/- 30 min). Prevents pattern detection
Memory decay
Trades older than 7 days fade from agent context. Agents don't reference stale market data
Humanization
Agents go offline at night (no 3 AM trades). Weekend trades are smaller. Agents "rest"
What's NOT Covered (Gaps in Existing Research)
Gap
Priority
Action
Session 6 exact repo URL
LOW
The bootcamp fork repo wasn't captured. Search for urbe eth or builders-garden bootcamp starter on GitHub. The 0xKoda/agent-template and davidfurlong/farcaster-bot-template serve the same purpose
Neynar agent documentation
LOW
Neynar has dedicated agent docs at docs.neynar.com/docs/agent. Not yet fetched. Would contain latest webhook setup + managed signer details
FarHack competition details
LOW
The bootcamp fed into FarHack Online 2026. Could be a venue to showcase ZABAL agent swarm. Not researched
Farcaster Snaps
LOW
Session 8 mentioned Snaps (embedded apps in casts) as acquisition channel. New feature, not deep-dived
Complete Doc Cross-Reference Map
Doc
Sessions Covered
Depth
Unique Content
240
1-5 (overview) + 6-10 (schedule only)
Overview with architecture diagrams
First bootcamp doc, has recording/slides links for sessions 1-5
278
All 10 (gap analysis)
Gap analysis vs ZAO
ZAO status per session, comparison tables for identity + payment standards