# SDK Methods KYC

# Start KYC

This manually starts the KYC process which pops up the KYC modal. This can be used if the initial KYC popup got closed and the account now wants to KYC. If you call this when the account has already been KYC-verified, it will throw an error.

start(): Promise<void>

    # KYC-Verified Status for the Logged-In User

    Returns the KYC verification status of the user on the Wallet. Event listeners will fire as well to keep this value updated.

    isVerified(): Promise<boolean>