How Addresses Are Derived
FlowGuard contracts compile to BCH script addresses. Each unique set of constructor parameters produces a different deployed address. Two vesting contracts with different totals, recipients, or schedule parameters do not share the same address. The backendDeploymentRegistryService tracks deployments created through FlowGuard together with:
- contract type
- network
- deployment metadata
- constructor parameters
- artifact match status
- optional on-chain verification data
Use the Registry
Because most covenants are parameterized at deploy time, there is no single canonical address for
streams, recurring payments, airdrops, grants, bounties, rewards, proposals, or vote locks. Use
the deployment registry to inspect the addresses your deployment actually created.
Verify One Address
- current balance
- UTXO set summary
- confirmation status
- network
- explorer link
Networks
The registry supports:chipnetmainnettestnet3testnet4

