API v1 Now Available

Human Verification
for Modern Apps

Replace CAPTCHAs with real human verification. Each OMXUS token represents a unique human, vouched for by 3 other humans in person.

View Quickstart

Sybil Resistant

3-person physical vouch required. Impossible to fake at scale.

Privacy First

Zero personal data collected. Ed25519 signatures only.

Fast & Cheap

$0.001 per verification. Sub-100ms response time.

Growing Network

47,000+ verified humans. 125K daily verifications.

Quickstart

Add human verification in under 5 minutes

import { OmxusAuth } from '@omxus/auth';

const omxus = new OmxusAuth({ apiKey: 'omxus_...' });

// Get challenge for user to sign
const challenge = await omxus.createChallenge(tokenId);

// Verify signed challenge
const result = await omxus.verify({
  tokenId,
  challenge: challenge.challenge,
  signature: userSignature
});

if (result.verified) {
  console.log('Human verified!', result.tokenWeight);
}

npm / yarn

npm install @omxus/auth

pip

pip install omxus-auth

Simple Pricing

Pay per verification. No monthly fees.

Free

For testing and small projects

$0
  • 1,000 verifications/month
  • Basic rate limiting
  • Community support
  • Public API access

Startup

For growing applications

$0.001/verification
  • Unlimited verifications
  • Higher rate limits
  • Email support
  • Usage analytics
  • Webhook notifications

Enterprise

For large-scale deployments

Custom
  • Volume discounts
  • SLA guarantee
  • Dedicated support
  • Custom integration
  • On-premise option

70% of verification fees go to all token holders equally. 30% ensures network longevity.Learn more →

Ready to get started?

Get your API key in seconds. No credit card required.