Turn your Telegram Stars into real crypto
StarGate is a non-custodial swap & bridge. Enter an amount, pick a network, tap once — and receive GRAM, USDT or ETH straight to your wallet.
Trusted by thousands of swaps
Aggregated in real time from the public settlement feed. No fees or spreads are ever exposed — only what is already public on-chain.
Every swap, verifiable on-chain
A live, fully anonymized feed of the latest completed swaps. No users, no addresses — just direction, amounts and a link to the block explorer.
Three steps, one tap
Pick a direction
Choose Stars → TON, USDT, ETH or GRAM and type the amount. See exactly what you get before you confirm.
Pay with Stars
Tap once. You pay with the Telegram Stars already in your account — no external wallet, no top-up, no signup.
Receive on-chain
The bridge contract settles the payout straight to your wallet, usually in about 30 seconds. Verifiable on the block explorer.
Your funds never touch a third party
Settlement runs through owner-signed bridge contracts on TON and Ethereum mainnet. The mechanics are open, the addresses are public, and every payout is a real on-chain transaction.
No custody, ever
Funds move from your Stars payment straight through the bridge contract to your wallet. StarGate never holds a balance for you.
Transparent memo attribution
Each deposit is matched to your order by an open memo scheme — no hidden routing, no opaque intermediaries.
Deterministic settlement
Op-selectors are pinned against the Tact wrapper and cross-validated on every recompile. Withdrawals settle correctly or revert — never drift.
No signup, no KYC
Nothing to register, no documents to upload. Pay with the Stars you already have and receive crypto in seconds.
One gateway, three ways to move value
Convert Live
Swap Telegram Stars into TON, USDT, ETH or GRAM in one tap — or bridge between chains. No wallet needed to pay.
Open App →Stargate Pay
Accept crypto and Stars payments in your bot or store. Hosted checkout, anonymous guest payers, on-chain settlement callbacks.
Merchant API docs →P2P Coming soon
Peer-to-peer swaps between users with escrowed, on-chain settlement. Same non-custodial guarantees, direct between parties.
In developmentTake payments where your users already are
Spin up a hosted checkout with a single call, receive signed on-chain settlement callbacks, and query swap state over a public RPC. Anonymous guest payers, no KYC friction for your customers.
Read the Merchant API docs →POST /api/merchant/checkout
{
"amount": "25.00",
"currency": "USDT",
"chain": "ton"
}
→ 201 { "payUrl": "https://stargate.zone/app/pay/…" }