Skip to main content

🚀 Get Started with HumanPass

HumanPass lets you verify your humanity once and use it everywhere in Web3. No more repeated KYC processes or bot-filled communities.

Introduction

Overview of the fundamental principles, and methodologies of HumanPass.

Use Cases

Potential use cases that can be built on top of HumanPass.

User Guides

General instructions for users to attest anything on HumanPass ecosystem apps.

Developer Guides

A comprehensive tutorial for developers on how to leverage HumanPass tech.

For Users

Verify your identity through World ID, connect your wallets, and start using your human verification across multiple chains:

  • Access exclusive airdrops and NFT mints
  • Participate in Sybil-resistant DAO voting
  • Earn points to customize your HPFP NFT
  • Connect multiple wallets to your single verification

Set Up Your HumanPass →

For Developers

Note: The HumanPass JS-SDK is currently in development and scheduled for release in Q1 2026. See our roadmap for more details.

Once released, you'll be able to add human verification to your dApp with just a few lines of code:

// Initialize the SDK
const humanpass = new HumanPassSDK({
appId: "YOUR_APP_ID",
environment: "production",
});

// Check if user is human-verified
const isHuman = await humanpass.verification.isHuman();

// Create humans-only features
if (isHuman) {
// Enable protected minting, voting, etc.
}

The SDK will provide:

  • World ID verification integration
  • Cross-chain human identity verification
  • Bot and Sybil protection for your dApp
  • Human Identity Score (HIS) access

Developer Integration Guide →

Learn More

Questions? Join our Discord or email us at help@humanpass.world