> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polygon.technology/llms.txt
> Use this file to discover all available pages before exploring further.

# Agentic Payments on Polygon

> Overview of payment services on Polygon: agentic payments, x402, and stablecoins.

## Overview

**Agentic Payments** on Polygon are **keyless**, **wallet-less**, and **infrastructure-agnostic**: payments initiated and completed by autonomous software agents without direct human action at every step.

Polygon provides the developer tools, payment facilitators, SDKs, reference agents, and model prompts needed to build on this infrastructure.

The goal is to make payments as natural for agents as browsing a web page: secure, interoperable, and composable across chains, protocols, and apps.

> See also:
> [Polygon Payments 101](https://polygon.technology/blog/payments-101-why-polygon-is-built-for-money-crypto-payments-and-onchain-finance)

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(3, 1fr)', gap: '1rem', margin: '2rem 0' }}>
  <a href="/payment-services/agentic-payments/agent-integration/intro" style={{ textDecoration: 'none', color: 'inherit' }}>
    <div
      style={{ 
  border: '1px solid #e2e8f0', 
  borderRadius: '8px', 
  padding: '1.5rem',
  background: 'var(--fd-background)',
  transition: 'all 0.2s ease',
  cursor: 'pointer'
}}
    >
      <h3 style={{ marginTop: 0, color: 'var(--fd-primary)' }}>Agent Integration</h3>

      <div style={{ marginBottom: 0 }}>
        Learn about agentic commerce and find tutorials for AI-powered tooling such as ERC-8004
        standard, LLM wallet MCP and more.
      </div>
    </div>
  </a>

  <a href="/payment-services/agentic-payments/x402/intro/" style={{ textDecoration: 'none', color: 'inherit' }}>
    <div
      style={{ 
  border: '1px solid #e2e8f0', 
  borderRadius: '8px', 
  padding: '1.5rem',
  background: 'var(--fd-background)',
  transition: 'all 0.2s ease',
  cursor: 'pointer'
}}
    >
      <h3 style={{ marginTop: 0, color: 'var(--fd-primary)' }}>x402 on Polygon</h3>

      <div style={{ marginBottom: 0 }}>
        HTTP-based micropayment protocol for pay-per-use APIs and services.
        Monetize digital resources with automated payment flows.
      </div>
    </div>
  </a>

  <a href="/payment-services/stablecoins/offramps" style={{ textDecoration: 'none', color: 'inherit' }}>
    <div
      style={{ 
  border: '1px solid #e2e8f0', 
  borderRadius: '8px', 
  padding: '1.5rem',
  background: 'var(--fd-background)',
  transition: 'all 0.2s ease',
  cursor: 'pointer'
}}
    >
      <h3 style={{ marginTop: 0, color: 'var(--fd-primary)' }}>Stablecoins</h3>

      <div style={{ marginBottom: 0 }}>
        Core payment infrastructure including exchanges, on-ramps, stablecoins, and compliance tools.
        Build traditional payment flows with crypto rails.
      </div>
    </div>
  </a>
</div>
