CFX
Conflux eSpace
LiveCross-border chain with regulatory compliance. Strong presence in Asia Pacific markets.
Network ID
eip155:1030
Speed
~5 sec
Avg Fee
<$0.01
Family
EVM
Capabilities
Features
EIP-3009 Gasless
Tree-Graph consensus
Cross-border
Asia markets
Assets
Supported Tokens
USDT0
Tether USD
GaslessEIP-3009 (Gasless)
Contract Address
0xaf37E8B6C9ED7f6318979f56Fc287d76c30847ff
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:1030',
payTo: process.env.PAY_TO_ADDRESS!
}
})({ amount: '10000' }), // $0.01 USDT0
handler
);Resources
Explore Further
Start Building on Conflux eSpace
Accept USDT0 payments on Conflux eSpace with the T402 SDK. Zero protocol fees, instant settlement.