Questions tagged [staking]
The staking tag has no summary.
129 questions
0 votes
0 answers
23 views
What is the industry practice for staking UNIV3 LP tokens
I have a few questions about staking UniV3 LP tokens: With UniV2, it was straightforward. LP tokens were ERC20, so staking + reward calculation was simple. How is this generally handled with UniV3 ...
0 votes
1 answer
44 views
Transaction reverted: Selector Not Recognized
I'm currently developing a dApp locally using Hardhat and React.JS... and I'm getting a silly error that makes no sense at all. Hardhat deploys a smart contract that allows staking ERC-20 tokens. ...
1 vote
0 answers
28 views
What changes the Eth2.0 staking reward?
The staking reward was about 2600eth daily, while the amount changed to a fix amount of 1406.363eth after May 2025. Does anyone know the main reason ? Would be appeciate if also provide some data like ...
1 vote
1 answer
67 views
I've recently been exploring different staking platforms for ETH and came across a project called ZENMEV
I've recently been exploring different staking platforms for ETH and came across a project called ZENMEV. From what I understand, ZENMEV allows users to stake ETH into a shared pool, and then uses AI ...
1 vote
0 answers
34 views
Unable to remove ZRX from staking pool
I have my ZRX staked on https://governance.0xprotocol.org/account but clicking the "Remove" button on the page does absolutely nothing. How can I unstake my ZRX? Thanks.
0 votes
1 answer
85 views
Does the "balanceOf" function in the stETH token update automatically?
I would like to know the way Lido provides staking rewards to stETH token holders. Does the stETH balance automatically update for users? That is, does the balanceOf function returns increasingly ...
1 vote
1 answer
78 views
Outgoing transaction value exceeds account balance
I'm studying staking involving the Rocket Pool protocol and have come across a transaction that doesn't make sense. It involves a Node Distributor contract. Looking at the transaction history linked ...
0 votes
2 answers
121 views
Strange Insufficient Allowance Error where the contract owns the tokens?
cannot estimate gas; transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ] (reason="execution reverted: Insufficient Allowance&...
0 votes
0 answers
19 views
I think I am been scammed and need help [duplicate]
I invested some money through the website haloporeth.xyz. After completing a 60-day staking period, they sent me instructions to unstake my earnings. However, they are asking for additional funds, and ...
0 votes
1 answer
61 views
Very High gas fee in my staking contract
I am trying to implement my staking contract, for some reason calling stake() or claimRewards() costs 2MATIC ~ 4MATIC. I know my code is kind of complex since I loop and use data structures but still ...
1 vote
1 answer
116 views
Metamask computing real rewards of Lido
How does Metamask calculate the rewards on a LIDO wallet? After depositing some ETH, the user receives an amount on stETH as a blockchain transaction. After this, LIDO assign daily rewards for users, ...
1 vote
0 answers
102 views
How to retrieve a validator Fields and Index from the Beacon Chain?
I'm working on a stacking / restacking project where I need to call that function: function verifyWithdrawalCredentials( uint64 oracleTimestamp, BeaconChainProofs.StateRootProof calldata ...
0 votes
0 answers
64 views
How to make a smart contract/ a third party pay for transaction fees?
I'm trying to create a LiquidStacking smart contract where it would be possible to deposit any amount of ETH. Every time the smart contract's balance reach 32 ETH, it creates a BeaconChainDepositor ...
1 vote
1 answer
54 views
How to query balance and lock duration of staked tokens across multiple protocols
I would like to query the stake/LP balances across multiple defi protocols for a given account address. debank.com does something similar and can show the LP balance for a DEX, the stake balance and ...
2 votes
1 answer
281 views
Regenerating validation keys with ethereum staking
I am not in this situation but I want to understand what happens if: I have generated Ethereum validation keys. I have transferred this validations keys to a server (validation node), without keeping ...