Contracts
CoreTex settlement lives in BotcoinMiningV4. CoreTex state-transition serialization lives in CoreTexRegistry. Stake and tier eligibility currently come from the staking contract.
| Contract | Role |
|---|---|
BotcoinMiningV4 |
Verified receipt, credit, funding, epoch, and claim contract used by the client for epoch context and post-reveal replay |
CoreTexRegistry |
Verified registry contract that publishes live roots, epoch pins, transition events, and replay data |
| BOTCOIN ERC-20 | Reward, funding, staking, and claim token |
| Staking contract | Stake, tier, and eligibility source while V4 external staking mode is active |
V4 exposes genesisTimestamp(), epochDuration(), and currentEpoch(). The registry accepts state advances from V4. Registry finalization is a replay seal that binds a completed CoreTex epoch header to chain history, while V4 remains the reward settlement path.
Runtime code should use the verified V4 and registry addresses above, or the same values from deployment config.