Deployed Addresses
Contract addresses on Arbitrum
Arbitrum Sepolia (Testnet)
Testnet deployment pending. Contracts will be deployed after initial funding.
PredictionEngine—
NotchScore—
NotchPassMarket—
DualOracle—
ChainlinkAdapter—
PythAdapter—
NotchToken—
StakingModule—
Treasury—
Arbitrum One (Mainnet)
Mainnet deployment will follow after testnet validation and security audit.
Coming after testnet validation
Verification
All contracts will be verified on Arbiscan with full source code. You can independently verify any contract by cloning the repository and running:
git clone https://github.com/notch-protocol/contracts
cd contracts
forge build
forge test180 tests covering the full protocol lifecycle, including fuzz tests for the scoring math.