← Protocols
QuestN
Identity / Names·Multi-chain

QuestN

01Description

AI-assisted quest and airdrop platform. Permissionless task creation across socials and onchain actions with built-in token reward distribution.

02Best for
  • 01permissionless airdrop tasks
  • 02token reward campaigns
  • 03social + onchain task verification
  • 04ambassador and growth programs
  • 05low-effort campaign launches
04Environment variables
VariableScopeDescription
QUESTN_API_KEYServerQuestN partner API key (request via project dashboard).
QUESTN_PROJECT_IDServerQuestN project/campaign identifier.
05Prompt snippet
Use QuestN to ship quests and token airdrops fast. The dashboard is the primary interface — design tasks (visit-link, follow, retweet, holder-check, custom-API) and let QuestN's verifier handle execution. For programmatic flows, partner API endpoints under `https://api.questn.com` accept `Authorization: Bearer $QUESTN_API_KEY` to read participant lists and trigger distributions. For custom verification, point a task at your endpoint that receives the user's wallet + project context and returns 200/400 within the QuestN timeout.
06Gotchas
  • QuestN's verifier is centralized — onchain task checks rely on their indexer's chain coverage; verify your target chain is supported before launching.
  • Free tier caps active campaigns and total participant volume; large airdrops need a paid plan or revenue-share agreement.
  • Sybil controls (captcha, Twitter age, wallet age) are opt-in; without them, bot completion rates exceed 80% on token quests.
  • US and select restricted regions are geo-blocked at the frontend; users behind VPNs may complete tasks but be filtered at distribution.
  • Off-chain reward distribution (claim links, codes) is QuestN-custodied — for onchain payouts you bring your own Merkle distributor.
  • API rate limits are partner-tier dependent; treat 429 responses as a hard backoff signal and retry with jitter.
07Alternatives