> For the complete documentation index, see [llms.txt](https://nobots.gitbook.io/nobots-gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nobots.gitbook.io/nobots-gitbook/world-id.md).

# 🌐 World ID

Worldcoin stands as an open-source protocol, meticulously crafted to grant universal access to the global economy. At its core, the design is rooted in decentralization, signifying that governance and decision-making authority ultimately reside within its expansive global user community.

👥 The collective efforts of individuals and organizations championing Worldcoin are dedicated to crafting the tools that synergize to fulfill its overarching mission. Among these pivotal components are:

* **World ID:** An innovative digital passport affirming individual uniqueness and humanity on the internet while safeguarding personal identity.
* **The Orb:** A cutting-edge, custom device adept at privately and securely verifying humanness and uniqueness through iris code authentication.
* **World App:** A self-custodial application, developed and operated by project contributor Tools for Humanity. This app facilitates global payments, purchases, and transfers seamlessly using digital assets, stablecoins, and traditional currencies.

🛡️ World ID empowers you to validate your unique human presence on the internet while safeguarding your identity. Crafted to provide users with complete autonomy, it operates as an open protocol, emphasizing collective ownership by all individuals. The verification process through World ID is not only free and private but is also open to every individual aged 18 and above.

## 🆔 Sign in with World ID

World ID offers users the capability to seamlessly sign in to various applications using their World ID credentials. Leveraging the OpenID Connect (OIDC) standard for authentication, this integration extends compatibility and ease of use. The integration is conveniently available on the Auth0 Marketplace, facilitating effortless incorporation into existing Single Sign-On (SSO) systems.

#### 🌟 **Benefits:** <a href="#benefits" id="benefits"></a>

* **Streamlined User Access:** World ID integration streamlines the sign-in process for users across multiple applications, reducing the need for separate credentials and enhancing user experience.
* **Enhanced Security:** The use of OpenID Connect (OIDC) ensures secure and standardized authentication, mitigating potential security risks associated with varied authentication methods.
* **Interoperability:** Integration with the Auth Marketplace ensures compatibility with a wide range of existing SSO systems, fostering interoperability and flexibility in user authentication.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nobots.gitbook.io/nobots-gitbook/world-id.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
