APTOGON
ManifestSolutionsDevelopersPricingBlogDonateVerify
🔗Web3 & DAOs

One Person. One Vote.
On-Chain.

A single operator with 1,000 wallets can capture your DAO governance, drain your airdrop, or dominate your UBI distribution. Wallet ownership proves nothing about who holds it.

Sybil attacks are breaking Web3

Token-weighted voting sounds fair. One person with 1,000 wallets is not.

1 hand
can control 1,000 wallets and capture a DAO governance vote
Common Sybil attack
$0
cost to create a new wallet and claim airdrop eligibility
On-chain analysis
~80%
of airdrop recipients in some protocols were bots or sybils
Blockchain research
0
existing wallet-based proofs can verify a unique human behind them
APTOGON analysis

How it works

A verifiable, on-chain HumanCredential links your wallet to a unique human — readable by any smart contract.

01
💼
User connects wallet

Your dApp or DAO interface prompts the APTOGON widget after wallet connection — no new sign-up required.

02
✍️
Gesture verification

A 10-second gesture links the wallet to a physical human. Device signals block headless automation.

03
⛓️
HumanCredential on Aptos

A signed, on-chain HumanCredential is created linking wallet to DID. Verifiable by any smart contract.

04
🗳️
One person, one vote

Your governance contract reads the HumanCredential. One person = one vote weight, regardless of token holdings.

What you can build

Any protocol that needs "one human = one right" benefits from a HumanCredential.

🗳️
DAO governance

Prevent whale sybils from capturing votes. Weight by verified humans, not just token holdings.

🎁
Airdrop distribution

Issue tokens to unique humans. Reject wallets without a HumanCredential on-chain.

💰
UBI / DeFi rewards

Distribute yield or basic income to verified unique humans — like Worldcoin but without iris scans.

🏆
Proof-of-personhood NFTs

Mint soulbound NFTs tied to a verified human identity. No duplicate mints from the same person.

APTOGON vs Worldcoin

Both solve proof-of-personhood for Web3. Very different ways.

Worldcoin
·Iris biometric scan required
·Physical Orb device needed
·Biometrics stored server-side
·ZK-proofs on Optimism
·Closed-source Orb hardware
·Available in select cities only
APTOGON
No biometrics — gesture only
Works on any device, anywhere
Zero biometrics stored
On-chain proof on Aptos
Open-source extension + API
Works globally, instantly

Integrate with your smart contract

Query HumanCredential on-chain. One Move call gives you verified humanity.

// Move module — check HumanCredential before vote
public fun cast_vote(voter: &signer, proposal_id: u64) {
// Verify unique human before counting vote
let addr = signer::address_of(voter);
assert!(
human_firewall::is_verified(addr),
E_NOT_VERIFIED_HUMAN
);
// One address = one vote, enforced on-chain
governance::record_vote(addr, proposal_id);
}

Ready to make your protocol sybil-proof?

The only provider with a real on-chain HumanCredential on Aptos. Start free.

No iris scanWorks on AptosOpen-source
Other verticals:📊 Market Research👥 Communities🤖 AI Data Labeling