# SuiVerify

## SuiVerifyOfficial

- [SuiVerify Official Documentation](https://suiverify.gitbook.io/suiverify/suiverify-official-documentation.md): Welcome to the official documentation for SuiVerify, a groundbreaking platform for secure, NFT-based credential verification. This GitBook provides a comprehensive guide to SuiVerify’s innovative feat
- [Introduction](https://suiverify.gitbook.io/suiverify/introduction.md): SuiVerify is a cutting-edge platform that redefines credential verification by enabling users to securely validate any attribute and receive a unique NFT as proof.
- [Key Features](https://suiverify.gitbook.io/suiverify/introduction/key-features.md): SuiVerify offers a suite of powerful features designed to make credential verification secure, efficient, and universally accessible.
- [User Guide](https://suiverify.gitbook.io/suiverify/user-guide.md): SuiVerify’s user-friendly interface ensures a delightful experience for verifying credentials and receiving NFTs. This guide walks you through the process, designed for simplicity and efficiency.
- [User Flow](https://suiverify.gitbook.io/suiverify/user-guide/user-flow.md)
- [Soul Bound NFT](https://suiverify.gitbook.io/suiverify/user-guide/soul-bound-nft.md): SuiVerify’s NFT generation is a hallmark feature, providing users with a unique, blockchain-based token as proof of their verified credentials.
- [Technical Architecture](https://suiverify.gitbook.io/suiverify/technical-architecture.md): SuiVerify’s architecture combines modern technologies to deliver a scalable, secure, and efficient platform for credential verification and NFT issuance.
- [Encryption and Decryption Process with Seal SDK and Walrus](https://suiverify.gitbook.io/suiverify/technical-architecture/encryption-and-decryption-process-with-seal-sdk-and-walrus.md)
- [Key Security Features](https://suiverify.gitbook.io/suiverify/technical-architecture/key-security-features.md)
- [Nautilus Infra](https://suiverify.gitbook.io/suiverify/nautilus-infra.md): The Age Verification MVP is powered by a dual-backend system, combining the strengths of Python and Rust for optimal performance and security.
- [Verification Workflow](https://suiverify.gitbook.io/suiverify/nautilus-infra/verification-workflow.md): SuiVerify’s verification workflow is designed to be robust, accurate, and secure, ensuring reliable credential validation for any use case.
- [How Storage Works](https://suiverify.gitbook.io/suiverify/nautilus-infra/how-storage-works.md): The Age Verification MVP uses Walrus, a decentralized storage platform, to securely store government ID images.
- [SuiVerify SDK](https://suiverify.gitbook.io/suiverify/suiverify-sdk.md): For Protocols Building on SuiVerify
- [API reference](https://suiverify.gitbook.io/suiverify/suiverify-sdk/api-reference.md): https://www.npmjs.com/package/suiverify-sdk
- [Security and Privacy](https://suiverify.gitbook.io/suiverify/security-and-privacy.md): Security and privacy are at the core of the Age Verification MVP, ensuring user data is protected at every step.
- [Audit and Compliance](https://suiverify.gitbook.io/suiverify/audit-and-compliance.md): The Age Verification MVP is designed to support transparency and compliance, enabling easy auditing when required.
- [Overview & Architecture](https://suiverify.gitbook.io/suiverify/audit-and-compliance/overview-and-architecture.md): SuiVerify introduces a streamlined and secure system for on-chain identity verification on the Sui blockchain. The architecture is intentionally simple, relying on just two core smart contracts to man
- [Core Data Structure](https://suiverify.gitbook.io/suiverify/audit-and-compliance/core-data-structure.md): The system uses several key data structures to store verification and document information on-chain.
- [E2E User Flow](https://suiverify.gitbook.io/suiverify/audit-and-compliance/e2e-user-flow.md): The verification process is a multi-step flow that involves interaction between the frontend, a secure backend, and the on-chain contracts.
- [Contract API reference](https://suiverify.gitbook.io/suiverify/audit-and-compliance/contract-api-reference.md)
- [Security & Access Control](https://suiverify.gitbook.io/suiverify/audit-and-compliance/security-and-access-control.md): Security and granular access control are fundamental to the system's design.
- [Glossary](https://suiverify.gitbook.io/suiverify/glossary.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://suiverify.gitbook.io/suiverify/suiverify-official-documentation.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
