Deployment
Oris is deployed on Base Sepolia today. Mainnet rollout is planned. The contract bytecode is identical between testnet and mainnet, so the move is a re-deploy with no source change.
Live addresses
| Layer | Component | Address (Base Sepolia) |
|---|---|---|
| L1 | OrisAgentRegistry | Six contracts |
| L2 | OrisL2PolicyRegistry | 0xb43a7d6efdd2df1F11af130133965f00C99dE356 |
| L3 | Veris gRPC | mTLS |
| L4 | Bundle API | api.useoris.xyz/v1/bundles |
| L5 | OrisL5RevocationRegistry | Deployed on Base Sepolia |
| L6 | OrisComplianceVerifier | 0xD0aCf4a873C5bBEA4296958C27c1eA652D98fA5C (block 42019099) |
| L7 | OrisAuditLogRegistry | 0xAde6DC06178904194FaE72CC83C6d2ec65Ed34c8 |
Deploy procedure (mainnet)
When mainnet rollout begins, the sequence is:
- L1 contracts — bytecode-identical re-deploy on Base mainnet. CCIP-Read gateway points to new contracts.
- L2 policy registry — re-deploy + first signed root commit.
- L5 revocation registry — re-deploy + first signed root commit.
- L6 verifier contract — re-deploy + pubkey announce.
- L7 audit log registry — re-deploy + first anchor commit.
- L3 Veris — promote the gRPC endpoint to the mainnet stack.
- L4 bundle API — flip network default to mainnet adapters.
- L8 SDK — bump default network from
base-sepoliatobase. Minor version release.
Each step is atomic. Rollback is a re-deploy of the prior step.
Network adapters
Base mainnet adapter ships with the rollout. Other adapters (Solana, Stripe, Visa, AWS, x402, Coinbase Agent) follow partner pilots.
Chain matrix
10 chains supported in testnet. Mainnet matrix mirrors testnet with bytecode-identical re-deploy.
| Chain | Verifier path | Adapter |
|---|---|---|
| Base | Solidity on-chain | ERC-4337 |
| Ethereum | CCIP-Read federation | ERC-4337 |
| Arbitrum, Optimism, Polygon, Avalanche, BNB, Celo | CCIP-Read federation | ERC-4337 |
| Solana | Anchor reference verifier | SPL token |
| Tron | HTTP gateway | TRC20 |
Where to go next
- Protocol deployment status for the live state matrix.
- Monitoring for health checks.
- Incident response for the rollback playbook.