Skip to content

Wallet Verification & RPC Fallback

LUCKMAN WORLD edited this page Sep 17, 2025 · 1 revision

Welcome to the unionledger wiki!

πŸͺ™ Wallet Verification & RPC Fallback

UnionLedger uses Ethereum RPC endpoints to verify contributor wallets securely and auditably.

βœ… Supported Networks

  • Ethereum Mainnet
  • Sepolia Testnet
  • Holesky Testnet

πŸ” Verification Flow

  1. Contributor enters wallet address during onboarding.
  2. System checks balance via fallback RPC logic.
  3. Alerts triggered if verification fails or balance is zero.

🧩 Fallback Logic

Rotates across multiple RPC endpoints:

  • https://rpc.ankr.com/eth
  • https://rpc.ankr.com/eth_sepolia
  • https://rpc.ankr.com/eth_holesky

πŸ“‘ Slack Alerts

Failed verifications trigger alerts in the audit channel:

Clone this wiki locally