Aribtrum Goerli
dropdown on the top right.Treasury
tab to interact with the new contractsrequest
function to get 10 LPTVoting power is only provided to staked LPT, so you need to stake that LPT to be able to create or vote on proposals.
reward()
on every round, 10% of rewards going to treasury)reward()
)CLI:
-network arbitrum-goerli \\
-ethUrl <https://arbitrum-goerli.infura.io/v3/$INFURA_KEY> \\
-ethController 0x53Ea65f3E8B06d07DC1008276c5e4aa15126502B
Manually:
BondingManager
contractbond
with the _amount
in LPTU (1 LPT = 1e18 LPTU) and your own address as _to
transcoder
with _rewardCut
and _feeShare
percentages in 6-digits decimal precision (e.g. 25% = 250000)getVotes
function for your address on the BondingVotes
contract (this is the new “voting token”!)
The voting power derived from staked LPT is checkpointed on every round. In order to create a proposal, the proposer must have at least 10 LPT of active stake ****in the current round, meaning that the bond must have been made on the previous round.