How To Be Early For Upcoming Base Airdrop. Complete Guide !!! Be an early user !!!
Base recently released their mainnet and bridge access to other Blockchains through Decentralized exchanges. Here are things you need to know to be an early user to Base and gain potential airdrop.
1.Early NFT Mint
2.Galxe Campaign - Incenticized (Points)
3.Genesis Builder NFT
4.Deploy And Verify Contract
Let’s Get Started :
For this interaction we will need Arbitrum Eth to bridge to base. In this case I will be using 0.01 Eth. Note bridging more than 0.085 Eth is necessary for this thread !!
In this Article. You can qualify for three airdrops altogether. Layer 3, Socket and Base Airdrops.
1. Go to Layer 3 bridge - https://layer3.xyz/bridge
- Connect your wallet
- Put the amount of Arb Eth(As shown Below)
- Review Swap ( Gas fee is 0.34 with protocol fee of 0.4$)
- Bridge is processed by Socket.
- Confirm Bridge
- Accept transaction in metamask. Always note the Gas fee
- Wait for Transaction to process completely
2. Go to galxe and connect your wallet
Link : https://galxe.com/base/campaign/GC5K9U7xmp
- complete the basic requests ( twitter tasks)
- We have Bridge already. It might take some Minutes to comfirm.
- Now lets go and claim our NFT
3. Proceed to : https://nft.coinbase.com/mint/bridgetobase
- Connect your wallet
- Mint your nft ( Mint more than 1) cost $0.5 gas fee
- Go back to your Galxe. Then claim your points and Raffle. ( If it hasn't approve yet. Check back later ) Very Important task !!
4. Go to : https://galxe.com/base
- Follow Base on Galxe space
- Claim all NFT tasks when available.
- Ensure you have your Galxe points
5. Claim Onchain Nft : onchainsummer.org
- Connect Wallet
- Claim Nft
6. Deploy And Contract on Base Network.
Before proceeding Base announced the Genesis Builder NFT of three Editions, depending on the time you deploy your contract. I'll advise you do it early.
Which might be a requirement for the speculative airdrop . So you've nothing to lose.
The Genesis Builder NFT comes in three tiers:
▪️ Gold: Submit application in early August.(👈We are here )
▪️Silver: Submit application by the end of August.
▪️Bronze: Submit application by the end of September
Firstly Go to - builder.base.org
Agree to terms and Continue
Connect wallet
a. Go to - https://remix.ethereum.org/?s=09#lang=en&optim
- Click on Contracts then click on 1_Storage.sol as shown below
- Make sure your solidity codes is show at the right workspace of the dashboard.
B. Navigate to the Solidity compiler ( Marked on green in the picture below)
- Ensure your metamask is on Base Network
- Change the Environment to "Injective Provider - Metamask"
- Deploy The contract
- Confirm Transaction in wallet ( $0.6 ) fee
C. You should get a confirmation message as shown in image.
- Copy the Contract Address of your Contract
- Go to Base scan :https://basescan.org
- Paste wallet in the Search button then search
- You should get a contract creation as shown below.
7. Verifying your Contract.
- Go to : https://basescan.org/verifyContract
- Fill details as shown below ( Confirm your compiler version on Remix. Change if different)
- Click Continue
- Copy and Paste your Solidity Contract code from Remix
- Confirm Human Verification
- Verify and Publish Contract
You should get a confirmation as shown below.
8. Submit Contract on Dune
- Go to : dune.com
- Creat an account if you don't have yet
- After successful login
- Go to : dune.com/contracts/new
- Enter contract adress from your Remix
B. - Fill your preferred Project Name, Contract name and Submit.
- Your contract will be submitted
- It will be on pending before approved
9. Apply For Genesis Builder NFT
- Go to : builder.base.org
- Verify the smart contract you deployed which we’ve done earlier.
- We have already fulfil all requirement
- It should be marked ( Note 0.007 Eth will need needed to confirm. Which I’ve said earlier)
- Confirm other details carefully.
- Submit.
- You have successfully apply for genesis Builder.
In coming articles. I will update on other dex that promised incentives. We kill two birds at the same time.
Pls, Don’t forget to Follow and applaud this story. if you find it helpful.
Wish you happy earnings.
Here is a copy of the solidity code
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.8.2 <0.9.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
* @custom:dev-run-script ./scripts/deploy_with_ethers.ts
*/
contract Storage {
uint256 number;
/**
* @dev Store value in variable
* @param num value to store
*/
function store(uint256 num) public {
number = num;
}
/**
* @dev Return value
* @return value of 'number'
*/
function retrieve() public view returns (uint256){
return number;
}
}
Give some follows 👀👀