> For the complete documentation index, see [llms.txt](https://docs.imintify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imintify.com/whitelist/faq-allow-list.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.imintify.com/whitelist/faq-allow-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
