Building now. Private pilots starting Q3 2026

Anti-sybil API for Telegram Mini Apps.

Stop airdrop farmers and bot accounts before they touch your token allocation. Native signals from Telegram and TON, real-time scoring via simple HTTP API.

The problem

Your airdrop is leaking value to bot farms.

Telegram Mini Apps with points programs and airdrops are getting hit hard. Coordinated farm operations spin up thousands of accounts, drain token allocations, and pollute leaderboards. Existing anti-sybil tools are EVM-only — none of them read Telegram signals or TON wallet graphs.

30–50%
of airdrop allocation lost to sybils on average
0
production-ready anti-sybil tools native to Telegram + TON
Every team
currently builds sybil filters from scratch
How it works

One API call. Three signal layers. Real verdict.

  • Telegram account signals
    age, premium, username, phone country
  • Behavioral signals
    device fingerprint, IP/ASN, click patterns
  • TON on-chain graph
    wallet age, funding source, cluster analysis
  • Cross-project network
    sybils flagged in one app are caught everywhere
  • Real-time scoring
    sub-200ms response, no batch processing
POST /api/v1/score
POST /api/v1/score
Authorization: Bearer nxg_live_sk_••••
Content-Type: application/json

{
  "tg_user_id": 123456789,
  "init_data": "user=...&auth_date=...",
  "wallet_address": "EQAbc...xyz",
  "event": "claim_points"
}
Response
200 OK · application/json
{
  "score": 87,
  "verdict": "suspicious",
  "signals": {
    "tg_account_age_days": 4,
    "device_cluster_size": 23,
    "wallet_funded_from_known_farm": true
  }
}

Be among the first 10 teams in the pilot.

Free during pilot in exchange for usage logs and feedback. Pilot agreement, NDA available. Limited slots.