Welcome To Axelar Scavenger Hunt (December 2) (clone)

    Welcome To Axelar Scavenger Hunt (December 2) (clone)

    Welcome to the Axelar Ecosystem! We hope this Axelar Scavenger Hunt will help you find an easy and enjoyable entry point into Axelar. Please follow the steps below to complete this bounty.

    \n

    Step 1: Get an Axelar Wallet

    \n

    The first step in getting involved in the Axelar ecosystem is, perhaps unsurprisingly, creating a wallet. For those of you who are accustomed to the Cosmos ecosystem, this process should be simple and familiar.

    \n

    This wallet will allow you to store your assets, and interact with applications in the ecosystem.

    \n

    To get a Keplr Wallet

    \n

    • Go to the Kepl website and click ‘Install Keplr’
    • Select your browser extension or mobile OS of choice 
    • Once downloaded you can sign in with Google or create a new account with a seed phrase

    \n

    Step 2: Explore Satellite

    \n

    Satellite is Axelar’s native bridge, allowing you to transfer tokens across many different ecosystems. Currently, you can use Satellite to connect to and from some of the most popular blockchains in crypto (Ethereum, Avalanche, Binance, CosmosHub, Osmosis, Moonbeam, Polygon, and more!). 

    \n

    For today’s exercise, we are going to transfer at least 10 USDC directly onto Axelar via Satellite using the following steps:

    \n

    Transfer USDC via Satellite

    \n

    • Go to the Satellite website and connect your wallets from both your initial and destination chains
    • Ex. if transferring from Ethereum to Osmosis you will connect your MetaMask and Keplr wallets
    •  In ‘From’ select your base chain
    • Note: we will be transferring USDC over the Satellite bridge, so please ensure you already have USDC available
    • Under ‘To’ select Osmosis and ensure that you have connected your new Keplr wallet to the website
    • Under ‘I want to transfer’ select USDC and input your amount (10 USDC)
    • Using the Keplr autofill button, generate your destination address
    • Select ‘Generate Deposit Address’
    • Process the transaction

    \n

    Step 3: Buy AXL

    \n

    Congrats! You have successfully used Satellite to enter the world of IBC! Now that your USDC is on Osmosis, let’s use the Osmosis-native DEX to buy some AXL!

    \n

    • Go to the Osmosis DEX and toggle to the ‘Swap’ section
    • In the “From” asset select USDC and the “To” asset select AXL
    • Swap 9 USDC for AXL
    • Swap 1 USDC for OSMO

    \n

    Step 4: Transfer to Axelar

    \n

    Let’s move your new AXL over to the Axelar app-chain, which we can do this within the Osmosis ‘Assets’ page!

    \n

    • Toggle to Osmosis’ Assets page
    • Find your new AXL balance and select ‘Withdraw’
    • In the window that appears, select the full AXL amount under “Available on Osmosis”
    • Deposit to Axelar

    \n

    Step 5: Analyze

    \n

    Now, analyze your entrance into the Axelar ecosystem and purchasing of the AXL token.

    \n

    To complete this bounty, create a new dashboard that outlines your entrance to Axelar and the AXL token. Please include:

    \n

    • All transactions associated with your bridge to Osmosis via Satellite
    • Deposit on etherscan & axelar transactions
    • Swap for AXL on Osmosis
    • IBC transfer from Osmosis to Axelar

    \n

    This dashboard should meet the following requirements:

    \n

    SELECT *
    FROM osmosis.core.fact_transfers
    WHERE RECEIVER = [INSERT YOUR OSMOSIS WALLET]
    AND TRANSFER_TYPE = 'IBC_TRANSFER_IN'
    AND CURRENCY = 'uusdc'
    AND SENDER LIKE 'axelar%'
    
    SELECT *
    FROM osmosis.core.fact_swaps
    WHERE TRADER =  [INSERT YOUR OSMOSIS WALLET]
    AND FROM_CURRENCY = 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858'
    AND TO_CURRENCY = 'ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E'
    
    SELECT *
    FROM axelar.core.fact_transfers
    WHERE RECEIVER = [INSERT AXELAR WALLET]
    AND TRANSFER_TYPE = 'IBC_TRANSFER_IN'
    AND CURRENCY = 'uaxl'
    AND SENDER = [INSERT OSMOSIS WALLET]
    Note. Only submissions that satisfy the following criteria will be accepted:
    Queries must be provided as is, with only your wallets updated where required.
    Osmosis Wallet in all three queries must match (RECEIVER 1 = TRADER 2 = SENDER 3).
    Axelar wallet must match wallet provided for payment.
    

    \n

    • The transactions you’ve done for this hunt MUST be new transactions. You cannot use old transactions that are performed before this hunt’s release. 
    • The dashboard is not plagiarized from an earlier submission
    db_img
    Loading...
    Loading...
    Loading...