Understanding Galxeโs New Claiming Fee and GalxeGold Rewards System
Galxe has recently introduced an additional ~2.5G fee for claiming rewards. This move is part of the broader implementation of the Galxe Rewards Hubโa system designed to recognize and incentivize active participants within the Galxe ecosystem. But why the fee, and how does it impact users? Letโs break it down. https://app.galxe.com/hubWhy Did Galxe Introduce a Claiming Fee?The introduction of the claiming fee is aimed at enhancing the rewards pool for GalxeGold (GG), the core currency of the ...
Walrus Airdrop โ Check Your Allocation Now
Exciting news for the Web3 community! The Walrus Protocol Airdrop is live, and eligible users can now check their testnet airdrop allocation in their SUI wallets. ๐๐ How to Check Your $WAL Airdrop AllocationWalrus Protocol is distributing NFTs (Soulbound Tokens - SBTs) that represent the number of $WAL tokens you will receive on the mainnet launch in March. Follow these steps to check your allocation: Step 1: Open your SUI Wallet Step 2: Look for a message: โYou are eligible for the Walrus ...
Plume Network Galxe Quest โ Could Season 2 Airdrop Be on the Horizon?
As the crypto space gears up for another exciting season, Plume Network has launched a Galxe Quest that might just hint at an upcoming Season 2 Airdrop. While nothing is confirmed, securing your badge now could be a smart move for future rewards.Quest Details & Deadline๐ Ends: February 6, 2025๐ Special Event: Celebrate the Lunar New Year with the "Mystery Red Envelope" questHow to ParticipateComplete the tasks on Galxe:๐ Quest Link https://app.galxe.com/quest/PlumeNetwork/GCTa1tpQD1Answer ...
enthusiastic Nfts Collector Collab manager
Understanding Galxeโs New Claiming Fee and GalxeGold Rewards System
Galxe has recently introduced an additional ~2.5G fee for claiming rewards. This move is part of the broader implementation of the Galxe Rewards Hubโa system designed to recognize and incentivize active participants within the Galxe ecosystem. But why the fee, and how does it impact users? Letโs break it down. https://app.galxe.com/hubWhy Did Galxe Introduce a Claiming Fee?The introduction of the claiming fee is aimed at enhancing the rewards pool for GalxeGold (GG), the core currency of the ...
Walrus Airdrop โ Check Your Allocation Now
Exciting news for the Web3 community! The Walrus Protocol Airdrop is live, and eligible users can now check their testnet airdrop allocation in their SUI wallets. ๐๐ How to Check Your $WAL Airdrop AllocationWalrus Protocol is distributing NFTs (Soulbound Tokens - SBTs) that represent the number of $WAL tokens you will receive on the mainnet launch in March. Follow these steps to check your allocation: Step 1: Open your SUI Wallet Step 2: Look for a message: โYou are eligible for the Walrus ...
Plume Network Galxe Quest โ Could Season 2 Airdrop Be on the Horizon?
As the crypto space gears up for another exciting season, Plume Network has launched a Galxe Quest that might just hint at an upcoming Season 2 Airdrop. While nothing is confirmed, securing your badge now could be a smart move for future rewards.Quest Details & Deadline๐ Ends: February 6, 2025๐ Special Event: Celebrate the Lunar New Year with the "Mystery Red Envelope" questHow to ParticipateComplete the tasks on Galxe:๐ Quest Link https://app.galxe.com/quest/PlumeNetwork/GCTa1tpQD1Answer ...
enthusiastic Nfts Collector Collab manager

Subscribe to MyLord

Subscribe to MyLord
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers


Grab Analog Incentivized Odyssey NFT
https://www.intract.io/quest/667405d2e1972009849c96dc
Complete Galxe task too, if you haven't
https://app.galxe.com/quest/analog/GCv1ztzSdd
Add Network Shibuya
https://shibuya.blockscout.com/
Faucet
https://portal.astar.network/shibuya-testnet/assets
Deploy Contract
Code
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IGmpReceiver {
function onGmpReceived(bytes32 id, uint128
network, bytes32 source, bytes calldata payload)
external
payable
returns (bytes32);
}
contract Counter is IGmpReceiver {
address private immutable _gateway;
uint256 public number;
// example gw
0x7702eD777B5d6259483baAD0FE8b9083eF937E2A
constructor(address gateway) {
_gateway = gateway;
}
function onGmpReceived(bytes32, uint128,
bytes32, bytes calldata) external payable returns (bytes32) {
require(msg.sender == _gateway,
"unauthorized");
number++;
return bytes32(number);
}
}
Verify Your Contract
https://shibuya.blockscout.com/contract-verification
Deploy Contract
Download Files
https://drive.google.com/drive/folders/13BqpfDpGwvZh6IBB_2WwJRicOOZK5G9J?usp=sharing
-> You can complete these tasks daily to collect points
Grab Analog Incentivized Odyssey NFT
https://www.intract.io/quest/667405d2e1972009849c96dc
Complete Galxe task too, if you haven't
https://app.galxe.com/quest/analog/GCv1ztzSdd
Add Network Shibuya
https://shibuya.blockscout.com/
Faucet
https://portal.astar.network/shibuya-testnet/assets
Deploy Contract
Code
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IGmpReceiver {
function onGmpReceived(bytes32 id, uint128
network, bytes32 source, bytes calldata payload)
external
payable
returns (bytes32);
}
contract Counter is IGmpReceiver {
address private immutable _gateway;
uint256 public number;
// example gw
0x7702eD777B5d6259483baAD0FE8b9083eF937E2A
constructor(address gateway) {
_gateway = gateway;
}
function onGmpReceived(bytes32, uint128,
bytes32, bytes calldata) external payable returns (bytes32) {
require(msg.sender == _gateway,
"unauthorized");
number++;
return bytes32(number);
}
}
Verify Your Contract
https://shibuya.blockscout.com/contract-verification
Deploy Contract
Download Files
https://drive.google.com/drive/folders/13BqpfDpGwvZh6IBB_2WwJRicOOZK5G9J?usp=sharing
-> You can complete these tasks daily to collect points
No activity yet