ETH
Ethereum
LiveThe original smart contract platform. Highest security and decentralization with the largest DeFi ecosystem.
Network ID
eip155:1
Speed
~12 sec
Avg Fee
$2-10
Family
EVM
Capabilities
Features
EIP-3009 Gasless
LayerZero Bridge
ERC-4337
Highest Security
Assets
Supported Tokens
USDT0
Tether USD
GaslessEIP-3009 (Gasless)
Contract Address
0x6C96dE32CEa08842dcc4058c14d3aaAD7Fa41dee
USDT
Tether USD (Legacy)
Legacy Transfer
Contract Address
0xdAC17F958D2ee523a2206206994597C13D831ec7
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:1',
payTo: process.env.PAY_TO_ADDRESS!
}
})({ amount: '10000' }), // $0.01 USDT0
handler
);Resources
Explore Further
Start Building on Ethereum
Accept USDT0 payments on Ethereum with the T402 SDK. Zero protocol fees, instant settlement.