Back to blog
Manifesto

Trust Layer for Telegram: What Comes After Anti-Spam

May 8, 202612 minBy Daryna Fornalska

I run Varta across 46 Telegram communities. After two years, I want to name what I've been shipping.

Last 30 days: 886 spam attempts handled. 192 unique offenders blocked. 2.3% false-positive rate across 29,146 members in 10 active languages. The number that matters isn't the catch rate — it's that 7 of those 192 offenders were stopped on their first message in a new group, before they said anything human could read.

That's not spam blocking anymore. That's a community deciding who belongs, at machine speed, under its own rules. This post covers what that means — why the work changed, what kind of infrastructure it requires, and where Varta sits in the broader trust stack on Telegram.

Two years of Varta. The work changed.

When I started Varta in early 2024, the brief was simple: read every message in a Telegram group with AI, classify spam, remove it silently, never post in the group. That was the wedge — admins wanted moderation off their plate, and rule-based bots couldn't keep up with paraphrased scams or image-embedded URLs.

For most of 2024, the pipeline was: message arrives → AI classifies → action taken. One group at a time. Each group's history was its own.

By mid-2025, two things happened in production that changed how I thought about the work.

First, the cross-group reputation layer started compounding. When the same account got banned for spam in 5 of the network's groups, the 6th community's first encounter with that account triggered an instant negative signal — no AI run needed. The work moved from per-message classification to per-account memory across groups.

Second, admins started using Varta differently. Instead of asking "did the bot catch this?" they started asking "should I let this person into my premium subscriber chat?" or "this account just joined my crypto group — is this someone I trust?" The product was being used as a trust query, not a content moderator.

The work changed. It took me a year to notice. This post is naming it.

Telegram became an economy

The reason the work changed is that Telegram itself changed.

In 2024-2026, Telegram passed multiple thresholds at once: 1B+ monthly active users, a $10B+ advertising market, full TON blockchain integration, native paid subscriptions, Telegram Stars, and 500M+ monthly active users on the mini-apps platform. Each of those alone would reshape how a messaging platform works. Together, they turned Telegram into something different — an economic platform with messaging on top.

What that means in practice for community admins:

  • A creator running a $99/month paid Telegram subscription channel is operating a business, not moderating a chat.
  • A crypto community gating airdrops on member behavior is running token-distribution infrastructure.
  • A mini-app developer with 100K daily active users needs to know which of those users are real before granting access.

Communities are no longer chatrooms. They're micro-economies. Admins are operators, not janitors. And the question they're answering is no longer "is this spam" — it's "should this person enter under what rules with what privileges."

That's a trust question. And until 2025, the infrastructure to answer it didn't exist as its own category.

Why the cheap trust signals broke

For 7+ years, Telegram admins answered the trust question with cheap profile-level signals: avatar, bio, language, captcha, activity, account age. Six green checks at the door, member is presumed legitimate.

2018

Throwaway bot accounts

Captcha gate works

Created hours before attack. No human at the keyboard. Captcha walls catch them.

2022

Aged accounts on the secondary market

Past the gate

$1 buys an account with phone verification, profile photo, and 6+ months of activity history. Captchas don't help.

2024

Click-farms operating real humans

Past the gate

Real people in low-cost-of-labor regions tap captchas, post coordinated messages, move on. Indistinguishable from real members at the gate.

2026

AI-driven personas + agentic identities

Past the gate

Deepfakes account for 11% of global fraud. AI-operated accounts hold conversations, build trust, then defraud. Forecast: agentic identities exceed human ones 100:1.

Between 2022 and 2026, AI matched five of those signals. The sixth — account age — got priced out by the secondary market: $1-$3 buys a 6-month-old phone-verified account.

I covered the full breakdown in The Cheap Trust Signals That Stopped Working in Telegram (2026). Short version: the signals admins relied on at the gate stopped meaning what they used to mean. The work has to move past the gate.

The four layers of trust on Telegram

If profile-level gate-checks aren't enough, where does trust come from?

Trust on Telegram has four distinct layers. Each answers a different question. Each is built by a different actor.

Layer
Built by
Question answered
01
Account-level
Telegram
Is this a real account?
02
Network-level
Telegram
Has this account been globally banned?
03
Community-level
Varta
Should this person enter MY community under MY rules?
04
App-level
Mini apps (via Trust API)
Should this person receive an airdrop / content / access?

The account and network layers are Telegram's job. They've gotten meaningfully better — phone verification is universal, network-wide ban signals exist for known scammer accounts, the official anti-spam infrastructure has improved.

The community layer is the one Telegram doesn't and can't build. The reason: the question at this layer is "should this person enter MY community under MY rules" — and the answer is community-specific. A user might be perfectly legitimate in one group and obvious spam in another. Context determines the verdict.

That's the layer Varta builds.

The fourth layer — app-level — is downstream. A mini-app developer asking "should this user receive this airdrop / paid content / verified access" needs to query trust signals at runtime. That's the Trust API beta, which opens later this year.

This four-layer model isn't conceptual abstraction. It maps directly to where decisions actually get made on Telegram today.

What community-layer trust actually requires

Building the community-level trust layer means delivering on five capabilities — the same five I covered in the AI Moderation Pillar:

  1. Cross-group reputation. A signal banned in one community is a signal in the next. Compounds with network size. Deep dive.
  2. Multi-language native understanding. 33 languages today, no per-language rules. The model reads meaning across languages.
  3. Image content vision. Reads URLs and content rendered as pixels — the fastest-growing category of bot spam. Pattern explainer.
  4. Semantic content understanding. Catches paraphrased scams, social-engineering phrasing, fake-admin announcements — patterns regex can't express.
  5. Progressive trust calibration. Shadow → DM-only → cautious → autonomous. The bot's authority grows with admin verification. How it works.

These five aren't a feature list — they're the technical floor for community-layer trust to be reliable. Any tool claiming to operate at the community layer should hit all five.

Production proof: how Varta operates today

The Trust Layer is not aspirational. It's running.

May 2026 production snapshot:

  • 46 active protected communities
  • 29,146 members
  • 10 active languages (33 supported)
  • 2.3% false-positive rate (admin-measured, lowest publicly disclosed in this category)
  • Last 30 days: 886 spam attempts handled, 192 unique offenders blocked
  • 7 of 192 offenders stopped on their first message in a new group, purely from cross-community reputation

(Full numbers and methodology: Varta in Numbers, May 2026. Real-deployment case: 5 groups, 17K members, 41 days.)

In day-to-day terms: an admin running 5 communities through Varta sees their false-positive rate hold at 2-3%. New spammers get caught faster than they did 6 months ago, because cross-community memory grew. The admin's moderation time per community dropped — not because the bot got smarter at one task, but because the trust query got cheaper.

That's what community-layer trust working at scale looks like. It's been running for two years. I just hadn't named it.

The Trust API: opening the community layer to mini apps

The fourth layer in the model — app-level — is where Telegram's economic platform meets the trust question.

Mini-app developers are now answering the same trust question community admins answer. Before granting an airdrop: is this user real? Before unlocking paid content: is this user a paying customer or a sybil? Before letting someone into a verified-only experience: do we trust them?

These developers need a query. "Given this Telegram user_id, what's the trust signal? Have they been banned for spam in the protected community network? Are they running an aged account? Is the cross-group reputation positive, neutral, or negative?"

The Trust API is the answer to that query. Beta opens later this year. We're picking 3-5 design partners — Telegram mini-apps with sybil-resistance, paid-community-gating, or anti-bot use cases — for free-during-beta access.

If you build a mini-app on Telegram and the trust question is on your roadmap, email me.

Frequently asked questions

Is Varta still an anti-spam bot?

Yes. Anti-spam is the wedge — it's how admins find Varta and how communities first benefit from the trust layer. Most users will never need to think about "Trust Layer for Telegram" as a concept; they'll just see spam disappearing from their groups. The category framing matters for how the product evolves and how mini-app developers will eventually integrate, not for the day-to-day admin experience.

How is "Trust Layer" different from "AI moderation"?

AI moderation is one capability the community trust layer needs (semantic content understanding). The trust layer is the broader infrastructure — cross-community reputation, progressive trust calibration, image vision, multi-language coverage, and an API surface for mini-apps. "AI moderation" describes the per-message classification step. "Trust Layer" describes the system that makes the classification step useful in context.

Will the Trust API change how Varta handles my group's data?

No new data sharing. The Trust API queries pseudonymous Telegram user_id reputation signals — the same signals already used for cross-group bans inside Varta's protected network. No message content is exposed. No member identities are shared. Privacy and GDPR compliance terms remain unchanged.

When can I get access to the Trust API?

Beta opens for design partners later in 2026. Public launch is 6-9 months out, gated on case studies from beta partners. If you're building a Telegram mini-app and the trust query is on your roadmap, email [email protected] — we're picking 3-5 design partners with sybil-resistance, paid-community-gating, or anti-bot use cases for free-during-beta access.

Why isn't Telegram building this themselves?

Telegram is building the account and network layers — and continues to improve them. The community layer is community-specific by nature: a user's "trust" varies group-to-group, depends on community-specific norms, and requires admin calibration. Telegram operates at platform scale and can't run community-level decisions. The community trust layer has to be built by a third party running across many communities — which is what Varta does.

Varta is the community trust layer for Telegram. AI reads every message in 33 languages, ban signals share automatically across 46 protected communities, and the bot never posts in your group. Free to add — the 5-day AI trial starts only when Varta catches your first spam. Add Varta in shadow mode →

About the author

Daryna Fornalska

Founder of Varta — an AI-driven anti-spam moderation bot for Telegram communities. Based in Lviv, Ukraine. Working on making Telegram group moderation effortless across 33 languages, with cross-group reputation that compounds across 46 protected communities.

More about Daryna →

Ready to protect your Telegram community?

Free to add. The 5-day AI trial starts only when Varta catches your first spam — groups that never see spam stay on the free tier indefinitely. No card required.

Add Varta to Telegram