---
name: autoparts.x402.fi
description: autoparts.x402.fi is a single-purpose host that executes a fixed-price $25.00 Advance Auto Parts purchase paid on-chain via Solana USDC using the x402 exact-price payment protocol. It accepts a payment token, triggers checkout, and returns an order status and ID. No browsing, price lookup, or variable-amount purchasing is supported.
host: autoparts.x402.fi
---

# autoparts.x402.fi

autoparts.x402.fi serves agents that need to programmatically complete a pre-determined $25 Advance Auto Parts transaction using on-chain USDC on Solana mainnet. It is narrowly scoped to one retailer, one fixed price, and one payment method. Agents must already know they want to spend exactly $25 at Advance Auto Parts before invoking this host.

## When to use this host

Use this host only when an agent has already decided to purchase an Advance Auto Parts item at exactly $25.00 and holds a valid Solana USDC x402 payment token ready for submission. Do not use it for price discovery, product search, cart management, or any variable-amount transaction. Do not use it for any retailer other than Advance Auto Parts. Do not use it for non-USDC or non-Solana payment methods. If the agent needs to look up part prices, check availability, or purchase at a different amount, this host cannot help — a general e-commerce or auto-parts data API would be required instead.

## Capabilities

### Fixed-Price Checkout

Executes a single $25.00 Advance Auto Parts purchase by accepting an x402 payment token and returning order confirmation details including status and order ID.

- **`checkout-advance-auto-parts-25`** — Executes a single $25.00 Advance Auto Parts purchase paid on-chain via Solana USDC with an exact-price x402 payment scheme and a 5-minute settlement timeout.

## Skill reference

### `checkout-advance-auto-parts-25`

**Advance Auto Parts $25 Checkout** — Executes a single $25.00 Advance Auto Parts purchase paid on-chain via Solana USDC with an exact-price x402 payment scheme and a 5-minute settlement timeout.

*Use when:* Use when an agent needs to complete a $25 Advance Auto Parts purchase using on-chain USDC payment on Solana mainnet via the x402 exact-price protocol.

*Not for:* Do not use for variable-amount purchases, non-USDC payments, or any retailer other than Advance Auto Parts. Not suitable for browsing or price-checking — this triggers an immediate checkout.

**Inputs:**

- `X-PAYMENT` (string, required) — x402 payment header containing a signed Solana USDC transaction for exactly 25000000 atomic units (25.00 USDC) sent to payTo address Ak3Zw57WFjq94FGuX4sWNetqiCpbWQgmLoNmfRzEsadx on solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp within 300 seconds.

**Returns:** Returns a confirmation of the $25 Advance Auto Parts purchase with order status and any order identifier issued by the host.

**Example:** `POST https://autoparts.x402.fi/store/buy/advance-auto-parts-25
Content-Type: application/json
X-PAYMENT: {"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payload":{"transaction":"<base64-signed-tx>","signature":"<sig>"}}`

---
