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.
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.
Credentials from partner universities are cryptographically hashed and stored on immutable blockchain ledger for instant verification.
For institutions not yet on the platform, we cross-reference international accreditation databases to verify legitimacy.
Our decentralized network spans across continents, ensuring your credentials are verifiable anywhere.
From issuance to verification, we provide a complete ecosystem for academic credentials.
Verify any credential in seconds using credential ID, QR code, or blockchain hash. No more waiting weeks.
Cross-reference any university against the World Higher Education Database for accreditation status.
Every credential is cryptographically hashed and stored on an immutable blockchain ledger.
Graduates share credentials via unique QR codes and shareable links. Employers simply scan to verify.
Students receive a secure digital wallet containing all their verifiable credentials for portability.
Integrate with existing HR systems, student databases, and recruitment platforms seamlessly.
From issuance to verification in four simple steps
University creates and signs the credential with their verified institutional key
Credential hash recorded on distributed ledger with IPFS backup
Student gets digital credential in their wallet with QR code and verification link
Instant verification without contacting the institution
Enter a credential ID, scan QR, or search by name
Try: CERT-2024-SL-001234
Enter a credential ID, scan a QR code, search by name, or check blockchain hash
Demo IDs: CERT-2025-SL-40CBD7 (valid), CERT-2023-LK-009012 (revoked)
Verify if any university worldwide is accredited and legally recognized to grant degrees
Cross-reference against UNESCO WHED, regional accreditation bodies, and government registries
World Higher Education Database - 18,000+ institutions from 195 countries
AAU (Africa), AACSB, EQUIS, AMBA and regional accreditation agencies
National education ministry databases and official recognition lists
INQAAHE members and international quality assurance networks
Store, manage, and share your verified academic credentials securely
Sign in to view and manage your verified academic credentials
Issue tamper-proof digital credentials and become part of the global verification network
Eliminate credential fraud with immutable blockchain records that cannot be tampered with
Reduce verification requests by 90% - employers verify credentials instantly
Your credentials become instantly verifiable by employers worldwide
Help your graduates stand out with verified, shareable digital credentials
Submit your institution details and accreditation documents
We verify your accreditation status against UNESCO WHED and regional bodies
Receive your institutional key and access to the issuance dashboard
Start issuing blockchain-secured credentials to your graduates
Free for accredited institutions in Sierra Leone
Verify academic credentials instantly and eliminate hiring risks from fraudulent qualifications
Verify any credential in seconds instead of weeks. No need to contact universities or wait for postal responses.
Verify credentials from partner institutions instantly, or check accreditation status of any university worldwide via UNESCO WHED.
Blockchain verification ensures credentials cannot be forged. Protect your organization from hiring based on fake qualifications.
Upload a CSV of candidate credentials and verify hundreds at once. Perfect for large recruitment drives.
Free to verify · No subscription required
RESTful API for credential verification, issuance, and accreditation lookup
Verify credentials by ID, hash, or holder name
GET /api/v1/verify/{credential_id}
Issue new credentials (institutions only)
POST /api/v1/credentials/issue
Check institution accreditation status globally
GET /api/v1/accreditation/{institution}
Verify multiple credentials in a single request
POST /api/v1/verify/bulk
{
"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"
}