Definition
FunCaptcha is the puzzle-based CAPTCHA product from Arkose Labs (formerly the standalone FunCaptcha company; rebranded as Arkose Labs Enterprise). Visitors solve a small interactive puzzle — rotate the animal to face up, pick the matching shape, line up the 3D objects — that's computationally expensive to brute-force but easy for humans.
How it works
The widget loads from client-api.arkoselabs.com (or a customer-specific subdomain), fetches a session blob, and renders the puzzle. The puzzle variant is chosen dynamically per-session based on Arkose's scoring layer — low-friction users get a 2-second easy puzzle, high-friction users get the harder 3D match. On success, Arkose returns a token of the form fc-<base64>; the site posts {token, secret} to verify-api.arkoselabs.com/verify. Enterprise deployments additionally pass an encrypted "data blob" that binds the token to a backend session context.
Where you see it
Microsoft account signup, Roblox, Twitter/X login flows, dating apps, high-value e-commerce. Often the fallback when other CAPTCHA solutions are bypassed too easily.
Frequently asked questions
Puzzles burn ~5 seconds of compute per solve, making mass automation expensive even for AI solvers. Scoring-only solutions are cheap to bypass at scale; puzzle solving rate-limits attackers economically.
Yes, with ~10–20 seconds per puzzle depending on the variant. Rotation and image-pick are faster than the 3D match-the-shape variant introduced in 2023.
It's an Arkose Enterprise feature: the page generates an encrypted context blob and includes it in both the puzzle setup and the verify call. The token is bound to the blob, preventing token replay across sessions.
Related terms & guides
- FunCaptcha (Arkose)
Solve FunCaptcha and Arkose Labs Enterprise puzzles.
- GeeTest v3 / v4
Slide, icon, space and gobang puzzles solved.
- MTCaptcha Solver
Token bypass for invisible and visible MTCaptcha.
- AWS WAF Captcha
AWS WAF token solver for the WAF-CAPTCHA challenge.
- reCAPTCHA Solver
AI bypass for reCAPTCHA v2, v3 and Enterprise.
- hCaptcha Solver
Token solver for hCaptcha and hCaptcha Enterprise.