# Supported Chains & Payments

Blocksmiths accepts USDC payments across four blockchains. All payments are on-chain — there are no credit cards, bank transfers, or fiat gateways.

## Supported Chains

| Chain    | Token | Wallet                          |
| -------- | ----- | ------------------------------- |
| Ethereum | USDC  | Any EVM wallet (via RainbowKit) |
| Base     | USDC  | Any EVM wallet (via RainbowKit) |
| Polygon  | USDC  | Any EVM wallet (via RainbowKit) |
| Solana   | USDC  | Phantom (or any Solana wallet)  |

## How to Pay

### EVM Chains (Ethereum, Base, Polygon)

1. Connect your wallet using the RainbowKit prompt at checkout.
2. Switch to the correct network if prompted.
3. Approve the USDC transfer in your wallet.
4. Wait for the transaction to confirm on-chain.

### Solana

1. Connect your Phantom (or compatible Solana) wallet at checkout.
2. Approve the USDC SPL token transfer.
3. Wait for the transaction to confirm on Solana.

## Why USDC Only?

USDC is a stable, widely-held asset that eliminates price volatility between the time a buyer pays and a vendor receives their payout. Every transaction settles at exactly the price shown at checkout.

## No Fiat, No Intermediaries

Blocksmiths does not process credit cards or hold funds in escrow. Payments go directly on-chain the moment you approve the transaction in your wallet.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blocksmiths.tech/getting-started/supported-chains-and-payments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
