SunSwap is a TRON-based decentralized trading protocol for automated liquidity provision and an open financial market accessible to all. SunSwap supports secure and immediate exchange between any TRC20 tokens. Market makers will get service fees continuously without the platform taking any commission.
- Token Swap — Supports SunSwap V1, V1.5 multi-version trading.
- Liquidity Pools — When you add liquidity, you are given pool tokens representing your position. These tokens automatically earn fees proportional to your share of the pool, and can be redeemed at any time.
- Scan — Explore tokens, trading pairs, liquidity data, volume, and hot tokens on-chain. Supports candlestick charts, liquidity/volume analytics, and detailed pair/token information.
- SUN Buyback & Burn — Continuous token buyback & burn to empower the community ecosystem.
- Multi-Wallet Support — TronLink, Binance Wallet, WalletConnect, TokenPocket, Bitget Wallet, OKX Wallet, Ledger.
This repository contains pre-built static files ready to be served by any web server.
server {
listen 80;
server_name your-domain.com;
root /path/to/build;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}The build output can also be served via any static hosting provider (e.g., AWS S3 + CloudFront, Vercel, Netlify, IPFS).
SunSwap supports three languages:
- English (
en-US) - Simplified Chinese (
zh-CN) - Traditional Chinese (
zh-TC)
Language can be switched via URL parameter (e.g., ?lang=en-US) or through the in-app language selector.
If you discover a security vulnerability, please report it responsibly. Do not open a public issue. Instead, reach out to the team via the official channels listed at sunswap.com.
- Website: https://sunswap.com
- BTFS: SunSwap
- Twitter: https://x.com/OfficialSUNio
- Telegram: https://t.me/officialsunecosystem