# 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](https://docs.quadrata.com/integration/introduction/passport-attributes) 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](https://docs.quadrata.com/integration/how-to-integrate/onboard-users "mention")
* [query-attributes](https://docs.quadrata.com/integration/how-to-integrate/query-attributes "mention")


---

# Agent Instructions: 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.
