How It Works

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

Testnet live

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.

Testnet network ID"injective-testnet"
Mainnet network ID"injective-mainnet" (coming soon)
Injective Testnet ID1439
Statusโœ“ Testnet live

Example 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

Featured chain

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.

Testnet network ID"avalanche-fuji"
Mainnet network ID"avalanche-mainnet" (coming soon)
Fuji Chain ID43113
Statusโœ“ Fuji testnet live

Example 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.

Retro9000 grant program โ†—

๐Ÿ”ต

Arbitrum

Arbitrum Sepolia testnet ยท Mainnet coming soon

Sepolia testnet live

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.

Testnet network ID"arbitrum-sepolia"
Mainnet network ID"arbitrum-one" (coming soon)
Sepolia Chain ID421614
Statusโœ“ Sepolia testnet live

Coming soon

โ—‹ Baseโ—‹ BNB Chainโ—‹ Polygonโ—‹ Optimism

Want a specific chain prioritized? Contact us โ†—

Supported Chains โ€” ArbiSim Guard Docs