---
name: jcpenney.x402.fi
description: jcpenney.x402.fi is a single-purpose payment endpoint that processes $25 JCPenney gift card purchases via USDC on Solana mainnet. It accepts exactly 25 USDC and returns a JCPenney gift card upon successful payment within a 5-minute window.
host: jcpenney.x402.fi
---

# jcpenney.x402.fi

This host serves users who want to buy a $25 JCPenney gift card using Solana-based USDC. It is a narrow, fixed-denomination retail gift card purchase endpoint with no configurability in denomination, retailer, or payment network. It does not offer account management, product browsing, or any other JCPenney services.

## When to use this host

Use this host only when an agent needs to purchase a $25 JCPenney gift card and the user can pay exactly 25 USDC on Solana mainnet within 5 minutes. Do not use it for any other denomination (e.g., $10, $50, $100), for other retailers, or for payments on Ethereum, Base, or other networks. If the user needs a different gift card amount or a different retailer, look for a host specific to that retailer and denomination. If the user cannot pay in Solana USDC, this host cannot fulfill the request.

## Capabilities

### Gift Card Purchase

Enables the purchase of a fixed $25 JCPenney gift card by submitting exactly 25 USDC on Solana mainnet to the designated address within a 5-minute timeout.

- **`buy-jcpenney-25-gift-card`** — Purchases a $25 JCPenney gift card by sending exactly 25 USDC on Solana mainnet to the designated recipient address, with a 5-minute payment timeout.

## Skill reference

### `buy-jcpenney-25-gift-card`

**Buy JCPenney $25 Gift Card** — Purchases a $25 JCPenney gift card by sending exactly 25 USDC on Solana mainnet to the designated recipient address, with a 5-minute payment timeout.

*Use when:* Use when the user wants to purchase a $25 JCPenney gift card and is able to pay exactly 25 USDC on Solana mainnet within a 5-minute window.

*Not for:* Do not use for gift card denominations other than $25, for non-JCPenney retailers, or for payment networks other than Solana USDC.

**Inputs:**

- `payTo` (string, required) — Solana wallet address that receives the USDC payment. Must be the designated recipient: Ak3Zw57WFjq94FGuX4sWNetqiCpbWQgmLoNmfRzEsadx.
- `amount` (string, required) — Exact payment amount in USDC atomic units (6 decimals). Must be exactly 25000000 (i.e., $25.00).
- `asset` (string, required) — SPL token mint address for the payment asset. Must be the USDC mint on Solana mainnet.
- `network` (string, required) — Solana network identifier for the transaction.

**Returns:** Returns gift card redemption details for a $25 JCPenney gift card after exact 25 USDC payment is confirmed on Solana mainnet.

**Example:** `{"payTo": "Ak3Zw57WFjq94FGuX4sWNetqiCpbWQgmLoNmfRzEsadx", "amount": "25000000", "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"}`

---
