TechnicalImmutability

Wild Goat Coin Immutability

Overview

Wild Goat Coin is fully immutable at a protocol level, with all administrative and upgrade authorities permanently disabled.

No individual, entity, or off-chain process can modify core contract logic, token behavior, or cross-chain configuration.

Immutability is enforced on each execution environment as outlined below.

EVM Chains

Across all supported EVM chains:

  • The LayerZero OFT delegate is set to the zero address 0x000…000
  • Contract ownership is permanently renounced, also set to the zero address 0x000…000

Setting these values to the zero address is a standard method for permanently removing administrative control - preventing any future changes to cross-chain configuration or minting logic.

Solana

On Solana, immutability is enforced at both program and token level:

  • The upgrade authority for the WGC OFT program is revoked, preventing future program upgrades
  • The SPL token update authority is permanently disabled, set to the system address 11111111111111111111111111111111

As a result, neither program logic nor token metadata can be modified.

Aptos

On Aptos, Wild Goat Coin is deployed using Move-based object architecture.

  • The OApp delegate is set to 0x0
  • OApp administrative ownership is set to 0x0
  • The underlying object owner is set to 0x0

This removes all administrative control over the OFT object, ensuring that minting, burning, and cross-chain behavior cannot be altered.

Final State

As a result, Wild Goat Coin’s omnichain configuration is final:

  • No new minting pathways can be introduced
  • Global unified supply cannot be increased