The proxy admin is the account in charge of the contract upgrades of the Integration Contract. We highly recommend using a multisignature solution (onchain multisig like Safe or MPC like Fireblocks) with a strong quorum.
PROXY_ADMIN must be different than SYSTEM_ADMIN
The system admin is the account in charge of the system operations. Operations include changing settings, configuring the list of plugged pools, configuring commissions and configuring commission splits.
SYSTEM_ADMIN must be different than PROXY_ADMIN
The wallet that will receive your share of the total commission.
The total end user fee (%): percentage of total rewards generated that will be taken as commission by the integration contract.
Maximum end user fee (%): the maximum fee that the contract authorizes, acting as a security measure to prevent a complete hijack of the contract's rewards.
ERC20 Symbol, displayed on etherscan and ERC20/ERC1155 compatible interfaces (e.g. cbETH, cdcETH, psETH)
ERC20 Name, displayed on etherscan and ERC20/ERC1155 compatible interfaces (e.g. Pooled Staked ETH, Coinbase Wallet ETH)
Native20: Uses ERC20 view functions and events, but no transfers allowed. Deposits automatically splitted between operators.
Liquid20A: Uses full ERC20 and aToken model (rebase token). Deposits automatically splitted between operators.
Liquid20C: Uses full ERC20 and cToken model. Deposits automatically splitted between operators.