Network
Contract Addresses

Contract Addresses

This reference guide provides a comprehensive list of core contract addresses for the GOAT Network.

⚠️

The following addresses are for Testnet3 only. Mainnet contract addresses will be published when mainnet launches.

Testnet3 Core Protocol Contracts

Pre-Deployed Contracts

These contracts are pre-deployed at genesis and serve critical network functions:

Contract NameTestnet3 AddressDescription
WrappedGoatBitcoin.sol0xbC10000000000000000000000000000000000000 (opens in a new tab)Native wrapped Bitcoin token on GOAT Network
GoatDAO.sol0xBC10000000000000000000000000000000000Da0 (opens in a new tab)Governance contract for the GOAT Network
GoatToken.sol0xbC10000000000000000000000000000000000001 (opens in a new tab)Native utility token of the GOAT Network
GoatFoundation.sol0xBc10000000000000000000000000000000000002 (opens in a new tab)Treasury and foundation management
Bridge.sol0xBC10000000000000000000000000000000000003 (opens in a new tab)Cross-chain bridge implementation
Locking.sol0xbC10000000000000000000000000000000000004 (opens in a new tab)Token locking and staking mechanism
BitcoinBlocks.sol0xbc10000000000000000000000000000000000005 (opens in a new tab)Bitcoin block header verification
Relayer.sol0xBC10000000000000000000000000000000000006 (opens in a new tab)Network message relayer
LockingTokenFactory.sol0xBc10000000000000000000000000000000000007 (opens in a new tab)Factory for creating new locking tokens

For all other verified contracts on GOAT Testnet3, visit the Verified Contracts Explorer (opens in a new tab).

Contract Source Code

For detailed implementation and documentation:

⚠️

Always verify contract addresses through official channels before interacting with them. The GOAT Network explorer provides contract verification and source code viewing capabilities.

Contract Interactions

When interacting with these contracts:

  1. Use the latest verified contract ABIs from the explorer
  2. Ensure you're connected to Testnet3 (Chain ID 48816)
  3. Follow security best practices for contract interactions
  4. Test thoroughly on testnet before planning mainnet deployment

For detailed integration guides and examples, refer to our Smart Contracts Overview.

Mainnet contract addresses and deployment information will be announced when mainnet launches.