What are World Orb and World ID: a complete breakdown

Updated:
What are World Orb and World ID: a complete breakdown

Imagine: you approach a metal sphere the size of a bowling ball, look into it for a few seconds — and receive a digital passport that confirms you are a real person, not a bot. In short: World Orb is a biometric device that scans the iris of the eye and generates a unique digital identifier, without storing any image.

⚡ In short

  • World Orb — an iris scanning device that creates an anonymous digital ID
  • Iris, not face: unique to every person, even twins, and does not change throughout life
  • Image deleted: Orb processes the scan locally and sends only an encrypted code to the phone
  • 🎯 You will gain: an understanding of how World ID works, how it differs from Face ID, and where it is already applied
  • 👇 Below — detailed explanations, tables, and links to sources

📚 Article contents

🎯 What is World Orb and who created it?

World Orb is a biometric device from Tools for Humanity, co-founded by Sam Altman (CEO of OpenAI). The Orb scans the iris of the eye and issues a digital identifier — World ID — which confirms that the owner is a unique living person.

The project started in 2019 under the name Worldcoin. In October 2024, it was rebranded to World Network (or simply World) — to reflect a broader mission: not just a cryptocurrency, but a global digital identity infrastructure.

«Finally, as the project's scale grows along with the importance of the World ID proof-of-personhood protocol, the name "Worldcoin" no longer reflects the project's mission» — official statement from World Network, October 2024.

Tools for Humanity was founded in 2019 by Sam Altman, Alex Blania, and Max Novendstern. The company has raised over $240 million from investors such as Andreessen Horowitz, Coinbase Ventures, and Khosla Ventures.

As of May 2025, the network has 26 million registered users, of whom 12 million have completed full verification via Orb in more than 160 countries.

The World ecosystem consists of four components:

  • World Orb — hardware scanning device
  • World ID — digital "proof of personhood" identifier
  • World App — mobile wallet and entry point
  • World Chain — Layer 2 blockchain based on Ethereum, launched in October 2024

Sources: Axios, October 17, 2024 · Wikipedia: World (blockchain) · CNBC, April 30, 2025

🎯 Why the iris, not the face or fingerprint?

The iris has the highest uniqueness among all biometric features — its pattern is unique even in identical twins, does not change throughout life, and cannot be read imperceptibly.

«The iris has high entropy — a very rich pattern of small holes, lines, and ridges, making it both complex and unique» — official blog of Tools for Humanity.

Here is a comparison of the three main biometric features:

Parameter Fingerprint Facial recognition Iris of the eye
Uniqueness High Medium Highest
Stability Can change (injuries, age) Changes (age, surgery) Does not change throughout life
Can be read without consent? Yes (from surface) Yes (cameras) No (special equipment required)
Difficulty of forgery Medium High (deepfake) Very high
Application in World ❌ (Face Auth — separate function)

An important detail: unlike DNA, the iris does not contain genetic information and does not reveal family ties. This reduces the risks of data misuse.

Sources: World Blog: Iris Biometrics · World Blog: Why Biometrics

🎯 How scanning works: step by step

The entire process takes about 30 seconds. The Orb photographs the iris, processes the data locally on the device, sends an encrypted code to the phone, and deletes all images. No image ever leaves the device.

Detailed sequence:

  1. Download the World App — the application generates a pair of cryptographic keys (public and private) and forms a unique QR code for the verification session. The private key is stored exclusively on your phone and is never transmitted to servers.
  2. Find an Orb — verification can be done at a physical location (kiosk, flagship location, certified operator) or ordered via On Demand Orb — an operator comes to you. An up-to-date map of locations can be found in the World App.
  3. Provide consent — before scanning, the application displays the terms of data collection. Without explicit consent, the process does not begin. You also choose whether to allow temporary storage of images for algorithm improvement — this is disabled by default.
  4. Liveness detection — before scanning the iris, the Orb verifies that it is a living person. Multispectral sensors and neural networks detect attempts at deception: printouts, screens, artificial eyes, or silicone masks. This stage takes a few seconds and is fully automatic.
  5. Iris scanning — infrared cameras take a series of eye images under different lighting conditions. The infrared range allows for a clear iris texture regardless of eye color and ambient lighting.
  6. IrisCode generation — neural networks process the images directly on the Orb's chip (without cloud transfer), extract unique texture characteristics, and convert them into a numerical code — IrisCode. It is impossible to restore the original image from this code.
  7. Uniqueness verification — the IrisCode is compared with all previously registered codes in the global database. If a match is found, registration is rejected: each person can have only one World ID. This step makes the system resistant to Sybil attacks.
  8. Data deletion — immediately after IrisCode generation, all images are deleted from the device. Only an encrypted signature, confirming successful verification, is sent to the user's phone.
  9. World ID activated — the user's public key is added to a smart contract on World Chain. From this moment, World ID can be used for verification on any platform that supports the protocol, without repeated scanning.

Sources: World Blog: Understanding the Orb · World Whitepaper

What are World Orb and World ID: a complete breakdown

🎯 What is IrisCode and how is it generated?

IrisCode is a numerical representation of the iris texture. It is generated using machine learning directly on the Orb and is an irreversible hash — it is impossible to restore the original image from the code.

The IrisCode generation process consists of four stages:

  1. Image capture — infrared and visible cameras take images considering lighting and eye position.
  2. Segmentation — a neural network separates the iris texture from eyelashes, pupil, reflections, and other elements.
  3. Encoding — the model extracts the most important texture characteristics and converts them into a numerical code (binary vector).
  4. Hashing — the code undergoes a one-way mathematical function. Even the company cannot restore the original image from the final code.

An important detail rarely discussed: the IrisCode generation algorithm is proprietary — meaning third-party researchers cannot reproduce or independently verify it. This is one of the key questions regarding the system's transparency that should be kept in mind.

Sources: World Blog: Iris Biometrics · World Blog: Understanding the Orb

🎯 What is zero-knowledge proof and why is it here?

Zero-knowledge proof (ZKP) is a cryptographic method that allows proving a fact without revealing details. In World ID, it allows confirming "I am a unique person" without transmitting any personal data to third-party platforms.

Analogy: you can prove to a cashier that you are 18 years old without showing a passport with your date of birth, address, and photo. ZKP does the same in the digital world — at the level of mathematics.

How it works in World ID:

  1. When a platform (e.g., an application) requests verification, the World App receives a request with context (application ID, transaction data).
  2. The World App generates a ZK-proof: it mathematically proves that the user's IrisCode is in the global list of verified codes, without revealing whose code it is.
  3. The platform verifies the proof. If it is correct, it confirms that a real, unique person is in front of it.
  4. No personal data, no IrisCode, no link between different interactions of the same user.

World uses the open protocol Semaphore for ZKP implementation.

Sources: World Whitepaper · Satoshi Club: How Worldcoin Works

🎯 What is proof of personhood — and why is it needed?

Proof of personhood is a mechanism for confirming that a real, unique human being, not a bot, AI agent, or fake profile, is behind an account.

The problem has become critical in the era of generative AI: GPT-4 and similar models pass CAPTCHAs, generate convincing texts, and can mass-create fake accounts. Traditional verification methods — email, phone number, even CAPTCHA — are no longer reliable indicators that a human is behind an account.

World ID solves this through global deduplication: each IrisCode is compared with all previously registered ones. If a match is found, registration is rejected. This prevents a single person from creating multiple accounts (a so-called Sybil attack).

🎯 How does World ID differ from Face ID and state biometrics?

There are three fundamentally different models of biometrics — local (Face ID), state (passports, Aadhaar), and global anonymous (World ID). They differ in purpose, data storage location, and whom you trust.
Parameter Face ID (Apple) State biometrics World ID
Purpose Device unlock Personal identification Proof of personhood
Where data is stored Locally on device chip Centralized state databases Distributed (SMPC)
Does it reveal identity? No (locally) Yes No (ZKP)
Global uniqueness Within the country ✅ (160+ countries)
Who controls? Apple / user State Tools for Humanity / decentralization
Application One device State services Any online platform

Key difference: Face ID never leaves your device and does not compare you to anyone else. World ID, conversely, is built on global comparison — this is how uniqueness is ensured.

🎯 Where is World ID already used and where is it unavailable?

World ID is already integrated into over 30 platforms, including Minecraft, Reddit, Discord, Telegram, and Shopify. In some countries — Kenya, Indonesia — operations have been suspended or banned.

Partnerships and integrations (as of 2025):

  • 🎮 Razer, Minecraft — player verification
  • 💬 Discord, Telegram, Reddit — confirming that a human is behind the account
  • 🛒 Shopify — fraud protection
  • 💳 Visa, Match Group (Tinder) — partnerships announced in April 2025
  • 📹 Zoom, WhatsApp, FaceTime — Face Auth integration (face comparison feature)
  • 🏛️ Taiwan, Malaysia — government-level partnerships in digital identity verification

Where unavailable or restricted:

  • 🚫 USA — until April 2025, Orb did not operate in the USA; full launch occurred on April 30, 2025, in six cities
  • 🚫 Kenya — in May 2025, the government mandated the deletion of all collected biometric data
  • 🚫 Indonesia — temporary suspension of operations in May 2025
  • 🚫 Hong Kong — raids and ban on operations
  • ⚠️ Spain, Portugal, Brazil, Colombia, India, South Korea — regulatory investigations

Sources: Flaming Ltd, May 2025 · CNBC, April 30, 2025 · Wikipedia: World (blockchain)

🎯 What versions of Orb exist?

As of 2025, there are three generations of devices: Orb Gen1 (2021–2024), Orb Gen2 (October 2024), and Orb Mini (announced May 2025, full release 2026).

VersionDateKey features
Orb Gen12021–2024First generation. Basic sensors, Wi-Fi connectivity. Limited AI performance.
Orb Gen2October 2024NVIDIA Jetson chip (5x AI performance), 5G, 30% fewer parts, three times higher production capacity, removable SD card for audit, improved IR cameras.
Orb MiniAnnounced May 2025 / released 2026Portable device the size of a smartphone. Simplifies the scanning process. In the future — POS terminal for iris-based payments.

Also in October 2024, World launched the Community Operators program: anyone can purchase or rent an Orb Gen2 and earn WLD tokens for each verified person.

Sources: World Blog: New Orb announcement · Mobile ID World: Orb Mini

❓ Frequently Asked Questions (FAQ)

Does the Orb store my image?

No. By default, all images are processed locally on the device and deleted immediately after IrisCode generation. Users can voluntarily allow temporary storage to improve algorithms.

Can verification be revoked?

Yes. World provides an "unverify" function — users can request the deletion of their IrisCode from the system.

What is the WLD token and is it mandatory to receive it?

WLD is the project's cryptocurrency, which verified users receive weekly (where legally permitted). Receiving the token is not a mandatory condition for using World ID.

How does World ID differ from a regular Google login?

A Google login identifies an account and transmits personal data. World ID only confirms that a unique living person is behind the account — without transmitting a name, email, or any personal data.

Is World Orb safe for my data?

The question is not unfounded. The system has strong arguments for privacy protection (local processing, ZKP, SMPC), but also has open questions: proprietary algorithm, regulatory bans in several countries. A detailed analysis is in our article "World Orb and privacy".

✅ Conclusions

World Orb is not just an eye-scanning device. It is an attempt to solve one of the most pressing problems of the digital age: to prove that a real person is behind an account, without revealing who that person is.

Key facts to remember:

  • The project was renamed from Worldcoin to World Network in October 2024
  • The Orb processes data locally and deletes images after IrisCode generation
  • The system uses zero-knowledge proofs — verification without transmitting personal data
  • As of 2025 — 26 million registered users, partnerships with Visa, Tinder, Razer, Reddit
  • Regulatory issues are open: bans in Kenya, Indonesia, investigations in the EU

The technology is ambitious and technically sound. But trust in any global biometric system is built over years — and depends not only on the architecture but also on the company's transparency and the behavior of regulators.

Останні статті

Читайте більше цікавих матеріалів

Claude Opus 4.7 для RAG: як я тестував модель на реальних документах

Claude Opus 4.7 для RAG: як я тестував модель на реальних документах

Коротко про що ця стаття: 17 квітня я взяв свіжий Claude Opus 4.7 і прогнав його через свою RAG-систему AskYourDocs на тестовому наборі з ~400 публічних юридичних документів (зразки договорів, нормативні акти, шаблони з відкритих джерел). Порівняв з Llama 3.3 70B, на якій у мене зараз...

Claude Opus 4.7: детальний огляд моделі Anthropic у 2026

Claude Opus 4.7: детальний огляд моделі Anthropic у 2026

TL;DR за 30 секунд: Claude Opus 4.7 — новий флагман Anthropic, який вийшов 16 квітня 2026 року. Головне: +10.9 пунктів на SWE-bench Pro (64.3% проти 53.4% у Opus 4.6), вища роздільна здатність vision (3.75 MP), нова memory на рівні файлової системи та новий рівень міркування xhigh. Ціна...

Gemma 4 26B MoE: підводні камені і коли це реально виграє

Gemma 4 26B MoE: підводні камені і коли це реально виграє

Коротко: Gemma 4 26B MoE рекламують як "якість 26B за ціною 4B". Це правда щодо швидкості інференсу — але не щодо пам'яті. Завантажити потрібно всі 18 GB. На Mac з 24 GB — свопінг і 2 токени/сек. Комфортно працює на 32+ GB. Читай перш ніж завантажувати. Що таке MoE і чому 26B...

Reasoning mode в Gemma 4: як вмикати, коли потрібно і скільки коштує — 2026

Reasoning mode в Gemma 4: як вмикати, коли потрібно і скільки коштує — 2026

Коротко: Reasoning mode — це вбудована здатність Gemma 4 "думати" перед відповіддю. Увімкнений за замовчуванням. На M1 16 GB з'їдає від 20 до 73 секунд залежно від задачі. Повністю вимкнути через Ollama не можна — але можна скоротити через /no_think. Читай коли це варто робити, а коли...

Gemma 4: повний огляд — розміри, ліцензія, порівняння з Gemma 3

Gemma 4: повний огляд — розміри, ліцензія, порівняння з Gemma 3

Коротко: Gemma 4 — нове покоління відкритих моделей від Google DeepMind, випущене 2 квітня 2026 року. Чотири розміри: E2B, E4B, 26B MoE і 31B Dense. Ліцензія Apache 2.0 — можна використовувати комерційно без обмежень. Підтримує зображення, аудіо, reasoning mode і 256K контекст. Запускається...

Gemma 4 на M1 16 GB — реальні тести: код, текст, швидкість

Gemma 4 на M1 16 GB — реальні тести: код, текст, швидкість

Коротко: Встановив Gemma 4 на MacBook Pro M1 16 GB і протестував на двох реальних задачах — генерація Spring Boot коду і текст про RAG. Порівняв з Qwen3:8b і Mistral Nemo. Результат: Gemma 4 видає найкращу якість, але найповільніша. Qwen3:8b — майже та сама якість коду за 1/4 часу. Читай якщо...