> For the complete documentation index, see [llms.txt](https://docs.oppassport.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oppassport.xyz/op-passport/why-op-passport.md).

# Why OP passport?

## **Enhancing Privacy and Security**

**Privacy-Preserving Attestations**: Our platform utilizes Zero-Knowledge Proof (ZKP) technology, allowing participants to issue governance-related attestations without revealing their identities, ensuring robust privacy.

**Secure Identity Management**: Smart account wallets enable participants to securely manage their on-chain identity passports, minimizing risks of identity theft and fraud in the governance process.

## **Empowering Governance Participants**

**Role Verification and Transparency**: Participants, including Delegates, Delegators, and Badgeholders, can issue and manage attestations that verify their roles, enhancing transparency and trust within the ecosystem.

**User-Friendly Interface**: Our platform features an intuitive UI, making it accessible for participants of all technical backgrounds to manage their attestations and identities effectively.

## **Driving Ecosystem Growth and Engagement**

**Ecosystem Expansion**: The deployment of identity, attestation, and ZK primitives on the OP Mainnet promotes ecosystem growth by encouraging active participation.

**Builder Engagement and Interoperability**: The platform supports seamless integration of on-chain passports and attestations across various applications, attracting builders and expanding the utility and relevance of on-chain identities.

## **Commitment to Decentralized Governance**

**Advancing Governance**: Our project aims to advance decentralized governance by providing secure, privacy-focused tools that promote active participation.

**Broader Applications**: The innovative use of ZKP and secure identity mechanisms paves the way for high-stakes governance applications, transforming the governance landscape and setting new standards for privacy and security in decentralized systems.


---

# 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://docs.oppassport.xyz/op-passport/why-op-passport.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.
