Blockchain Secured · UNESCO WHED Verified · Global Coverage

Verify Academic Credentials
From Any University Worldwide

The complete dual-verification platform for academic credentials. Blockchain security for partner institutions, plus global accreditation lookup for any university worldwide. Eliminate fraud and speed up hiring.

Partner Institutions Instant blockchain verification
+
Global Universities UNESCO WHED accreditation lookup
Trusted by leading institutions in Sierra Leone and beyond
0+
credentials verified annually
ACROSS ALL INSTITUTIONS
0+
universities in database
UNESCO WHED INTEGRATED
0
countries covered
GLOBAL ACCREDITATION
0
fraudulent credentials passed
SINCE 2020
Dual Verification System

Verify Credentials From Any University

Not all universities can join the platform immediately. Our dual system ensures you can verify credentials from both partner institutions and non-participating universities worldwide.

Partner Institutions

Blockchain Verification

Credentials from partner universities are cryptographically hashed and stored on immutable blockchain ledger for instant verification.

  • Instant cryptographic verification
  • Tamper-proof blockchain record
  • IPFS decentralized storage
  • Real-time revocation status
  • Digital credential wallet
Non-Partner Universities

Global Accreditation Lookup

For institutions not yet on the platform, we cross-reference international accreditation databases to verify legitimacy.

  • UNESCO WHED database lookup
  • Regional accreditation bodies
  • Government recognition status
  • Official verification guidance
  • Direct institution contact info
Global Coverage

A Worldwide Verification Network

Our decentralized network spans across continents, ensuring your credentials are verifiable anywhere.

202
Countries in Database
21,000+
Universities Listed (WHED)
5+
Partner Institutions
Features

Everything you need for credential verification

From issuance to verification, we provide a complete ecosystem for academic credentials.

Instant Verification

Verify any credential in seconds using credential ID, QR code, or blockchain hash. No more waiting weeks.

UNESCO WHED Integration

Cross-reference any university against the World Higher Education Database for accreditation status.

Tamper-Proof Security

Every credential is cryptographically hashed and stored on an immutable blockchain ledger.

QR Code & Links

Graduates share credentials via unique QR codes and shareable links. Employers simply scan to verify.

Digital Wallet

Students receive a secure digital wallet containing all their verifiable credentials for portability.

REST API

Integrate with existing HR systems, student databases, and recruitment platforms seamlessly.

Process

How It Works

From issuance to verification in four simple steps

1

Institution Issues

University creates and signs the credential with their verified institutional key

2

Blockchain Stamp

Credential hash recorded on distributed ledger with IPFS backup

3

Graduate Receives

Student gets digital credential in their wallet with QR code and verification link

4

Employer Verifies

Instant verification without contacting the institution

Ready to verify a credential?

Enter a credential ID, scan QR, or search by name

Try: CERT-2024-SL-001234

Live Verifications Real-time

Demo IDs: CERT-2025-SL-40CBD7 (valid), CERT-2023-LK-009012 (revoked)

21,000+ Institutions
202 Countries
4,500+ Accreditation Bodies

Our Accreditation Sources

UNESCO WHED

World Higher Education Database - 18,000+ institutions from 195 countries

Regional Bodies

AAU (Africa), AACSB, EQUIS, AMBA and regional accreditation agencies

Government Registries

National education ministry databases and official recognition lists

Quality Assurance

INQAAHE members and international quality assurance networks

Fraud Prevention

Eliminate credential fraud with immutable blockchain records that cannot be tampered with

Save Time

Reduce verification requests by 90% - employers verify credentials instantly

Global Recognition

Your credentials become instantly verifiable by employers worldwide

Graduate Success

Help your graduates stand out with verified, shareable digital credentials

How to Join

1

Apply

Submit your institution details and accreditation documents

2

Verify

We verify your accreditation status against UNESCO WHED and regional bodies

3

Setup

Receive your institutional key and access to the issuance dashboard

4

Issue

Start issuing blockchain-secured credentials to your graduates

Free for accredited institutions in Sierra Leone

Instant Verification

Verify any credential in seconds instead of weeks. No need to contact universities or wait for postal responses.

Global Coverage

Verify credentials from partner institutions instantly, or check accreditation status of any university worldwide via UNESCO WHED.

Fraud Protection

Blockchain verification ensures credentials cannot be forged. Protect your organization from hiring based on fake qualifications.

Bulk Verification

Upload a CSV of candidate credentials and verify hundreds at once. Perfect for large recruitment drives.

Quick Verification

Free to verify · No subscription required

Verification API

Verify credentials by ID, hash, or holder name

GET /api/v1/verify/{credential_id}

Issuance API

Issue new credentials (institutions only)

POST /api/v1/credentials/issue

Accreditation API

Check institution accreditation status globally

GET /api/v1/accreditation/{institution}

Bulk API

Verify multiple credentials in a single request

POST /api/v1/verify/bulk

Example Response

{
  "status": "verified",
  "credential": {
    "id": "CERT-2024-SL-001234",
    "holder": "Aminata Kamara",
    "institution": {
      "name": "University of Sierra Leone",
      "accredited": true,
      "whed_id": "IAU-012345"
    },
    "degree": "Bachelor of Science",
    "program": "Computer Science",
    "issued": "2024-12-15",
    "blockchain_hash": "0x7f8b5c9a2e4d6f8b...",
    "ipfs_hash": "QmXoypizjW3WknFiJnKL..."
  },
  "verification_method": "blockchain",
  "verified_at": "2024-12-20T14:30:00Z"
}