Volume — last 7 days
$612,440
+18.6% vs previous week
New launches
14 / week
Hackathon entries verified by tonaterAI
🔥 Trending right now
⏳ Launching soon
Available commands: help, stats,
projects, launch <ticker>,
price, clear
How agents work
tonaterAI runs a fleet of autonomous agents that monitor every TON hackathon project around the clock. Each agent has a single job — score contracts, snipe fair launches, watch whales, trim risky positions — and reports back to you in real time. Agents you toggle on send their findings to the Terminal tab and respect the limits you set on each card. They never move funds without an explicit on-chain signature from your connected wallet.
What is tonater
tonater is the AI-powered launchpad for the TON Blockchain. Hackathon teams ship projects, list them in seconds, and let the community trade fair-launch tokens directly from the dashboard. Every project is continuously vetted by tonaterAI for contract safety, liquidity health and team activity.
Native token $TONATER trades on
groypfi.io.
Follow updates at
@tonaterfun.
How to use
Connect your wallet
Click Connect Wallet top-right. tonater supports any TON Connect wallet — Tonkeeper, MyTonWallet, OpenMask, Telegram Wallet.
Browse projects
Open the Projects tab. Filter by Live / Ongoing / Upcoming / Ended, search by ticker or category, and click any card to inspect a project.
Trade or follow
Click Trade ↗ on a card to open it on GroypFi, or hit Buy in the header to grab $TONATER.
Switch on agents
The Agents tab lets you delegate scanning, sniping and risk-management to tonaterAI. Toggle one on, set the limits, and watch the live feed in Terminal.
Launch a project
Hackathon teams can list a token in under three minutes:
- Sign the manifest with your team wallet.
- Submit ticker, supply, lockup, and a 1-line pitch.
- tonaterAI scores your contract — fix any flags, then ship.
- Your launch shows up in the live feed; trade opens at TGE.
Sample submission payload (read-only example):
POST /api/v1/launches
{
"ticker": "MEGAQ",
"name": "Mega Quest",
"supply": 1000000000,
"category": "GameFi",
"lockup_days": 90,
"team_wallet": "UQB...your-ton-address...",
"pitch": "On-chain quest engine with AI-generated bosses."
}
Trade tokens
tonater never custodies your funds. The Buy button sends you to groypfi.io where the actual swap happens against your connected wallet. tonater only displays prices, raises and AI scores.
Agents mode
tonater ships with six autonomous agents you can mix and match. Open the Agents tab, toggle the ones you want, and adjust their thresholds:
- Sentinel — auto-audits every new contract.
- Sniper — buys at TGE within parameters you set.
- Auditor — flags ownership, mint and tax functions.
- Trend Scout — surfaces social-signal anomalies.
- Whale Tracker — alerts on big-wallet moves.
- Risk Guard — auto-trims if liquidity collapses.
Agents only act through your wallet — every trade still requires an on-chain signature.
Fork & self-host
tonater is fully static — you can fork it, rebrand it, or run it on your own domain in 5 minutes:
Fork the repo
Go to github.com/<owner>/tonater and hit the Fork button. You now own a copy under your account.
Edit in the browser
Click any file → pencil icon → edit → Commit changes. No git bash, no terminal. Change colors in the :root block of index.html to rebrand.
Deploy on Vercel
Sign in at vercel.com with GitHub → Add New → Project → import your fork → Deploy. Every commit auto-redeploys.
Update the manifest
Edit tonconnect-manifest.json and replace every URL with your domain so wallet apps display the right name.
API & SDK
tonater exposes a read-only public API — useful if you want to embed live feeds or build agent extensions:
GET /api/v1/projects?status=live GET /api/v1/projects/<ticker> GET /api/v1/agents/sentinel/feed GET /api/v1/stats
Want to build an agent? Drop a JS function in index.html next to AGENTS array — anything you push to tline() shows up in the Terminal tab.
FAQ
Is tonater custodial?
No. We never hold your keys or your funds. Every action goes through your wallet. tonater is purely a UI layer over public TON contracts and GroypFi liquidity.
Which wallets are supported?
Any wallet that supports TON Connect 2.0 — including Tonkeeper, MyTonWallet, OpenMask, Telegram Wallet, and Tonhub.
How are AI scores calculated?
tonaterAI runs static analysis on the contract bytecode (mint, ownership, blacklist, tax functions), watches liquidity depth on GroypFi pools, and weighs social activity from the project's X account. Scores update every 60 seconds.
What does the agent toggle actually do?
Switching an agent on registers it with the local event loop. It then streams events to the Terminal tab. Agents that need on-chain actions (Sniper, Risk Guard) prepare a transaction and surface a wallet prompt — they cannot move funds without your signature.
Can I list my own hackathon project?
Yes. Connect your team wallet, open Projects → New launch, fill the form, and submit. Listing is free during the hackathon window; gas is paid on TON.
How do I report a malicious project?
Click the project card, hit Report, or DM @tonaterfun. Sentinel rescans flagged projects within 30 seconds.
Risk disclosure
Crypto trading is volatile and all hackathon projects are experimental. Tokens listed on tonater can lose 100% of value, including those that pass tonaterAI checks. Nothing on this site is investment advice — you are solely responsible for what your wallet signs. Hackathon projects are typically unaudited; do your own research and never trade more than you can afford to lose.