GOAT Network
Sequencers

Sequencer Overview

This page summarizes what you need before running a GOAT Network sequencer and where to go next for validator setup, rewards, and release tracking.

Sequencer deployment flow
Provision host
   |
   v
Generate keys
   |
   v
Start services
   |
   v
Sync the node
   |
   v
Complete the locking workflow

Why Run a Sequencer

BenefitDetail
Infrastructure participationHelp order and process GOAT Network transactions
Bitcoin-backed settlementOperate on an L2 that ultimately settles through Bitcoin
RewardsBecome eligible for BTC gas rewards and future token incentives

Prerequisites

  • Locking collateral for network participation
  • Coordination with the GOAT Network team if whitelisting is still required for your target environment
  • Linux and Docker operations experience
  • Secure key management for validator credentials

System Requirements

Hardware

ResourceRecommendation
CPUEquivalent to c5.2xlarge or better
RAM32 GB
Storage40 GiB root volume plus a 100 GiB gp3 data disk mounted to /data

Network Ports

PortProtocolPurpose
30303UDP/TCPgoat-geth P2P
26656TCPgoat P2P

Software

  • Ubuntu 20.04 or newer
  • Docker and Docker Compose
  • Go toolchain when building or debugging locally

Locking Contract Addresses

NetworkAddress
Alpha Mainnet0xbC10000000000000000000000000000000000004
Testnet30xbC10000000000000000000000000000000000004

Treat the locking workflow and validator keys as production secrets. Back them up before exposing the node publicly.

On this page