Skip to content
    / ZKP

    zkPass Price Today – Live ZKP Chart

    Track the live zkPass (ZKP) price in USD and 20+ fiat currencies. Real-time chart, market cap, volume and the venues carrying ZKP, updated continuously.

    $0.0427

    +3.72% · 24h
    Price (USD)
    $0.0427
    24h Change
    +3.72%
    Market Cap
    $8.61M
    24h Volume
    $4.76M
    All-Time High
    $0.23
    Circulating Supply
    201.67M ZKP
    Market Cap Rank
    #1298

    ZKP Spot Markets

    Live zkPass prices across every ZKP spot trading pair we track, with 24-hour volume.

    Pair Price Exchange
    ZKP/USDT Binance 0.0428 USDT ≈ $0.0428
    ZKP/USDT Bybit 0.04282 USDT ≈ $0.0428
    ZKP/USDC Binance 0.0428 USDC ≈ $0.0428
    ZKP/USD Kraken 0.04287 USD
    ZKP/USDT KuCoin 0.04279 USDT ≈ $0.0428
    ZKP/EUR Kraken 0.03669 EUR ≈ $0.0428
    ZKP/TRY Binance 2.059 TRY ≈ $0.0428

    What is zkPass?

    zkPass is a decentralised oracle protocol that turns private internet data into proofs a smart contract can verify. The problem it addresses is narrow but widespread: a great deal of useful information about a person — that they hold an account, meet an income threshold, passed a check, live in a particular country — exists only inside an HTTPS session with some website, and there is normally no way to carry a claim about it on-chain without either exposing the underlying data or trusting whoever relays it.

    The protocol's approach is built on what it calls zkTLS, combining three-party TLS with hybrid zero-knowledge cryptography. In outline, a user proves something about data returned by an ordinary HTTPS response without revealing the response itself, and without the website needing to cooperate. That last point is the practically important one: no OAuth integration, no API key and no partnership with the data source is required, so the set of usable sources is any site the user can log into rather than any site that has agreed to participate.

    What this enables tends to be identity- and eligibility-shaped. A protocol can require that a wallet belongs to someone who meets a condition — verified on some exchange, above a reputation score, resident somewhere specific — while learning only that the condition holds. That is a materially different privacy posture from uploading a document to a verifier and hoping it is discarded.

    ZKP is issued on Ethereum and BNB Chain, with a fixed maximum supply of one billion tokens, all of which had been issued at the time of writing. Circulating supply was roughly 202 million — around a fifth of the total — so the majority remained locked, and unlock schedule is a material factor for anyone modelling the token rather than trading it short-term.

    For traders the relevant context is that ZKP is an infrastructure token whose demand is tied to integrations rather than to consumer activity, that a large majority of supply is not yet circulating, and that the market cap shown above reflects only the circulating portion. The venue table lists where ZKP is actually quoted, including its Binance perpetual, so the liquidity behind the price is visible rather than inferred.

    Key Features of zkPass

    • zkTLS proofs from ordinary HTTPS sessions: Combines three-party TLS with hybrid zero-knowledge cryptography so a claim about a web response can be proven without revealing the response or involving the website.
    • No cooperation required from the data source: Because no OAuth integration or API key is needed, the usable data set is any site a user can log into, rather than only sites that have agreed to participate.
    • Selective disclosure by default: A verifier learns that a condition holds — a threshold met, an account owned — without receiving the underlying record, which is a different privacy posture from document upload.
    • On-chain verifiable output: Proofs are consumable by smart contracts, so eligibility can gate a protocol action directly instead of relying on an off-chain allowlist someone maintains.
    • Multi-chain token issuance: ZKP exists on both Ethereum and BNB Chain, so integrations are not confined to a single execution environment.

    zkPass Use Cases

    • Private eligibility gating: Letting a protocol require that a wallet meets a condition — verified elsewhere, above a threshold — while learning nothing beyond that fact.
    • Sybil-resistant distribution: Qualifying airdrop or allowlist participants against real off-chain signals instead of wallet heuristics that are cheap to fake.
    • Compliance checks without data custody: Demonstrating that a requirement is satisfied without the verifying party taking possession of documents it would then have to store and protect.
    • Portable reputation: Carrying a standing earned on one platform into another context as a proof rather than as a screenshot or a trusted attestation.
    • Trading ZKP as a ZK-infrastructure position: Taking exposure — spot or via the Binance perpetual — to zero-knowledge infrastructure adoption rather than to a consumer application.

    zkPass Tokenomics

    Total Supply
    Maximum supply is one billion ZKP, all of which had been issued at the time of writing.
    Circulating
    Approximately 202 million ZKP were circulating — roughly one fifth of the maximum. Market capitalisation here is computed from the circulating figure, so a fully diluted valuation against the full billion will be several times higher.
    Utility
    ZKP is the token of the zkPass oracle protocol. Because token roles are commonly revised as protocols mature, the project's own documentation is the authority on what ZKP confers at any given time; what market data establishes is where it trades and how deep those markets are.
    Emission
    With about four fifths of supply still locked, scheduled unlocks are the dominant supply-side variable for this token. Consult the project's published vesting schedule for exact dates and sizes rather than inferring them from changes in circulating supply.

    How to Buy zkPass

    1. 1

      Check where ZKP is actually quoted

      Start with the venue table on this page. It lists the exchanges we track carrying ZKP and whether each listing is spot or futures, so you know what is available before opening an account.

    2. 2

      Decide between spot and perpetual

      The Binance listing is a perpetual: leveraged exposure with funding costs and no delivery of the token. If you want to hold ZKP or use it on-chain, you need a spot venue instead.

    3. 3

      Fund the account

      ZKP is usually quoted against USDT. Deposit stablecoins or fiat as your venue supports, and budget for the network fee on whichever chain you move funds over.

    4. 4

      Use a limit order

      Books on mid-cap infrastructure tokens thin out outside peak hours. A limit order caps what you pay; a market order into a thin book can fill well away from the displayed price.

    5. 5

      Confirm the chain before withdrawing

      ZKP exists on both Ethereum and BNB Chain. Withdrawing on the wrong network, or to a contract address you have not verified against the project's documentation, is the most common way to lose tokens permanently.

    Frequently Asked Questions

    What is zkPass (ZKP)?

    zkPass is a decentralised oracle protocol that converts private data held behind an HTTPS login into zero-knowledge proofs that can be verified on-chain. It uses zkTLS — three-party TLS combined with hybrid zero-knowledge cryptography — so a user can prove a fact about a web session without revealing the underlying data. ZKP is the protocol's token.

    Can I buy zkPass (ZKP) directly on Binance?

    ZKP trades as a USDⓈ-M perpetual on Binance Futures, which is exposure to the price rather than ownership of the token. Spot availability differs by exchange and changes over time — the venue table above shows every exchange we track that quotes ZKP and whether the listing is spot or futures.

    What is zkTLS and why does it matter?

    zkTLS lets a user prove a statement about data returned inside an ordinary HTTPS session without revealing the session contents and without the website's cooperation. Because no OAuth flow, API key or partnership is needed, the range of usable data sources is any site a user can log into rather than only those that have agreed to integrate.

    What is ZKP's total supply?

    Maximum supply is one billion ZKP and all of it had been issued at the time of writing. Circulating supply was approximately 202 million, so roughly four fifths remained locked. Market cap on this page uses the circulating figure; a fully diluted valuation against the full billion will be several times larger.

    Which chains is ZKP issued on?

    Ethereum and BNB Chain. Representations of a token on different chains are distinct assets that do not necessarily share liquidity, so confirm which chain a given venue settles in before withdrawing, and verify the contract address against the project's own documentation.

    What drives demand for ZKP?

    Adoption by applications that need private eligibility checks — identity, compliance gating, reputation and airdrop qualification are the common categories. That makes it an infrastructure bet on integrations rather than on end-user volume, which can decouple it from broader market moves.

    How is this different from a normal identity oracle?

    Conventional approaches require either the data source to cooperate through an API, or the user to hand over the raw data to a verifier who is trusted to discard it. zkPass targets the case where neither is available: the proof is generated from a session the user already has, and the verifier learns only whether the claim holds.

    Risk Warning

    Cryptocurrency prices are highly volatile and can change rapidly. The information on this site is provided for informational purposes only and does not constitute financial, investment, or trading advice.

    Explore More

    Related

    Derivatives trading is not available in your region. This site is provided for informational purposes only.