---
name: chicos.x402.fi
description: chicos.x402.fi is a single-purpose payment host that processes a fixed $25 USDC purchase of the 'Chico S' store item on Solana mainnet. It handles payment routing to a fixed recipient address with a 5-minute settlement window. No other items, amounts, or payment assets are supported.
host: chicos.x402.fi
---

# chicos.x402.fi

chicos.x402.fi serves agents that need to complete one specific commerce transaction: a $25 USDC payment for the 'Chico S' item on Solana mainnet. It is a narrow, fixed-parameter checkout endpoint, not a general-purpose payment or commerce platform. Its single skill handles settlement account routing and returns an API transaction ID alongside settlement metadata.

## When to use this host

Use this host only when an agent needs to pay exactly $25 USDC for the 'Chico S' item on Solana mainnet. Do not use it for any other item, any other amount, or any non-USDC asset. Do not use it for variable-price transactions or multi-item carts. For other store items or different amounts, route to the appropriate store-specific endpoint. For general Solana USDC payments unrelated to this specific item, use a general-purpose Solana payment host instead.

## Capabilities

### Fixed-Price Checkout

Processes the exact $25 USDC payment for the 'Chico S' item on Solana mainnet, routing funds to a predetermined recipient and returning settlement confirmation details.

- **`purchase-chico-s-25-item`** — Processes an exact $25 USDC payment on Solana mainnet for the 'Chico S' store item, routing funds to a fixed recipient with a 5-minute settlement window.

## Skill reference

### `purchase-chico-s-25-item`

**Chico S $25 Checkout** — Processes an exact $25 USDC payment on Solana mainnet for the 'Chico S' store item, routing funds to a fixed recipient with a 5-minute settlement window.

*Use when:* Use when an agent needs to complete a fixed-price $25 USDC purchase of the 'Chico S' store item on Solana, including when settlement account routing is required.

*Not for:* Do not use for variable-price purchases, non-USDC payments, or any item other than 'Chico S'; use the appropriate store endpoint for other items or amounts.

**Inputs:**

- `asset` (string, required) — SPL token mint address for the payment asset. Must be the USDC mint on Solana mainnet.
- `payTo` (string, required) — Solana wallet address of the payment recipient for this store item.
- `amount` (string, required) — Exact payment amount in USDC atomic units (6 decimals). Must be 25000000 for this item.
- `scheme` (string, required) — Payment scheme. Must be 'exact' for this endpoint.
- `network` (string, required) — Solana network identifier for the transaction.
- `maxTimeoutSeconds` (integer, required) — Maximum seconds allowed for payment settlement. Fixed at 300 (5 minutes) for this endpoint.

**Returns:** Returns payment confirmation metadata including apiId, feePayer address, and xSettlementAccountSupported flag for the $25 USDC Chico S store item purchase.

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

---
