Initiating an Operator
Operator ID
Every Operator has a unique ID.
This ID will be used to distinguish you from other entities within Geode.
Want to see all the IDs of a type?
What are Maintainers?
Maintainers are useful to automate an operator's daily tasks, such as creating validators!
⛏️MaintainersInitiate Your Operator!
You can totally do this from Etherscan if you want.
Portal uses an initiator function to set some parameters for your unique ID.
You can send some Ether on initiation! It will be added to your internal wallet.
Internal wallet will come handy on validator creation. Don't worry, you can take it out later.
ID: your operator ID
FEE: Maintenance fee that will be charged from validator rewards, block rewards, and MEV rewards. 10^10 represents 100%, can be set to up to 10% (10^9). Can be changed later.
Validator Period: Every validator has an expiration date. Should be between 90 - 1825 days, given in seconds. Can be changed later.
Maintainer: Your automation script's address. Can be changed later.
Last updated