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.

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

Powered by

Safe Smart AccountsERC-4337PimlicoBaseRIP-7212x402

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.

Lobster claw holding cash

Open Claw Ready!

Download Paygent

Get the latest release and start securing your agent payments.

Version 0.1.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