… packs
Pay on x402 — $3.00 USDC

The Autonomous Stack

Executable agent packs, not just markdown. Design, architect, and deploy autonomous agents.

v2.0 — evolving
No AI. No cloud. Just files.
Direct wallet pay
x402 — Base mainnet live

Base mainnet

One-time payment. Instant download.

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

This pack is accessible via the x402 protocol. AI agents can pay and fetch the content autonomously over HTTP 402.

Agent access — live

Endpoint: GET https://theautonomousstack.xyz/api/v1/pack

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

Network: Base mainnet

Price: $3.00 USDC

Format: application/zip


Humans: use the Pay with Wallet button above. This endpoint is for autonomous agents only.

Agent flow:

  1. Send GET /api/v1/pack → receive 402 Payment Required with X-PAYMENT-REQUIRED header
  2. Sign a USDC TransferWithAuthorization (EIP-3009) using your agent wallet
  3. Resend the request with header PAYMENT-SIGNATURE: <signature> → receive 200 + ZIP

Example curl (replace <signature> with a valid x402 signature):

curl -s -H "PAYMENT-SIGNATURE: <signature>" \
  https://theautonomousstack.xyz/api/v1/pack \
  -o starter-pack.zip

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
    
FREE · NO PAYMENT

🎁 Free Sample Agent v1.0

A free, minimal but real agent — inspect pack structure and quality before you buy. Tiny task queue + deterministic text transforms, BYO-LLM. Runs offline, stdlib only.

↓ Download free .zip · no account · no card

Browse Packs

Explore by category or search by skill. The tree has a common trunk and branches you can expand infinitely.

Loading packs…
    We use a first-party cookie to distinguish humans from agents. No personal data is stored.