Smart payment interface for SPL and Token‑2022 tokens on Solana. Accept low‑liquidity tokens, get real‑time valuation and liquidity insights, and instantly swap to base currency — all in one seamless flow.
The missing piece for token‑based commerce on Solana
TarelGo Pay is a complete payment gateway designed for merchants, dApps, and protocols that want to accept SPL and Token‑2022 tokens — especially those with low liquidity. It solves the two biggest problems of crypto payments: valuation and instant conversion.
Unlike simple wallet‑to‑wallet transfers, TarelGo Pay dynamically calculates the real market value of any token using on‑chain DEX data, estimates liquidity depth to prevent slippage, and offers an optional auto‑swap to a stable coin or SOL. All of this is wrapped into a clean, embeddable widget or API.
What makes TarelGo Pay different
Aggregates price data from multiple DEXes (Raydium, Orca, Meteora) to calculate fair market value, even for low‑liquidity pairs.
Estimates maximum swapable amount without extreme slippage — warns merchant or auto‑adjusts allowed payment size.
After receiving payment, merchant can opt to automatically swap received tokens to SOL, USDC, or any preferred stablecoin using Jupiter aggregator.
Embeddable payment button, hosted checkout page, or REST API — works with any web‑app or backend.
Sends transactions through private relay or uses Jito bundles to protect against sandwich attacks.
Native integration with TarelGo Gate and Gate AI — accept payments only from authenticated token holders.
From customer wallet to merchant settlement in 4 steps
Clicks "Pay with TarelGo" – amount and token are displayed.
System shows real‑time value and warns if payment exceeds available liquidity.
Customer approves token transfer; gateway forwards payment to merchant wallet.
Merchant’s preferred conversion happens instantly; funds arrive as stablecoin/SOL.
// Embed payment button (React example)
import { TarelGoPay } from '@tarelgo/pay';
function ProductPage() {
const handlePayment = async () => {
const payment = new TarelGoPay({
tokenMint: "8fyRazwomAvS33NC5SpktbAAf8YaZdMo59wjQAqHthud",
amount: 500, // in token decimals
merchantWallet: "YOUR_WALLET_ADDRESS",
autoSwapTo: "USDC",
liquidityTolerance: 0.05 // 5% max slippage
});
const result = await payment.launch();
if (result.success) console.log("Payment completed");
};
return ;
}
Unlock new revenue streams with token payments
Accept any SPL token as payment, automatically convert to stablecoin.
Recurring token payments with real‑time valuation and auto‑swap.
Let players pay with low‑liquidity gaming tokens, you receive SOL.
Accept any token, display USD value, and auto‑convert to avoid volatility.
Generate payment links for B2B — client pays with their token, you get stablecoin.
AI agents can autonomously pay for APIs or compute using token balances (via Gate AI auth).
TarelGo Pay works seamlessly with TarelGo Gate (token‑gated access) and TarelGo Gate AI (AI‑powered authentication). You can restrict payment acceptance to verified token holders, or let AI agents pay autonomously. The entire stack is unified under a single API.
Enable low‑liquidity token commerce on Solana today.
Custom development includes: custom token whitelist, advanced liquidity rules, white‑label checkout, and analytics dashboard.