Context
The verifier wallet pays gas for commit attestations on behalf of users.
Wallet
- Address:
0x0CA6A71045C26087F8dCe6d3F93437f31B81C138
- Role: VERIFIER on UsernameUniqueResolverV2
- Currently: Used for identity verification signatures
- Needed: ETH balance for on-chain attestation txs
Requirements
Testnet (Base Sepolia)
Mainnet (Base)
Gas Estimates
- EAS attest(): ~100-150k gas
- At 0.1 gwei base fee: ~0.00001-0.000015 ETH per attestation
- 1 ETH = ~66,000-100,000 attestations on Base
Security
- Private key must be securely stored
- Consider: HSM, AWS KMS, or similar for mainnet
- Backend should have spending limits
Depends On