ACTFUN automatically tracks every token you mine and sends browser toast notifications at key milestones no account, no email address, and no push notification permission required. Everything is stored locally in your browser usingDocumentation Index
Fetch the complete documentation index at: https://actfudoc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
localStorage.
What triggers a notification
| Milestone | Notification | Style |
|---|---|---|
| 75% mined | ”Almost there mine now to make it!” | 🔥 Amber warning toast |
| Graduated | ”It’s trading live! Go buy some.” | 🎓 Green success toast |
How it works
- Every time you successfully mine a token, ACTFUN records that token’s launcher address in your browser’s
localStorage. - A background poller checks the mining progress of every tracked token every 45 seconds.
- When a token crosses 75% or graduates, a toast notification appears at the bottom of the screen.
- Each notification fires exactly once per milestone you won’t see the same alert twice.
- Notifications auto-dismiss after 9 seconds. Click anywhere on the toast to navigate directly to the token’s page.
Because alerts are stored in
localStorage, they are browser- and device-specific. Mining on one device does not set up alerts on another. Clearing your browser data removes all tracked tokens.Acting on a notification
- 75% alert → Head to the token page and keep mining. The window is closing — a few more miners could push it over the finish line.
- Graduation alert → The token has a live AMM. Click the toast to jump straight to the swap panel and buy in.
Privacy
No data is sent to any server to power alerts. Your mined token list lives entirely in your browser’slocalStorage and is never transmitted to ACTFUN’s backend.