// 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 wallet filters do not carry a reusable verification history across applications.
Solution
Ask for a fresh verification at the claim, then read the Anchor. The result shows that the wallet passed the current policy. Trust Score records weekly verification span and account age.
Example
An airdrop integrator can run a twelve-second behavioral capture at the claim. It can also require Trust Score, recency, token-balance, and activity rules. Eligible wallets must pass every selected policy.
// 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
The devnet voter-weight program reads an Entros Anchor and can assign one unit to an eligible wallet. The planned Realms client can insert that check into governed actions.
Example
A future Realms integration can gate voting on Trust Score and recency. The on-chain addin prototype is deployed on devnet. Client registration, plugin chaining, and population-level uniqueness remain open.
// 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: require a fresh Entros result and an Anchor policy. Competition entry: require Anchor age and recency. The validation service checks each capture before the wallet transaction proceeds.
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
A planned creator integration can reference an Entros Anchor in collection metadata. Buyers could then read the wallet's verification history alongside existing provenance checks.
Example
A creator platform could include an Entros Anchor reference in Metaplex Core metadata. Marketplaces could display the linked wallet's current Entros status without treating it as legal identity verification.
// 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 private validation service applies the current capture policy before protocol settlement.
Example
A creator-rewards platform can ask for a fresh verification and read Trust Score with it. The policy can require a verification history rather than one result.
// 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 attempts a wallet-bound SAS attestation after a successful devnet verification.

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

On-chain voter-weight prototype deployed on devnet. Realms client registration remains planned.

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.