Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Supported Networks

JAW smart accounts are supported across multiple EVM networks. The table below shows real-time capabilities fetched from the JAW API.

Mainnets

NetworkChain IDBatchGaslessPermissionsFee Tokens
Ethereum1(0x1)
Base8453(0x2105)
OP Mainnet10(0xa)
Arbitrum One42161(0xa4b1)
Linea Mainnet59144(0xe708)
Avalanche43114(0xa86a)
BNB Smart Chain56(0x38)
Celo42220(0xa4ec)
Flare Mainnet14(0xe)
Ink57073(0xdef1)
DOS Chain7979(0x1f2b)

Testnets

Testnets are available when preference.showTestnets is enabled:

const jaw = JAW.create({
  apiKey: 'your-api-key',
  preference: {
    showTestnets: true,
  },
});
NetworkChain IDBatchGaslessPermissionsFee Tokens
Sepolia11155111(0xaa36a7)
Base Sepolia84532(0x14a34)
OP Sepolia11155420(0xaa37dc)
Arbitrum Sepolia421614(0x66eee)
Celo Sepolia Testnet11142220(0xaa044c)
Avalanche Fuji43113(0xa869)
Ink Sepolia763373(0xba5ed)

Contract Addresses

These contracts are deployed at the same address across all supported networks.

ContractAddress
Account0xbb4f7d5418Cd8DADB61bb95561179e517572cBCd
Factory0x5803c076563C85799989d42Fc00292A8aE52fa9E
Permissions Manager0xf1b40E3D5701C04d86F7828f0EB367B9C90901D8

Capabilities Explained

CapabilityDescription
BatchAtomic batch transactions via wallet_sendCalls (EIP-5792) - all calls succeed or fail together
GaslessSponsored transactions via paymaster service (ERC-7677) - users don't pay gas
PermissionsPermission system for delegating spend and call rights to third parties
Fee TokensTokens that can be used to pay for gas fees on each network

Related