The Eligibility Layer for Solana
Privacy-preserving reputation proofs that let DAOs run fair token launches, airdrops, and governance - without exposing user identity or data.
Token launches on Solana monthly
Lost to Web3 fraud and sybil attacks in 2025
Pilot DAOs in active integration
Attestations target at mainnet
Privacy-preserving eligibility for modern launches
CipherScore gives launch teams a rule engine, reputation layer, and private verification rail designed for Solana-native distribution.
Custom Rule Builder
DAOs define exactly who should get in. Anti-whale caps, activity thresholds, social requirements, and tiered allocations stay configurable without writing a line of code.
Dynamic Reputation Engine
Continuously evaluates on-chain activity, social signals, and credentials. Detects sybil clusters and suspicious wallet patterns in real time as launch conditions evolve.
MPC-Powered Privacy
Built on Arcium's multi-party computation. User data is encrypted and split across multiple nodes during verification so no single party ever sees raw user data.
Dead Simple Integration
REST API, a TypeScript SDK, and a Solana smart contract verifier let teams drop CipherScore into token launches or airdrops in under 10 lines of code.
Institutional Ready
Private equity, hedge funds, and family offices can prove accredited investor status without resubmitting financial documents to every project they join.
Cross-Wallet Identity
Users aggregate reputation across multiple wallets and chains into one private profile so a single address never defines the full story.
How CipherScore works
Teams define access once, users connect encrypted signals once, and Arcium MPC returns a private eligibility verdict that works across launches, airdrops, and governance.
Connect Your Signals
Users connect wallets across Solana, Ethereum, and EVM, verify socials like X, Discord, and GitHub, and optionally add credentials such as employment or accreditation. Everything stays encrypted and user-controlled.
DAOs Define Their Rules
Launch teams configure eligibility in the DAO dashboard with anti-whale caps, minimum activity thresholds, social verification requirements, and tiered allocations. No code required.
Private Verification via Arcium MPC
When a user requests an attestation, encrypted data is computed across Arcium MPC nodes. No node sees raw inputs. The DAO only receives one result: eligible or not eligible.
Connect Your Signals
Users connect wallets across Solana, Ethereum, and EVM, verify socials like X, Discord, and GitHub, and optionally add credentials such as employment or accreditation. Everything stays encrypted and user-controlled.
DAOs Define Their Rules
Launch teams configure eligibility in the DAO dashboard with anti-whale caps, minimum activity thresholds, social verification requirements, and tiered allocations. No code required.
Private Verification via Arcium MPC
When a user requests an attestation, encrypted data is computed across Arcium MPC nodes. No node sees raw inputs. The DAO only receives one result: eligible or not eligible.
Where CipherScore fits first
Start with launches and governance, then extend the same private reputation layer anywhere you need trustworthy access control.
Token Launches
Fair allocations for ICOs with whale caps and sybil filters enforced on-chain automatically.
Airdrops
Stop bot farms before they drain your budget and reward wallets with real, verified reputation.
DAO Governance
One human, one vote with private proof-of-personhood instead of public identity exposure.
Gated Communities
Gate Discord servers, forums, and exclusive access by verifiable reputation instead of token balances alone.
Institutional Access
Enable accredited investor proofs for compliant, private participation in token sales.
How it is different
Existing whitelisting tools either expose too much, check too little, or were not built for DAO-native launch logic. CipherScore combines all three layers in one rail.
| Capability | KYC (Blockpass) | Gitcoin Passport | Manual Whitelists | CipherScore |
|---|---|---|---|---|
| Privacy | No | Public | No | MPC |
| Multi-signal | Partial | Partial | No | Full |
| DAO-native | No | Partial | No | Built for DAOs |
| Anti-sybil | Yes | Partial | No | Yes |
| Institutional | Partial | No | No | Yes |
Built on the right rails
Solana provides the launch surface, and Arcium MPC provides the private computation layer underneath every eligibility check.
Launch and governance ecosystem where fast, fair attestations matter most.
MPC computation layer that verifies encrypted eligibility signals without exposing raw data.
Integrate in 10 lines of code
Request a private attestation off-chain, verify it in your launch contract, and keep your eligibility logic flexible without turning users into public KYC records.
View Documentation// Request attestation for a user
const attestation = await cipherScore.requestAttestation(ruleSetId, wallet)
// Verify on-chain in your launch contract
const eligible = await contract.verify(attestation)
if (eligible) whitelist(wallet)What early partners want from private reputation
The demand is straightforward: one encrypted profile, one reusable attestation layer, and no identity leakage during launch participation.
"If I could connect all my wallets and credentials once, then prove I'm eligible for an ICO without revealing my identity - I'd love that."
"Pilot DAO testimonial placeholder for the first live launch partner."