Verify a Dataset
Learn how to verify if a dataset has been registered on SealTrust.
Why Verify?
Verification confirms:
- The dataset exists in the SealTrust registry
- The data hasn’t been tampered with
- When and by whom it was registered
Verification Methods
Method 1: Upload File
- Go to sealtrust.app/verify
- Select “Upload File”
- Choose your dataset file
- Click “Compute Hash & Verify”
The system computes the SHA-256 hash and searches the blockchain.
Method 2: Enter URL
- Go to sealtrust.app/verify
- Select “Enter URL”
- Paste the dataset URL
- Click “Compute Hash & Verify”
Method 3: Enter Hash
If you already have the hash:
- Go to sealtrust.app/verify
- Select “Enter Hash”
- Paste the 64-character SHA-256 hash
- Verification runs automatically
Understanding Results
Dataset Found
Status: VERIFIED
Name: ImageNet Training Set v1
Format: PARQUET
Size: 15.2 MB
Registered: Nov 22, 2025
Owner: 0x1234...abcdThis means the exact dataset exists in the registry.
Dataset Not Found
Status: NOT FOUND
Hash: 0x7d865e...This means either:
- The dataset was never registered
- The file has been modified (different hash)
Sharing Verification Links
Share a direct verification link:
https://sealtrust.app/verify?hash=0x7d865e959b2466918c9863afca942d0fb89d7c9ac0c99bafc3749504ded97730Anyone can click this link to verify the dataset.
Last updated on