βοΈ Chain Specifics β
Nyxora's core engine is designed to be highly interoperable. While the initial release focuses heavily on the Ethereum Virtual Machine (EVM) ecosystem due to its immense liquidity and developer adoption, the architecture is built to eventually support diverse Virtual Machines.
Here is the current state of blockchain support in Nyxora.
π Fully Supported Networks (EVM) β
Nyxora currently has 100% native support for the following EVM-compatible networks. The agent can seamlessly read balances, transfer assets, swap tokens, and check security across any of these chains.
- Ethereum Mainnet (
ethereum)- The gold standard. Fully supported for all DeFi operations.
- Base (
base)- Coinbase's L2. Highly recommended for low-fee AI trading operations.
- Arbitrum One (
arbitrum)- Supported natively. Perfect for high-speed DEX routing.
- OP Mainnet (
optimism)- Supported natively for fast Layer 2 interactions.
- Polygon Matic (
polygon)- Fully supported. Nyxora natively recognizes MATIC, POL, and bridged assets.
- BNB Smart Chain (
bsc)- Supported for low-cost swaps and BEP-20 token management.
- Sepolia Testnet (
sepolia)- Supported for developers to test their AI Agent strategies without spending real money. (Note: Security scanning via GoPlus is disabled on Testnets).
- Arbitrum Sepolia (
arbitrum_sepolia)- Supported for testing fast L2 routing and cross-chain bridging on Arbitrum testnet.
- Base Sepolia (
base_sepolia)- Supported for testing Base L2 integrations.
- Optimism Sepolia (
optimism_sepolia)- Supported for testing OP Stack integrations.
TIP
Nyxora uses a dynamic SUPPORTED_CHAIN_NAMES registry. If you want to add a new EVM chain (e.g., Avalanche or Linea), you only need to add it to packages/core/src/web3/config.ts. The rest of the AI's logic will automatically adapt!