Console
tab is selected.-/zkp-staking/
into the Filter box, to filter out all the failed to load source map
warnings.Verbose
:
permit
operations. During this kind of operation, enabled by EIP-2612, staking executes in two steps: First the dApp asks the user to create a signature off-chain (i.e. with no gas costs), which authorizes the staking contract to transfer a set amount of tokens from your wallet to the contract itself β this is called a permit
operation (EIP-2612). This signature is then sent along with the staking request to the staking contract, which executes the approval for the staking contract to stake your tokens, and then it stakes them, all within the same transaction. This will write all the necessary data to the blockchain, which is still a considerably gas-intensive transaction, but relatively cheaper as it only involves paying miners once.