Empower Your Agent to Make Payments Securely

Hardware-level security meets cutting-edge Web3. P256 signing, WebAuthn passkeys, gasless transactions, and AI agent payments. Available on macOS, with Windows and Linux coming soon.

Get Started

Claude Desktop

No terminal, no config files

1

Download the desktop app

2
Download MCPB plugin

Double-click the .mcpb file to install

Other Agents

Paste this prompt into the agent of your choice

Set up https://paygent.net/skill.md

Claude Code, Cursor, VS Code, Windsurf, Codex, Gemini CLI

Agential Wallet app showing token balances and transaction history on Base Sepolia

Built for Security & Simplicity

Hardware-grade security with a seamless experience for human and agent alike.

Passkey-Secured Signing

Passkey-based transaction signing, protected by the Secure Enclave. Touch ID or Face ID to approve — biometrics guard the keys.

Remote Authorization

For an agent to exceed spending limits, it must escalate to you for authorization via a mobile app. Stay in control, from anywhere.

Smart Account

Gasless transactions, batched operations, and ERC-4337 account abstraction powered by Safe and Pimlico bundler.

x402 Payment Protocol

Enable AI agents to make payments on your behalf with granular spending limits and per-token controls.

Multi-Chain Support

Deploy and manage your wallet on Base, Optimism, Arbitrum, and any EVM chain with RIP-7212 support.

MCP Integration

Model Context Protocol support lets AI assistants interact with your wallet natively. Built for the agentic future.

Powered by

Safe Smart AccountsERC-4337PimlicoBaseRIP-7212x402
Lobster claw holding cash

Open Claw Ready!

Desktop App

Download Paygent for your platform.

Version 1.22.0

macOS updates automatically. Linux updates via sudo apt upgrade paygent-wallet after adding the repository below.

Install via apt (Linux)
# Add signing key and repository (one-time setup)
curl -fsSL https://downloads.paygent.net/keys/paygent.gpg \
  | sudo gpg --dearmor -o /usr/share/keyrings/paygent.gpg

echo "deb [signed-by=/usr/share/keyrings/paygent.gpg] \
  https://downloads.paygent.net/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/paygent.list

# Install
sudo apt update && sudo apt install paygent-wallet

# Update to latest version
sudo apt update && sudo apt upgrade paygent-wallet