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)

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)

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