A multi-canister decentralized verification engine running 100% on-chain over the Internet Computer Protocol.
Modular canister separation for isolated governance, identity resolution, and credit accounting.
Maintains verified identity mappings for individuals and registered issuers. Handles pre-onboarding identity checks and fast lookup for credential matching.
Executes NFT credential minting, validation queries, and certificate lifecycle state (Verify/Burn) after verifying individual status via the Users Canister or NIN API.
Manages credit allocations and deducts points per API request, certificate mint, or verification query executed by institutions and enterprise verifiers.
How organizations and individuals interface through the canister network.
Organizations are vetted and authorized via the Organization Verification API before obtaining issuing privileges.
Individuals complete identity verification checks prior to being onboarded and registered in the Users Canister.
Issuers query the Users Canister. If the individual is missing, the system falls back to the NIN API for live validation.
The Certificate Canister mints the credential while the Internal Credit Canister automatically deducts the metered fee.