BetaThis platform is in beta testing. All transactions use test mode.

ENS & Chain Behavior

ENS names are resolved to on-chain addresses before screening.

How ENS Resolution Works

When you submit an ENS name (e.g., vitalik.eth) to the Veria API, we automatically resolve it to the corresponding Ethereum address before performing compliance checks.

// Input
POST /v1/screen
{ "address": "vitalik.eth" }

// Internal resolution
vitalik.eth → 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

// Screening performed on resolved address

Multi-Chain Support

Veria supports screening across multiple EVM-compatible chains. The API accepts both raw addresses and ENS names, and returns chain-specific risk data where available.

Response Includes Resolved Address

The API response always includes the resolved on-chain address, so you can verify the resolution and maintain audit records of exactly which address was screened.