# Installation Setup

<figure><img src="https://2746286178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgpKDyVuILY6KMjMrWVIG%2Fuploads%2FkRekJFGJPbnPj9UojDSZ%2FGdAcUdgXEAA1nwE.jpeg?alt=media&#x26;token=3aee397b-ad17-4c4d-9b24-706983603877" alt=""><figcaption></figcaption></figure>

## Lisk Portal Airdrop

**What is Lisk?**

Lisk is a Layer 2 blockchain platform built on the OP Stack, specifically designed to bring real-world blockchain solutions to emerging markets. As a scaling solution leveraging optimistic technology, Lisk enhances Ethereum’s capabilities while maintaining security and reducing costs.

Operating as part of the OP Stack ecosystem, Lisk benefits from the robust security of Ethereum while offering improved transaction speeds and reduced fees.\
\
**Lisk Airdrop Details**

Lisk has officially launched its highly anticipated <mark style="color:yellow;">airdrop</mark> campaign, allocating **15 million LSK** tokens to reward active participants in its ecosystem. This airdrop is part of Lisk’s strategy to expand its community while encouraging meaningful engagement with its platform and decentralized applications (DApps).

The airdrop runs through Q1 2025 and features a points-based system where participants can earn rewards through various activities and special “supertasks.” What sets this airdrop apart is its biweekly reward structure, allowing participants to earn LSK tokens during the campaign rather than waiting until the end for all rewards.

***

### Now Let's Start!

#### **Step-by-Step Guide to Join the Lisk Airdrop**

1. Visit the [official Lisk Airdrop portal](https://portal.lisk.com/airdrop)
2. Connect Your Wallet
   * Use any EVM-compatible wallet (like MetaMask)
   * Ensure you have enough ETH (BASE) for potential transaction fees
3. Add Lisk Mainnet
   * Approve the network change prompt when connecting
   * If needed, add the network manually following Lisk’s documentation
4. Complete Guild Verification
   * Click “Verify with Guild”
   * Sign in using your connected wallet
   * Select “Join Guild” followed by “Check Access to Join”
   * Return to the Lisk portal after verification
5. Enter Referral Code
   * Use code “<mark style="color:yellow;">**ygsfb9**</mark>” if you don’t have a referral
   * Consider sharing your own referral code to earn 10% of referred users’ points

#### **Earning Points and Rewards**

**Regular Tasks**

* Complete various ecosystem activities
* Interact with Lisk DApps
* Engage with the community
* Each task awards specific point values
* Bridge some ETH via the dashboard. the fee is minimal

**Supertasks**

* Special task collections released every two weeks
* Collaborate with partners like Oku.Trade and Ionic
* Earn immediate LSK token rewards
* Bonus points for completing within timeframes

**Special Benefits for NFT Holders**

Lisk of Life NFT holders receive additional benefits:

* Extra points for NFT ownership
* Special LSK token allocation at campaign end
* Limited to one NFT per wallet for point calculation
* Check how to complete the mandatory task in [their website here](https://lisk.com/blog/posts/lisk-lsk-airdrop/)

### Lisk Portal Ultimate Bot

This script automated Send, Swap, Borrow, Repay, wrap, unwrap and claim task in Lisk blockchain and airdrop.

### Features

* **Send, Swap, Borrow, Repay, wrap, unwrap and claim task of Lisk airdrop**

### Prerequisites

* [Node.js](https://nodejs.org/) (version 12 or higher)
* Lisk ETH, [Bridge here](https://www.relay.link/bridge/lisk?fromChainId=1)
* USDT and USDC, [Swap here](https://oku.trade/?inputChain=lisk\&inToken=0x0000000000000000000000000000000000000000\&outToken=0x05D032ac25d322df992303dCa074EE7392C117b9\&outTokenAmount=%220.0002593012318621867%22\&inTokenAmount=%220.0002593012318621867%22)

### Important notes

* If you want to use auto borrow/repay, please Supply USDC and enable Collateral first [in here](https://app.ionic.money/market?chain=1135\&pool=0)

### Installation

1. Clone the repository to your local machine:

   ```
   git clone https://github.com/recitativonika/lisk-auto.git
   ```
2. Navigate to the project directory:

   ```
   cd lisk-auto
   ```
3. Install the necessary dependencies:

   ```
   npm install
   ```

### Usage

1. Modify `key.txt` with your private key of your wallet with format like this:

   ```
   privkey1
   privkey2
   ```

   if you want to use proxy, add proxy in `proxy.txt` with this format:

   ```
   proxy1
   proxy2
   ```

   proxy is used only when you choose to use and only in claim task.
2. Edit `config.js` for change the delay, ETH range and percentage of unwrap ETH.

   ```
   module.exports = {
       ethAmountRange: {
           min: 0.00000001, // minimum ETH amount
           max: 0.0000001 // maximum ETH amount
       },
       delay: 21600000, // // 6 hour in milliseconds
       unwarpPercentage: 0.95, // 95% of the wrapped amounts
       usdtAmounts: {
           borrowAmount: '0.16', // Custom borrow amount in USDT (must be more than 0.16)
           repayAmount: '0.16'   // Custom repay amount in USDT (must be more than 0.16)
       }
   };
   ```
3. Run the script:

   ```
   node index.js
   ```
4.

```
<figure><img src="https://2746286178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgpKDyVuILY6KMjMrWVIG%2Fuploads%2FMHBKkSwqvX7T0wnRTRKl%2FScreenshot%201403-10-11%20at%2011.23.17%20PM.png?alt=media&#x26;token=5cdbff24-5298-48fd-99ac-fba3ef30d3d2" alt=""><figcaption></figcaption></figure>
```

\ <br>
