LinkexLinkex Docs
Buying Credits

Payment methods overview

Compare the three top-up rails — crypto wallet, autonomous x402, and Alipay+.

All top-ups land in the same USD-denominated credit balance. Pick the rail that fits how you pay:

Crypto walletx402 (autonomous)Alipay+
Who it's forAnyone with a crypto walletAI agents funding themselvesUsers of Asian e-wallets
You pay withUSDC / USDT / $U on Base, BNB Chain, or SolanaSame tokens, signed programmaticallyAlipay, AlipayHK, GCash, DANA, TNG, KakaoPay, TrueMoney…
Amount$1 – $1,000 per order$1 – $1,000 per orderFrom $1 (USD-denominated)
Rate1 USD paid = 1 USD credit (no rail fee)Same1:1 in USD, before any group ratio/discount
Human present?Yes — you sign in your walletNo — the agent signsYes — hosted checkout
Order validity10 minutes10 minutes10 minutes
SpeedCredits on on-chain confirmation (typically seconds)SameCredits on webhook confirmation

Exact per-order bounds are served live by GET /api/user/topup/info (all rails) and GET /api/user/topup/x402/config (x402); the values above are platform defaults.

Which one should I use?

  • You have MetaMask / a Solana wallet and stablecoinsCrypto wallet. Three clicks in the console, gasless on Base (USDC) and BNB Chain ($U).
  • You are building an agent that must never stopx402 autonomous top-up with an agent credential and spend caps.
  • You prefer local e-wallets / no cryptoAlipay+ supports 14 wallets across Asia, denominated in USD.

Checking your balance and orders

  • Balance: shown in the console header and on the Wallet page, or GET /api/user/self/balance (returns quota_usd).
  • Orders: Console → Wallet → billing history, or poll GET /api/user/topup/order/{trade_no}. Order states: pending → settling → success | failed | expired.

On this page