is_good_multichain_address

Documentation for eth_defi.utils.is_good_multichain_address function.

is_good_multichain_address(address)

Check if a vault address has a recognised format.

  • EVM vaults use 0x-prefixed hex addresses

  • Non-EVM protocols like GRVT use platform-specific IDs (e.g. VLT:xxx)

  • Lighter pools use synthetic IDs (e.g. lighter-pool-281474976710654)

Parameters

address (str) – The vault address string to validate.

Returns

True if the address starts with a known prefix.

Return type

bool