SUN.io is an integrated DeFi platform built on the TRON blockchain, offering token swapping, liquidity provision, yield farming, stablecoin swaps, and decentralized governance. As the core DeFi hub of the TRON ecosystem, SUN.io connects multiple protocols — SunSwap (V1/V2/V3/V4), stablecoin pools, staking, and a DAO governance system — into a single, unified interface.
- Token Swap — SUN Smart Router optimizes TRON network swaps by selecting the best trading paths and liquidity pools, reducing slippage, and adapting to market changes for fast and favorable trades.
- 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.
- Yield Farming & Staking — Multiple staking options for you to earn more rewards
- Governance (DAO) — Vote on proposals, delegate voting power, and participate in protocol governance
- PSM (Peg Stability Module) — Swap between USDD and other stablecoins at 1:1 ratio
- Scan — Explore tokens, trading pairs, liquidity data, volume, and trending tokens on-chain
- SunPump — Token launchpad and meme coin platform
- Multi-Wallet Support — TronLink, TokenPocket, BitKeep, OKX Wallet, Ledger, imToken, Binance Wallet, and WalletConnect
| Category | Technology |
|---|---|
| Framework | React 17 |
| State Management | MobX 6 |
| UI Components | Ant Design 5, @sun-frontend/react-ui |
| Blockchain | TronWeb 6, @tronweb3/tronwallet-adapters |
| Charts | D3.js, ECharts, Recharts |
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).
SUN.io 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 sun.io.
- Website: https://sun.io
- btfs: SUN
- forum:https://forum.sun.io/
- Documentation:https://docs.sun.io
- Twitter:https://x.com/OfficialSUNio
- Telegram:https://t.me/officialsunecosystem
- Whitepaper
- Whitepaper(Mica)