Skip to main content
Accounts are owned by custody address which is an Ethereum address on OP Mainnet. A user may want to change this address for security reasons or to transfer ownership of the entire account.

Requirements

  • An ETH wallet that owns the account on OP Mainnet, with some ETH.
  • An Ethereum provider URL for OP Mainnet (e.g. via Alchemy, Infura or QuickNode).

Change Custody Address

Call the transfer function on the Id Registry contract. The receiving address must provide an EIP-712 signature accepting the transfer.
[@farcaster/hub-web]
[Viem]
[helpers.ts]
[clients.ts]
Transferring a FID does not reset its recovery address. To transfer a FID and update its recovery address, call transferAndChangeRecovery.
See the Id Registry section for more details.