Every token page on ACTFUN includes a built-in livestream studio for the token’s creator. No streaming platform account, no OBS setup, no external tools just click Go Live and your camera goes live to everyone watching the token page.Documentation Index
Fetch the complete documentation index at: https://actfudoc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Only the wallet that created the token sees the Go Live button. Viewers see the stream automatically when it is active.
How it works
ACTFUN uses WebRTC peer-to-peer video to stream directly from the creator’s browser to each viewer’s browser. There is no central media server — the video travels directly between peers, which means near-zero latency and no streaming account required. When a creator goes live:- The creator’s browser captures their camera and microphone.
- WebRTC connections are established with every viewer currently on the token page.
- Viewers see a pulsing 🔴 LIVE badge appear on the token card and detail page.
- A live chat panel opens alongside the stream for both creator and viewers.
- A live viewer count updates in real time as people join and leave.
Live chat
The chat panel is available to everyone on the page creator and viewers alike while a stream is active. Messages appear instantly. The chat is session-scoped: it does not persist after the stream ends.Viewer experience
Viewers who land on a token page while a stream is active see:- The video stream embedded at the top of the token detail page.
- A pulsing 🔴 LIVE badge on the token card in the grid and on the detail page header.
- The live chat panel next to the stream.
- A live viewer count showing how many people are currently watching.
Starting a stream
Open your token's detail page
Navigate to your token on actfun.xyz. The Go Live button appears in the top-right corner of the token detail page only for the wallet that created the token.
Click Go Live
Click Go Live. Your browser will ask for permission to access your camera and microphone. Grant the permissions to continue.
You're live
The stream starts immediately. The 🔴 LIVE badge appears for all viewers. Use the chat panel to interact with your audience.
Technical details
| Detail | Value |
|---|---|
| Protocol | WebRTC (peer-to-peer) |
| Video codec | Browser default (VP8/VP9/H.264) |
| Latency | Near real-time (< 1 second typical) |
| Auth | Creator wallet address verified client-side |
| Persistence | Session-only (no recording or replay) |