# ZK Token Proof Program (Deprecated)
> [!WARNING]
> **DEPRECATION NOTICE**: This crate is in the process of being removed from the codebase.
## Overview
This crate originally contained the implementation logic for the **ZK Token Proof** program.
The program waas never activated on any Solana network cluster (Testnet, Devnet, or Mainnet-Beta).
The functionality intended for this program has been replaced by the **ZK ElGamal Proof** program.
## Current Status
The functional logic within this crate has been removed. It currently contains only empty logic/stubs and exists solely as a transitional artifact while the removal process is finalized.
**Do not depend on this crate.**