# Privy

## What is Privy.io?

[Privy](https://www.privy.io/) is a platform that enhances data privacy and security in blockchain applications by providing tools for data encryption, granular access control, and seamless integration with existing dApps. It empowers users to manage their own encryption keys and ensures compliance with data protection regulations like GDPR and CCPA, making blockchain-based applications more secure and user-centric.

### What is Privy Wallet?

Privy is all about choice. Users can:

* connect an **external** Ethereum wallet to your app,&#x20;
* or create a secure, self-custodial **embedded** wallet associated with their login method.

Both types support signature and transaction requests, with embedded wallets offering more customization.&#x20;

* External wallets are managed by third-party clients and can link multiple wallets to user accounts.&#x20;
* Embedded wallets are provisioned by Privy, integrated directly into your app, and ideal for users without external wallets.&#x20;

You can manage embedded wallets and request signatures and transactions using Privy's methods or libraries like wagmi.

## What this means to you

You can onboard your users to web3 by implementing Privy wallet within your app. To that end, Privy provides a React-based authentication SDK.

The Privy docs have a nice [Quick Start](https://docs.privy.io/guide/react/quickstart) section, but we also advise you to have a look at their Recipes section, especially the [Starter Repos](https://docs.privy.io/guide/react/recipes/starter-repos) page which guides you with NextJS, Create React App and Wagmi templates.

{% embed url="<https://docs.privy.io/guide/react/quickstart>" %}

{% embed url="<https://docs.privy.io/guide/react/recipes/starter-repos>" %}


---

# 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.chiliz.com/community/chiliz-chain-ecosystem/wallets/privy.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.
