Skip to content
Reading Robinhood Chain…

Network · 02

Wallet connection

Wallet connection uses the EIP-1193 provider injected by a compatible browser wallet.

01

Requested permissions

apro requests accounts with eth_requestAccounts and reads the active chain with eth_chainId. It never asks for a seed phrase or private key.

02

Network switch

The wallet_switchEthereumChain method selects chain 0x1237. If the wallet does not know the network, wallet_addEthereumChain uses the canonical RPC and explorer values.

03

Account data

The visible address and native ETH balance are returned by the wallet provider. Disconnect requests permission revocation when the wallet implements it.