# Intro

Welcome! Are you a degen NFT marketplace? Are you a gaming platform? Are you just curious? Well, this is the place for you to learn how to setup Winter's checkout with your marketplace!

{% hint style="info" %}
Ready to get started? Email us at `marketplaces@usewinter.com` and we can help guide you!
{% endhint %}

So you have your own NFT marketplace?&#x20;

You're looking to add credit card/cross-chain payments? Or custodial wallets?

Then look no further! 🎉

As of now, we support NFT marketplaces on a few main blockchains:

* Ethereum (ETH)
* Polygon (MATIC)
* Solana (SOL)
* Cardano (ADA)
* Avalanche (AVAX)
* Tezos (XTZ)
* Binance (BNB & BUSD) (🚧 In beta)

You're probably wondering "How do I integrate?" Well, at a high level:

### 👆Step 0 - [Choose your implementation strategy](/marketplace-integrations/implementation-strategy.md) (aka how you want to integrate)

### 📧 Step 1 - Email us at `marketplaces@usewinter.com` to apply and get your API key to go live!

### 🛠 Step 2 -  [Integrate our React widget in your front end!](/front-end-integration/react-marketplace.md)&#x20;

### 🚀 Step 3 - Go live!


---

# 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/marketplace-integrations/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.
