Skip to main content
Verify is not part of current MiniKit command docs. For new verification flows, use @worldcoin/idkit.
MiniKit 1.x included a verify command. In current versions of MiniKit:
  • World ID verification lives in IDKit
  • MiniKit focuses on mini app commands such as walletAuth, pay, and sendTransaction
If you are migrating from MiniKit 1.x:
  1. replace MiniKit.verify(...) or MiniKit.commandsAsync.verify(...) with an IDKit request flow
  2. verify the proof on your backend
  3. keep this page only as historical context while migrating older implementations