Custody Address
The wallet address that holds ultimate ownership of an account, asset, or position, such as a Farcaster account or a vault's holdings.
A custody address is the wallet that holds ultimate ownership and control of an account, asset, or position on a blockchain. Whatever that address signs for, it controls: it can transfer the asset, change critical settings, or delegate day-to-day permissions to other keys. The term appears in two common contexts. In social protocols like Farcaster, the custody address is the Ethereum wallet that owns your account identity, even when a separate signer key posts on your behalf. In DeFi, it describes the address that ultimately owns a position, such as the wallet or contract holding a vault's assets or a locked LP position.
The separation between custody and usage matters. Many systems split the key that owns something from the keys that operate it, so a compromised operating key does not mean a lost asset. Recovering or migrating an account usually requires a signature from the custody address, which is why people often assign it to a hardware wallet or a multisig and keep it offline.
In onchain asset management, identifying the custody address is a basic due-diligence step. For any token that claims to be backed by reserves, the custody address tells you whether that backing sits in an immutable smart contract, a team-controlled multisig, or an exchange wallet, and each of those carries very different trust assumptions. A vault contract with no admin keys behaves nothing like an address a founder personally controls.
Losing access to a custody address usually means losing the account or assets permanently, because most protocols have no recovery process. Verify custody addresses independently before sending funds, and treat any design where one person's wallet custodies user assets as a meaningful risk rather than a convenience.