GOAT Network

GOAT Network Decentralized Sequencing

GOAT Network separates fast L2 execution from slower Bitcoin publication. Sequencers give users quick feedback for apps and agents, while Bitcoin finality provides the long-term settlement anchor.

Key Properties

PropertyWhat it means
Fast user feedbackTransactions are sequenced quickly on GOAT Network before Bitcoin finality arrives.
Bitcoin-backed settlementSequencer output is ultimately published and finalized on Bitcoin.
Fraud accountabilityIncorrect or invalid behavior can be challenged and economically penalized.
Role separationExecution, verification, and Bitcoin publication responsibilities are distinct.

High-Level Architecture

Sequencing architecture
User transactions
      |
      v
Sequencer set ------> GOAT Network execution layer
      |                        |
      |                        v
      |                 GOAT Network state commitments
      |                        |
      +------------------------+
               |
               v
        Bitcoin publication
               |
               v
          Finality and dispute anchor

Execution and Settlement Layers

  • Execution layer: Orders transactions, executes them quickly, and gives applications fast responses.
  • Settlement layer: Anchors commitments to Bitcoin so that finality inherits Bitcoin security.
  • Verification layer: Watchtowers and challengers validate whether operators and sequencers are using the correct state and correct Bitcoin inputs.

Block Production Flow

Accept transactions

Sequencers receive transactions from wallets, apps, and infrastructure clients.

Order and execute

The active sequencer set produces GOAT Network blocks and updates the L2 state.

Commit the state

State commitments and correlated Bitcoin data are prepared for publication.

Publish to Bitcoin

The relevant state data is committed to Bitcoin so the chain can inherit Bitcoin-backed finality.

Resolve disputes if necessary

If someone uses the wrong state or wrong public inputs, challengers and watchtowers can trigger the correct resolution path.

Slashing Conditions

ConditionOutcome
Invalid state useThe offending actor can be challenged and penalized.
Invalid reimbursement claimOperator stake can be slashed.
Failure to respond during disputeThe non-responsive actor loses collateral.

Sequencing is the fast-feedback layer, not the final-settlement layer. Read GOAT BitVM Bridge for the settlement path and Security Model for the wider trust model.

On this page