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

# 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,
* 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.

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

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