Multi-token support on SKALE Base and SKALE Base Sepolia is live

web3luka
Feb 22, 2026 · 1 min read

RelAI now supports USDC, USDT, WBTC, and WETH payments on both SKALE Base and SKALE Base Sepolia, with gas sponsored by the facilitator.

We have expanded RelAI payment support on SKALE to cover four tokens on both supported SKALE Base networks:

  • USDC
  • USDT
  • WBTC
  • WETH
This is available on:
  • SKALE Base
  • SKALE Base Sepolia

What this means for API providers

If your endpoint is configured on SKALE Base or SKALE Base Sepolia, your users can now pay with more than just USDC. That gives better wallet compatibility and makes onboarding easier for users who already hold USDT, WBTC, or WETH on SKALE.

Supported token addresses

SKALE Base

  • USDC: 0x85889c8c714505E0c94b30fcfcF64fE3Ac8FCb20
  • USDT: 0x2bF5bF154b515EaA82C31a65ec11554fF5aF7fCA
  • WBTC: 0x1aeeCFE5454c83B42D8A316246CAc9739E7f690e
  • WETH: 0x7bD39ABBd0Dd13103542cAe3276C7fA332bCA486

SKALE Base Sepolia

  • USDC: 0x2e08028E3C4c2356572E096d8EF835cD5C6030bD
  • USDT: 0x3ca0a49f511c2c89c4dcbbf1731120d8919050bf
  • WBTC: 0x4512eacd4186b025186e1cf6cc0d89497c530e87
  • WETH: 0xf94056bd7f6965db3757e1b145f200b7346b4fc0

Settlement and UX

All of these payments go through the same RelAI flow:

  1. User signs a payment authorization
  2. Facilitator settles on-chain
  3. RelAI sponsors gas for settlement
Result: consistent UX for users and simple integration for providers.

Available now in playground and API pricing

The update is already active in the dashboard playground and in API pricing configuration for SKALE Base networks.

If you run your own integration with @relai-fi/x402, update to the latest SDK version to get the same token metadata and signing defaults.


More token choice on SKALE means less friction at checkout and better conversion for paid APIs.

Understand x402 before you implement

This guide uses payment primitives from the x402 standard. Read the protocol overview for a complete flow, terminology, and integration FAQ.