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
Network
Understand the settlement foundation behind GOAT Network: bridge design, sequencing, execution, and security.
Agents
Build with AgentKit, portable identity, and payment rails designed for autonomous software on GOAT Network.
Users
Connect your wallet, bridge assets across chains, and participate in the GOAT ecosystem.
Build
Deploy apps and payment-enabled APIs on Bitcoin-secured infrastructure with x402, contracts, and builder tooling.
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 startFAST LINKS