GOAT NETWORK / DOCUMENTATION

Bitcoin-secured infrastructure for the Digital Economy.

Explore how GOAT Network connects Bitcoin-backed settlement, agent infrastructure, builder tooling, and user entry paths across the Digital Economy.

PRIMARY SECTIONS

AGENTS / QUICK START

Quick Start

AgentKit is the fastest way to build on GOAT Network agent infrastructure. Start with the published CLI if you want a ready-to-run project, or install the SDK directly in an existing codebase.

TERMINAL

Option 1: CLI Scaffolding (recommended)
npm create goat-agent
# Follow prompts: project name → preset (minimal/defi/full) → network
cd my-agent && pnpm start

FAST LINKS