MEG
MegaETH
LiveReal-time blockchain with sub-millisecond latency. Designed for high-frequency applications.
Network ID
eip155:4326
Speed
<1 sec
Avg Fee
<$0.001
Family
EVM
Capabilities
Features
EIP-3009 Gasless
Sub-ms latency
100k TPS
Real-time execution
Assets
Supported Tokens
USDT0
Tether USD
GaslessEIP-3009 (Gasless)
Contract Address
0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb
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:4326',
payTo: process.env.PAY_TO_ADDRESS!
}
})({ amount: '10000' }), // $0.01 USDT0
handler
);Resources
Explore Further
Start Building on MegaETH
Accept USDT0 payments on MegaETH with the T402 SDK. Zero protocol fees, instant settlement.