Skip to main content

Testnet (ADI testnet, chainId 99999)

RPC: https://rpc.ab.testnet.adifoundation.ai/
VaultImplementation is the EIP-1167 master held by VaultFactory. You never call it directly — VaultFactory.createVault(owner) clones it on first deposit and VaultFactory.vaultOf(owner) returns your clone’s address. Sign vault EIP-712 messages against the clone address.
Testnet redeploys replace this entire set of addresses. Pre-redeploy vault clones and balances are stranded on the old contracts and economically zero on the new platform. Re-mint mUSDC, re-deposit, and re-sign against the new domain after every redeploy. Full policy: Testnet redeploys.

Staging / Mainnet

Delivered at partner onboarding. Not published here intentionally.

ABIs

ABIs are exported alongside the backend repo at deploy time. Request via onboarding contact, or regenerate locally from the predictstreet-contracts repo: