Dexter Facilitator
MAINNET
SKALE x402 Payments
Full x402 v2 support for SKALE Network. Zero gas fees with high-throughput EVM-compatible settlement.
SKALE NetworkNetwork
Endpoint onlineFacilitator
$0Dexter fee
SKALE Integration
Use the public Dexter endpoint with the network value shown in the working server example.
https://x402.dexter.cashEndpoint onlinenpm i @dexterai/x402import { createX402Server } from '@dexterai/x402/server';
const server = createX402Server({
payTo: 'YourSkaleAddress',
network: 'eip155:1187947933',
facilitatorUrl: 'https://x402.dexter.cash',
});
const requirements = await server.buildRequirements({
amountAtomic: '30000',
resourceUrl: '/api/paid-endpoint',
});
res.setHeader('PAYMENT-REQUIRED', server.encodeRequirements(requirements));
res.status(402).end();What SKALE Supports
Exact Scheme (Zero Gas)
Fixed-price payments settle without gas costs for buyers or sellers.
Zero Gas Fees
SKALE eliminates gas costs entirely. Buyers and sellers pay nothing for on-chain settlement.
Public Facilitator URL
One endpoint shared across every supported chain.
High Throughput
EVM-compatible chain with high TPS and instant finality.