LDID Protocol

Overview

RNS LDID protocol consists of the RNS registry hosted at https://api.rns.id/, a smart contract (LDID) in a person's wallet, and a validator looking to validate an LDID.

RNS LDID allows authenticates to verify identities and ensure compliance in seconds with RNS API. Our ID verification API reduces churn by streamlining the minutes-long KYC process to a single click.

It’s designed to be simple and secure for integration with exchanges and banks.

Process Overview

  1. Lookup LDID internal ID by docid, internal_guid or wallet. See https://api.rns.id/swagger/?format=openapi with tag kyc

  2. Call /api/v2/kyc/l1/{internal_guid}/ for L1 verification as an authenticated user

  3. Check the output to see if ID is validated

Scope

This online verification service, for the purpose of verifying the identity of an individual, employs KYC process that may include, but are not limited to the following:

  1. Identity Verification

a. Provider shall verify the identity information provided by the User, such as name, date of birth, date of expiration of identity documents etc.

b. Provider shall verify the authenticity of the User's government-issued identity document.

  1. Known Face Search

Provider shall compare the User's face to a database of known faces to detect and prevent criminals and terrorists.

  1. AML Screening

Determination of a natural person's presence or non-presence on global sanctions lists, PEP lists, watchlists, blacklists, or adverse media (OFAC, UN, HMT, EU, DFT, etc).

  1. Ongoing AML Monitoring

Daily re-check of the customer database against AML watchlists (sanctions, PEPs, adverse media, etc).

  1. Document Monitoring

Daily re-check of the validity of identity documents previously submitted by a given user, based on their expiry date. This includes sending automated requests for replacements if documents expire. Once Document Monitoring is initiated, ongoing monitoring is included for ten years.

Swagger https://api.rns.id/swagger/, filter to KYC APIs.

API Walkthrough

Step 1 -- Get NFTs

Use web3 apis to get nfts in a wallet. The call below uses chainbase for testnet. ID 0x33 or 51 is the latest in that wallet 0xDdbaB36b99D852e8F03727D9f62a83658Fa2C2bB

The api returns

Step 2 -- Get NFT Properties

Outputs:

Step 3 -- Call L1 API

This returns:

Step 4 -- Get Photo

Error List:

Last updated