privy

Derive Safe addresses, deploy Safes, and initialize three-signature trading sessions.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/aquarius-wing/polymarket-dev-tools --skill privy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: privy
Source: https://github.com/aquarius-wing/polymarket-dev-tools/tree/main/.cursor/skills/privy
Command: npx skills add https://github.com/aquarius-wing/polymarket-dev-tools --skill privy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Privy-based authentication and wallet orchestration for Polymarket-style apps, including Safe address derivation and deployment, multi-step signing, and CLOB API credential flows.

Core Features & Use Cases

  • Deterministic Safe address derivation from Privy-authenticated EOA.
  • End-to-end trading session initialization with three-signature flow.
  • On-demand API credential creation and derivation, plus token approvals.

Quick Start

After Privy login, initialize the trading session to deterministically derive the Safe address, deploy it if needed, derive or create API credentials, and apply necessary token approvals.

Frequently Asked Questions about privy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable Privy authentication and wallet integration for a Polymarket-style app?

You can enable Privy authentication by initializing a trading session after login to deterministically derive the Safe address, deploy it, create CLOB API credentials, and apply token approvals.

What is deterministic Safe address derivation from a Privy-authenticated EOA?

Deterministic Safe address derivation calculates a predictable contract wallet address directly from your Privy-authenticated externally owned account, allowing safe deployment and management.

How does the three-signature trading session initialization work?

The three-signature trading session initialization orchestrates multi-step signing to establish a secure session, deriving API credentials and applying token approvals with robust error handling.

How do I create CLOB API credentials after Privy login?

After Privy login, the trading session initialization derives or creates your CLOB API credentials on-demand, handling the necessary token approvals and signature flows securely.

Can I handle Safe deployment and token approvals within the Privy login flow?

Yes, the Privy login flow covers on-demand Safe deployment and token-approval processes end-to-end, incorporating robust error handling for the entire authentication and wallet orchestration.