Skip to main content
Agentic wallets are smart contract wallets designed for software agents rather than human users. Instead of requiring a person to approve each transaction, an agent operates within a predefined spending policy: scoped permissions, token limits, and time bounds set at session creation. The private key is never exposed to the agent’s context. Polygon’s agentic wallet infrastructure is built on session keys. An agent receives a session that grants it specific capabilities (send USDC up to $50, swap on a particular DEX) without giving it full control of the underlying account. When the session expires or the limits are reached, the agent loses access automatically. This model makes autonomous payment flows practical: microtransactions, per-request API billing via x402, and multi-agent coordination all work without per-transaction human confirmation.

Key capabilities


Polygon Agent CLI

The Polygon Agent CLI is the primary tool for giving agents wallet access. It handles session creation, token operations, swaps, bridging, and x402 payments in a single install.
Or add it as an agent skill:

Full agentic documentation

Complete CLI reference, x402 protocol, ERC-8004 agent identity, and integration guides.