LogoLogo
vBase.comvBase App
  • Welcome
    • Welcome to vBase
    • Unique Advantages
    • Core Concepts
      • How vBase Works
      • What is a Stamp?
      • Technical Overview
      • Why Blockchains?
    • Example Use Cases
  • Getting Started
    • Start your Journey
    • Stamping Best Practices
    • Python Quickstart
      • Cloud Notebooks
      • Local Installation
  • Web Tools
    • Stamp an Object
    • Verify an Object
  • Use Case How-Tos
    • Verified Investment Track Records
  • Python SDK
    • Samples
      • Creating a Dataset
      • Adding a Dataset Record
      • Adding a Dataset Record Asynchronously
      • Restoring Dataset Provenance
      • Stamp Interactive Brokers Portfolio
      • Stamp Alpaca Portfolio
    • Windows Setup Guide
    • Package vbase-py
    • Package vbase-py-tools
      • Setup
      • commit_s3_objects
      • verify_s3_objects
  • Other SDKs
    • COM Library Overview
    • Working in Excel
      • Via vBase Workbook
      • Via Excel VBA
    • COM API Reference
    • C#
    • TypeScript
  • Technical Reference
    • Command Line Interface
    • Windows Subsystem for Linux (WSL) Guide
    • GCE S3 Compatible Bucket Setup
    • Smart Contract Addresses
Powered by GitBook
On this page
  • Basic Example
  • Expanded Example
  1. Welcome

Example Use Cases

Basic Example

If you want to prove when you created invention.pdf, vBase Stamping the file generates a unique fingerprint of the file and records this fingerprint on a public blockchain, creating a verifiable, permanent timestamp for the file signed by your blockchain identity.

This timestamp can be independently verified at any time simply by re-calculating the fingerprint of invention.pdf and checking when this fingerprint was published to the blockchain.

NOTE: invention.pdf is never shared as part of the stamping process, it remains local on your computer until you wish to share it for verification.

Expanded Example

Imagine you generate a new CSV file daily that records all stock trades executed by your algorithm. Each day, after the trades are finalized, you vBase Stamp the CSV file, creating a unique fingerprint of each day's CSV and recording it on the blockchain. You assign each CSV to a Collection called "My Winning Strategy"

Over time, this process builds a verifiable track record of your trading strategy. Anyone can later audit the performance of "My Winning Strategy" by checking the sequence of timestamps and verifying that no historical CSVs were modified, no trades have been added and no trades are missing— ensuring transparency and integrity.

vBase also makes verifiable whether you ran 100 other strategies or only "My Winning Strategy".

All this can be verified independently of vBase by comparing the public blockchain records to the data, vBase simply provides an easy-to-use robust interface for executing the verification process.

PreviousWhy Blockchains?NextStart your Journey

Last updated 2 months ago