Simple APIs to manage user data off-chain

With a few lines of code, securely integrate user data into your product. Build delightful experiences without putting your users, or their privacy, at risk. No backend required.

Backed by great investors and builders from across the web

  • Sequoia
  • BlueYard
  • Electric Capital
  • Protocol Labs
  • Archetype
1
2
3
4
5
6
7
// One call to encrypt sensitive data and store the encrypted result

privy.put("0x71C..6F", [
  { field: "email", value: "user@example.com" },
  { field: "ssn", value: "123-45-6789" }
]);
8
9
10
11
12
13
14

// One call to retrieve encrypted data and return the unencrypted result

privy.get("0x71C..6F", ["email", "ssn"]);

// This is all you need to securely take on user data

Get back to building great products and earn your users' trust.

Privy's simple, powerful APIs help you manage user data off-chain. Build delightful products without siloing user data or putting their privacy at risk.

View Docs
  • Encryption made simple.

    All user data is encrypted client-side using unique keys. Privy never sees user data.

  • Integrate with just a few lines of code.

    Spend more time working on your product, less time on compliance, infrastructure and damage control.

  • Build delightful experiences.

    Web2 convenience, meet Web3 standards. Bridge the gap between on and off-chain data.

  • Flexible permissions for interoperable data.

    Granular permissions so you and your users can control exactly who sees what across the Web.

Powerful tooling should be simple.

Watch how Privy enables you to securely take on user data

It's as easy as...

  • Define your schema

    Configure what fields you want to take on and who has permission to access them.

  • Integrate Privy's client libraries

    Integrate a few lines of code to manage encryption, sessions and data access.

  • Delight your users

    Power better UX without putting user privacy at risk.

Let the data flow, don't let it leak.

Associate real-world data to your users' on-chain activity, without compromising your users' privacy.

Screen shot of Privy Console
  • Notify your users

    Powerful integrations enable you to contact your users without having to access plaintext data.

  • Build for trust and compliance

    Secure KYC and other sensitive data without having it touch your stack for effortless compliance.

  • Simplify user onboarding

    Privately link user wallets to unify and customize UX across all of their wallets without doxxing them.

Better products deserve safer data.

Get Started
View Docs