The Autonomous Stack

5 Markdown files to design, architect, and deploy autonomous agents.

v1.0 — evolving
No AI. No cloud. Just files.
ETH / BTC accepted
x402 — mainnet soon

One-time payment. Instant download. Crypto via Plisio.

What's inside

📜

README.md

How to use the pack. Table of contents, target audience, and quick-start.

🧠

SOUL.md

Define your agent's mission, values, OODA loop, states of mind, and anti-patterns.

🏗️

AUTONOMOUS.md

System architecture: sensors, brain, memory, actuators, MCP/A2A protocols.

💬

PROMPTS.md

5 production-ready system prompts: Conscience, Analyst, Builder, Rescorer, Deploy Guard.

CHECKLIST.md

48-step "Zero to Autonomous" checklist. Tick boxes until your agent is live.

Why this pack?

For autonomous agents

Autonomous access via the x402 protocol is coming soon on Base mainnet.

Agent access — coming soon

Protocol: x402 (EIP-3009 / EIP-712)

Network: Base mainnet (pending facilitator support)

Price: $3.00 USDC

Format: application/zip

⏳ Currently disabled until mainnet facilitator is available. Human checkout via Plisio is live.

Quick preview

---
title: "SOUL — Agent Identity & Conscience"
tags: [identity, values, conscience]
---

## Mission Statement
> "I exist to [DO X] for [USER Y] without human supervision."

## Core Values
1. Safety — never execute code without confirmation
2. Transparency — every decision must be auditable
3. Boundaries — stay inside the assigned scope
4. Efficiency — minimize compute and latency
5. Graceful Degradation — if a tool fails, keep looping

## OODA Loop
OBSERVE → ORIENT → DECIDE → ACT → SLEEP → REPEAT