# FAQ Allow list

<details>

<summary>Which <mark style="color:purple;">Blockchains</mark>  are <mark style="color:purple;">supported</mark> by the Allow list?</summary>

All Ethereum-based EVM chains.

Our smart contract creator service is compatible with Solana and a variety of Ethereum-based EVM chains, including:

* Ethereum
* Polygon
* Avalanche
* Fantom
* Binance Smart Chain
* Arbitrum
* Optimism

Solana (soon available) is currently not available for the allow list feature.

</details>

<details>

<summary>Import Allow list into Open Sea</summary>

When you [create an Allow list](/whitelist/create-an-allow-list.md) and collect wallet addresses, you can export this list as a CSV file. You can use this on Open Sea.

The requirements for Open Sea are:

* A .csv file
* Formatted as \[valid Ethereum wallet address, customer per-wallet limit (optional), custom per-wallet price (optional)].
* Note: ENS names aren’t supported at this time.
* The file should not include headers or any duplicate addresses.
* We support a limit of 30,000 addresses per presale stage

<img src="/files/XrvVslnkHOiRyjGsWn9A" alt="" data-size="original">

</details>


---

# 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.imintify.com/whitelist/faq-allow-list.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.
