// SOLUTIONS

Proof of personhood,
wherever bots break things.

For protocols that need to know their users are real, without learning who they are. Five concrete patterns, one SDK, deployed across the Solana ecosystem.

// USE CASES

Where Entros fits.

// CASE 01
01DeFi

Sybil-Resistant Airdrops

Problem
Jupiter filtered 750,000+ wallets as sybil before Jupuary 2025 distribution. The 2026 round was cut sharply by DAO vote and postponed. Every major Solana airdrop relitigates sybil from scratch because existing identity checks verify a moment, not sustained human presence over time.
Solution
Ask for a verification at the claim, then read the Anchor. The claim is gated on someone present, and the Trust Score alongside it shows how consistently that wallet has verified. Scoring rewards span over frequency, so 100 verifications in one day count for one week of history.
Example
An airdrop integrator runs a twelve-second verification at the claim and requires a Trust Score floor alongside it, say 200 for at least two verifications spaced over time. The protocol stays public and open. Only verified humans pass the eligibility tier, alongside existing token-balance and activity rules.
// CASE 02
02DAOs

Verified Governance

Problem
Token-weighted governance fails at predictable moments. Mango Markets 2022: Avi Eisenberg used his MNGO position to vote a proposal keeping $47M of his own oracle-manipulation drain. Chainalysis found that across major DAOs, under 1% of holders control over 90% of voting power, with turnout typically below 10%. Token weight is not community will.
Solution
Voters must hold an Entros Anchor with minimum Trust Score and recent verification. The Realms voter-weight plugin reads that Anchor before it reads the balance. The whale's bag becomes one vote, and clearing quorum takes verified humans.
Example
A DAO using Realms gates voting on Entros Trust Score alongside its existing token rules. One human, one vote, verified in 12 seconds on any device. Plugin shipped on devnet, spl-governance compatible.
// CASE 03
03NFT / DeFi

Fair Mints and Competitions

Problem
NFT drops at launch are bot-minted at scale. Referral programs and trading competitions on perp DEXes get sybil-farmed across hundreds of accounts. Filtering wallets without collecting identity documents remains a gap.
Solution
Mint gate: one human per allocation, verified by Anchor. Competition entry: require Anchor age > 30 days and recent verification. Short-lived bot accounts with zero trust cannot qualify. Every capture is validated server-side before an Anchor is issued, and an Anchor is not free to hold.
Example
An NFT marketplace can require Entros verification at mint on a per-collection basis. A perp DEX can gate referral-multiplier rewards or competition entry on a verification at entry plus a Trust Score floor. An optional eligibility tier on top of existing rules, not a KYC replacement.
// CASE 04
04Creators

Creator Verification

Problem
Scammers mint NFT collections under stolen brands. Buyers cannot distinguish real creators from impersonators.
Solution
Creators register with an Entros Anchor. Collection metadata includes a cryptographic commitment to the creator's Anchor. Buyers verify provenance on-chain. The Anchor's Trust Score signals how long the creator has maintained their verified identity.
Example
A creator-tooling platform on Metaplex Core can include an Entros Anchor reference in collection metadata. Marketplaces displaying that metadata can render a 'Verified Creator' badge for Anchored artists. Token-2022 NonTransferable + Metaplex Core compose natively—the same primitive choices Entros's Agent Anchor uses today.
// CASE 05
05Social

Bot Prevention

Problem
Bot accounts overrun reward platforms and content distribution apps. They farm the rewards, inflate the engagement numbers, and crowd out real users.
Solution
Require Entros verification at account creation or reward claim. The closed-source defense layer rejects synthetic inputs before they reach the chain.
Example
A creator-rewards platform can ask for a verification at the claim and read the Trust Score with it. Synthetic voice, motion and touch are rejected server-side before an Anchor is issued, and the floor can require a verification history rather than a single pass.
// TARGET INTEGRATIONS

Building for the Solana ecosystem.

Integration surfaces mapped across identity primitives, agent infrastructure, DeFi, governance, and creator tooling. Each reads the same on-chain Trust Score with zero integration cost.

Solana Foundation (SAS) logo

Solana Foundation (SAS)

Identity Primitive

Entros writes a SAS attestation per verification (live).

8004 Agent Registry logo

8004 Agent Registry

AI Agent Infrastructure

Agent Anchor live on devnet under entros:human-operator key.

SendAI logo

SendAI

AI Agent Toolkit

Integration surface: PoP gate on agent registration, pairing with 8004 across the agent stack.

Arcium logo

Arcium

Confidential Compute

Integration surface: PoP-gated access to confidential MPC apps.

Helius logo

Helius

Infra / RPC

Integration surface: data plane for attestation events and sybil analytics.

Phantom logo

Phantom

Wallet / DevRel

Integration surface: domain whitelist and single-prompt batched-tx UX.

Metaplex logo

Metaplex

NFT Infrastructure

Agent Anchor metadata pattern on Metaplex Core (live).

Jupiter logo

Jupiter

DeFi / Aggregator

Integration surface: pre-claim PoP gate for airdrop eligibility.

Drift logo

Drift

DeFi / Perps

Integration surface: referral-multiplier and airdrop sybil filtering.

Marinade logo

Marinade

DeFi / DAO

Integration surface: verified-human voting via the Realms voter-weight plugin.

Tensor logo

Tensor

NFT Marketplace

Integration surface: Trust Score tier on mint allowlists for bot-affected collections.

Magic Eden logo

Magic Eden

NFT Marketplace

Integration surface: Trust Score tier on bot-affected mints.

DRiP logo

DRiP

Creator Distribution

Integration surface: PoP gate on free-claim eligibility for bot-filtered drops.

Squads logo

Squads

Smart Wallet / Multi-Sig

Integration surface: human-gated multi-sig actions for Security Council patterns.

Jito logo

Jito

Restaking / MEV

Integration surface: PoP-gated NCN operator selection.

MagicBlock logo

MagicBlock

Gaming / Ephemeral Rollups

Integration surface: anti-bot filtering on fully on-chain games.

Realms (Mythic Project) logo

Realms (Mythic Project)

DAO Framework

Voter-weight plugin shipped on devnet; Marinade pilot pathway.

MetaDAO logo

MetaDAO

Futarchy Governance

Integration surface: PoP-gated futarchy markets for sybil-resistant governance.

Kamino logo

Kamino

DeFi / Lending

Integration surface: human-only credit lines or rate tiers in lending vaults.

Opacity Network logo

Opacity Network

Complementary / zkTLS

Complementary: Entros reads Opacity zkTLS attestations for cross-protocol reputation.

Verify once.
Compose anywhere.