💸 Next‑Gen Payment Gateway

TarelGo Pay

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.

What is TarelGo Pay?

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.

Core Innovations

What makes TarelGo Pay different

Real‑Time Token Valuation

Aggregates price data from multiple DEXes (Raydium, Orca, Meteora) to calculate fair market value, even for low‑liquidity pairs.

Liquidity Depth Analysis

Estimates maximum swapable amount without extreme slippage — warns merchant or auto‑adjusts allowed payment size.

Instant Swap to Base Currency

After receiving payment, merchant can opt to automatically swap received tokens to SOL, USDC, or any preferred stablecoin using Jupiter aggregator.

Seamless Integration

Embeddable payment button, hosted checkout page, or REST API — works with any web‑app or backend.

MEV‑Resistant Routing

Sends transactions through private relay or uses Jito bundles to protect against sandwich attacks.

Works with TarelGo Ecosystem

Native integration with TarelGo Gate and Gate AI — accept payments only from authenticated token holders.

How It Works

From customer wallet to merchant settlement in 4 steps

1

Customer Initiates Payment

Clicks "Pay with TarelGo" – amount and token are displayed.

2

Valuation + Liquidity Check

System shows real‑time value and warns if payment exceeds available liquidity.

3

Wallet Approval & Transfer

Customer approves token transfer; gateway forwards payment to merchant wallet.

4

Auto‑Swap (optional)

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 ;
}

Perfect For

Unlock new revenue streams with token payments

E‑commerce Stores

Accept any SPL token as payment, automatically convert to stablecoin.

SaaS Subscriptions

Recurring token payments with real‑time valuation and auto‑swap.

In‑Game Purchases

Let players pay with low‑liquidity gaming tokens, you receive SOL.

Crowdfunding & Donations

Accept any token, display USD value, and auto‑convert to avoid volatility.

Invoice Payments

Generate payment links for B2B — client pays with their token, you get stablecoin.

AI Agent Commerce

AI agents can autonomously pay for APIs or compute using token balances (via Gate AI auth).

Native TarelGo Ecosystem Integration

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.

Start Accepting Token Payments

Enable low‑liquidity token commerce on Solana today.

Custom development includes: custom token whitelist, advanced liquidity rules, white‑label checkout, and analytics dashboard.