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

# Introduction to Quadrata

Quadrata Web3 Passport is a privacy-preserving, sybil-resistant technology that brings identity, compliance, and reputation to DApps built on public blockchains.

### How it works

Businesses and consumers onboard onto Quadrata by attaching their wallets to an identity passport. The Quadrata Passport is issued as a non-transferrable NFT.&#x20;

DApps integrated with Quadrata can check passport [attributes](/integration/introduction/passport-attributes.md) to verify:

* Identity verification for individuals
* KYB for businesses
* AML screening
* Wallet screening
* Sybil resistant DID
* Country Verification
* Age Verification
* US Accreditation Check

### Getting started

Quadrata is supported on Ethereum, Polygon, Arbitrum, Optimism, Avalanche, Evmos, and KAVA. To integrate Quadrata Passport, you need:&#x20;

* Experience with front-end technologies such as [React](https://reactjs.org/).&#x20;
* Experience with [Solidity](https://docs.soliditylang.org/en/v0.8.11/) and the Ethereum ecosystem.

To start using Quadrata Passport, read the following sections in the developer guide:&#x20;

* [Onboard users](/integration/how-to-integrate/onboard-users.md)
* [Query attributes](/integration/how-to-integrate/query-attributes.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 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:

```
GET https://docs.quadrata.com/integration/introduction/introduction-to-quadrata.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.
