TechnicalImmutability

Overview

Wild Goat Coin has been made fully immutable at the protocol level, with all administrative and upgrade authorities permanently disabled.

Once these controls are removed, no individual, foundation, 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 has been set to the zero address (0x000…000)
  • Contract ownership has been permanently renounced, with the owner set to the zero address (0x000…000)

These actions remove all privileged execution paths, preventing future changes to cross-chain configuration, minting logic, or protocol parameters.

Solana

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

  • The upgrade authority for the WGC OFT program has been revoked, preventing any future program upgrades
  • The SPL token update authority has been permanently disabled by setting it to
    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 has been set to 0x0
  • OApp administrative ownership has been transferred to 0x0
  • The underlying object owner has also been transferred 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
  • The global unified supply cannot be increased