Integrate Omnichain Sybil resistance in minutes. Query the Vantix LayerZero Oracles across any EVM chain to instantly filter bots, sybils, and non-compliant actors from your dApp or DePIN nodes.
Initialize the SDK targeting your specific EVM chain. The Oracle handles the cross-chain state resolution automatically via LayerZero.
import { VantixOracle } from "@vantix-zk/sdk"; // Initialize client for Polygon Network (LayerZero destination endpoint) const Vantix = new VantixOracle({ rpcUrl: "https://polygon-rpc.com" });
Returns strictly true or false if the EVM address holds a Level 1 Basic verification.
Higher tier check for VC launchpads or compliant RWA vaults. Ensures the wallet matches Level 2 regulations.
Require institutional-grade verification in your protocol? Our SDK supports custom credential notarization for KYC/AML requirements across all parallelized chains.
Read Institutional Whitepaper