Supported chains
ArbiSim Guard works across multiple EVM-compatible blockchains. Each chain has its own fork configuration, gas model, and supported features.
Injective EVM
Supported by Injective Canonical ERC-8004 Registry
Injective EVM (chain ID 1439) is a Cosmos-compatible EVM chain featuring built-in Frequent Batch Auctions (FBA) at the protocol level for MEV resistance and order-book trading. ArbiSim Guard queries the real on-chain Injective IdentityRegistry and ReputationRegistry, and cross-links safety checks directly with the agent registry.
"injective-testnet""injective-mainnet" (coming soon)1439โ Testnet liveExample simulation request (Injective Testnet)
{
"network": "injective-testnet",
"agent_address": "0x...",
"transactions": [...],
"max_slippage_tolerance": 0.5
}Pyth INJ/USD pull oracle feed (ID 0x7a5b...) is configured for price calculations.
Identity registry checks for ERC-8004 compliance are deterministic across networks.
Avalanche
Supported by Ava Labs ยท Retro9000 grant program
Avalanche C-Chain is a fully EVM-compatible chain with sub-second finality and low fees. ArbiSim Guard has priority support for Avalanche. Fuji testnet is live now. Mainnet support is coming once the audit is complete.
"avalanche-fuji""avalanche-mainnet" (coming soon)43113โ Fuji testnet liveExample simulation request (Avalanche Fuji)
{
"network": "avalanche-fuji",
"agent_address": "0x...",
"transactions": [...],
"max_slippage_tolerance": 2.0
}TraderJoe, Pangolin, Benqi, and Aave v3 pool addresses are pre-configured for Avalanche.
Arbitrum
Arbitrum Sepolia testnet ยท Mainnet coming soon
Arbitrum is an L2 rollup on Ethereum. ArbiSim Guard supports Arbitrum Sepolia testnet today. Mainnet support and Arbitrum-specific features (Timeboost, Stylus) are planned for a future release.
"arbitrum-sepolia""arbitrum-one" (coming soon)421614โ Sepolia testnet liveComing soon
Want a specific chain prioritized? Contact us โ