# Intro

Cross-chain payments enables your customers to buy an NFT with crypto tokens - even if the tokens aren't native to your chain!

For example, a user can buy an ETH NFT with SOL tokens with cross-chain payments!

Why use cross-chain payments?

* Free for sellers/platforms
* No KYC
* Saves buyers from fees (gas fees to transfer to an exchange, exchange fees, etc)
* Increases conversion rates for buyers (easier for NFT buyers!)

{% hint style="info" %}
Email`help@usewinter.com` to get your API key to get started!
{% endhint %}

What chains do we support payments from?

* Ethereum (ETH)
* Solana (SOL)
* Polygon (MATIC)
* USDC (ERC-20)
* Avalanche (AVAX)
* Binance (BNB)
* BUSD (BEP-20)

Want to see a new payment token? Email us at `help@usewinter.com` and we'd love to help!


---

# 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.usewinter.com/cross-chain-payments/intro.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.
