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 standalone oracle client for use in backend or non-React environments.
import { VantixOracle } from "@vantix-protocol/sdk"; // Initialize client for Monad Testnet const Vantix = new VantixOracle();
Drop-in hooks and UI for the Monad ecosystem.
import { useVantixHuman, ZkPassWidget } from "@vantix-protocol/sdk/react"; // 1. The Hook const { isHuman } = useVantixHuman(); // 2. The Interaction Widget <ZkPassWidget onSuccess={handleSuccess} />
Returns strictly true or false if the EVM address holds a Level 1 Basic verification.
Vantix uses LayerZero V2 OApps to synchronize identity state. You can read the Vantix status on any supported spoke chain without needing to verify on Monad again.
Require institutional-grade verification in your protocol? Our SDK supports custom credential notarization for KYC/AML requirements across all parallelized chains.
Read Institutional Whitepaper