ARB
Arbitrum One
LiveLeading Ethereum L2 with optimistic rollups. High throughput and low fees with full EVM compatibility.
Network ID
eip155:42161
Speed
~2 sec
Avg Fee
<$0.01
Family
EVM
Capabilities
Features
EIP-3009 Gasless
Optimistic rollup
High throughput
DeFi hub
Assets
Supported Tokens
USDT0
Tether USD
GaslessEIP-3009 (Gasless)
Contract Address
0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9
Integration
Code Example
TypeScript — Express.js Middleware
import { createPaymentMiddleware } from '@t402/express';
import { ExactEvmScheme } from '@t402/evm';
const scheme = ExactEvmScheme.server({
rpcUrl: process.env.RPC_URL
});
app.get('/api/data',
createPaymentMiddleware({
scheme,
facilitatorUrl: 'https://facilitator.t402.io',
defaultRequirements: {
scheme: 'exact',
network: 'eip155:42161',
payTo: process.env.PAY_TO_ADDRESS!
}
})({ amount: '10000' }), // $0.01 USDT0
handler
);Resources
Explore Further
Start Building on Arbitrum One
Accept USDT0 payments on Arbitrum One with the T402 SDK. Zero protocol fees, instant settlement.