# Guide to mint Scroll Origins NFT

## Scroll Origins NFT introduction:

please check <https://scroll.io/blog/scroll-origins-nft>

## Why mint Scroll Origins NFT?

for Scroll's airdrop&#x20;

## Requirement to mint Scroll Origins NFT:

1 Scroll requires you to deploy at least one contract on the Scroll mainnet before you are qualified to mint NFTs.

2 some $ETH in scroll mainnet as gas fee to deploy contract and mint NFT.

## If I want to mint Scroll Origins NFT, is there an easy way?

Yes. OKOK Network can bridge your $ETH to the Scroll mainnet and provide a one-click web interface to deploy contracts.

## Steps to mint Scroll Origins NFT:

1 create wallet accounts in Metamask or other wallet and add scroll network, check this [tutorial](/product-guides/guide-to-mint-scroll-origins-nft/install-wallet-and-connect-to-scroll.md), optional.

2 bridge $ETH to your wallet account in Scroll mainnet, check this [doc](https://doc.scrollfriend.org/product-guides/how-to-trade/bridge-usdeth-to-scroll). If you already has $ETH, this is optional too. **Recommended method:** withdraw $ETH from CEX to Arbitrum one, then use [okok network](https://scroll.okok.network/) to bridge your $ETH from arbitrum one to scroll network. This method costs you cheapest gas fee/protocol fee.

3 open <https://scrollorigins.okok.network/> in pc chrome browser, connect wallet, click "Deploy Contract" button to deploy contract to scroll mainnet.

4 after successfully deployed contract, open [ https://scroll.io/developer-nft/check-eligibility](< https://scroll.io/developer-nft/check-eligibility>) to check eligibility of mining Scroll Origins NFT

5 after Dec 15, 2023, open <https://scroll.io/developer-nft/check-eligibility> to mint Scroll Origins NFT.

6 wait for airdrop. Good luck!

{% hint style="info" %}
**Save gas tip:**

bridge $ETH and deploy contract at Ethereum network's non-peak traffic time.

You can check current Ethereum gas price in [etherscan website](https://etherscan.io/chart/gasprice).

We operate on the L2 network, but L2's transaction fees are also affected by Ethereum’s gas fees because L2 networks need to submit data batch to Ethereum to maks everything safe. During the peak period of Ethereum, the gas fee of Ethereum increased significantly, so the transaction fee of L2 also increased accordingly.
{% endhint %}

{% hint style="info" %}
**What contract will scrollorigins.okok.network deploy for me?**

pragma solidity ^0.8.0;

contract A {

&#x20; bool c = true;

}

we will deploy this little contract which does cost very little gas and will not affect your minting eligibility.
{% endhint %}


---

# 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://doc.okok.network/product-guides/guide-to-mint-scroll-origins-nft.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.
