---
name: paramount.x402.fi
description: paramount.x402.fi is a single-purpose payment endpoint that processes a $100 Paramount+ subscription purchase via USDC on Solana mainnet using the x402 exact-price payment protocol. It accepts payment parameters and returns a success status along with an API transaction ID. No subscription management, cancellation, or other operations are supported.
host: paramount.x402.fi
---

# paramount.x402.fi

This host serves agents that need to programmatically complete a one-time $100 Paramount+ subscription checkout using on-chain USDC payment on Solana mainnet. It is a narrow, transactional endpoint — not a subscription management platform — and is purpose-built for the x402 exact-price payment scheme. Agents must supply all required payment fields (asset, payTo, amount, scheme, network, feePayer) to execute the purchase.

## When to use this host

Use this host when an agent needs to complete a single $100 Paramount+ subscription purchase and can settle in USDC on Solana mainnet via the x402 exact-price scheme. Do not use it for partial payments, subscription renewals, billing management, or cancellations — those require a dedicated billing or subscription management API. Do not use it for purchasing any other digital goods or streaming services; route those to the appropriate storefront. If the agent requires a different payment amount, currency, or network, this host cannot accommodate that and an alternative payment endpoint must be used.

## Capabilities

### Subscription Checkout

Executes a one-time $100 Paramount+ subscription purchase by submitting a USDC payment on Solana mainnet via the x402 protocol and returning a transaction confirmation.

- **`buy-paramount-plus-100-subscription`** — Purchases a $100 Paramount+ subscription by submitting an exact-price USDC payment on Solana mainnet via the x402 protocol.

## Skill reference

### `buy-paramount-plus-100-subscription`

**Paramount+ $100 Checkout** — Purchases a $100 Paramount+ subscription by submitting an exact-price USDC payment on Solana mainnet via the x402 protocol.

*Use when:* Use when an agent needs to programmatically purchase a $100 Paramount+ subscription and can settle payment in USDC on Solana mainnet using the x402 exact-price payment scheme.

*Not for:* Do not use for partial payments, recurring billing management, subscription cancellation, or any non-Paramount+ digital goods; use the appropriate storefront or billing API instead.

**Inputs:**

- `asset` (string, required) — SPL token mint address for the payment asset. Must be USDC on Solana mainnet.
- `payTo` (string, required) — Solana wallet address that receives the payment settlement.
- `amount` (string, required) — Exact payment amount in USDC atomic units (6 decimals). Must be 100000000 for this endpoint.
- `scheme` (string, required) — Payment scheme identifier. Must be 'exact' for this endpoint.
- `network` (string, required) — Solana network identifier for the transaction.
- `feePayer` (string) — Optional Solana address of the fee payer account for the transaction.

**Returns:** Returns a confirmation that the $100 USDC payment was settled and the Paramount+ subscription was activated.

**Example:** `{"asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","payTo":"Ak3Zw57WFjq94FGuX4sWNetqiCpbWQgmLoNmfRzEsadx","amount":"100000000","scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","feePayer":"4x4ZhcqiT1FnirM8Ne97iVupkN4NcQgc2YYbE2jDZbZn"}`

---
