Skip to main content
Login | Sign up
  • Tokens
  • Chia (XCH)

    11/11/2025 08:00 UTC

    $8.33

    % Today
    -2.81%
    Large Price Change: +35.15% in 7 days.

    Price Chart

    24H: -3.93% |
    7D: +35.15% |
    30D: +18.81%
    1D
    7D
    30D
    90D
    ALL

    Chia News

    Loading...

    Overview

    What is Chia (XCH)?

    Chia is a layer-1 blockchain that secures its network with a consensus method called Proof of Space and Time (PoST). Instead of burning electricity on heavy computation like traditional proof‑of‑work systems, Chia turns unused storage space into a security resource and adds a small, verifiable time delay to sequence blocks. The network’s native asset, XCH, pays transaction fees and block rewards and powers smart transactions written in the project’s domain‑specific language, Chialisp. (chia-network.github.io)

    Key ideas in one glance

    • Energy‑lean consensus: farmers contribute precomputed “plots” on disks (Proof of Space), while specialized nodes called timelords produce verifiable delays that order the chain (Proof of Time). (chia-network.github.io)
    • Smart transactions without EVM: Chialisp expresses spend rules directly over coins, enabling features like Offers (trustless P2P swaps), NFTs with on‑chain royalties, and asset tokens (CAT2). (chialisp.com)
    • Data beyond payments: Chia’s DataLayer lets applications share auditable datasets off‑chain while anchoring proofs on‑chain, a design used in the World Bank–backed Climate Action Data Trust pilot. (chia.net)

    Price, Market Position, and Liquidity

    As of 11/11/2025 08:00 UTC, Chia (XCH) trades at $8.33 with a -3.93% move over the last 24 hours.
    The market capitalization stands at $126M, placing it at rank #425 by market value.
    Daily trading volume is $8.8M. Chia (XCH) has moved +35.15% over the past seven days and +18.81% across the last 30 days.

    History & Team

    Founding story

    Chia Network, Inc. was founded in 2017 by Bram Cohen, the creator of BitTorrent, together with early co‑founder Ryan Singer. Mainnet launched with the goal of delivering a more sustainable form of Nakamoto consensus and a safer smart‑transaction platform. Over time, the company has paired open‑source development with enterprise partnerships to grow adoption. (en.wikipedia.org)

    Leadership and investors

    Chia’s leadership combines cryptography, product, and regulatory experience. Bram Cohen serves in top technical leadership, while Gene Hoffman serves as Chief Executive Officer and President; the broader team includes executives across engineering, legal, and operations. (chia.net)

    The company has raised venture funding instead of selling the token. A 2021 round was led by Andreessen Horowitz and Richmond Global Ventures, with participation from True Ventures, Slow Ventures, Breyer Capital, DHVC, Collab+Currency, and angel investor Naval Ravikant, among others. (finsmes.com)

    Technology & How It Works

    Proof of Space: farming with disk plots

    Chia farmers allocate free disk space to store special files called plots. Each plot encodes a large set of cryptographic data. When the network issues a challenge for the next block, farmers scan their plots; if a plot contains a close enough match, that farmer can win and earn the block reward. The chance of winning rises with the fraction of total network storage a farmer contributes. Because plots are precomputed and scanning them is I/O‑bound, energy use is comparatively low. (chia-network.github.io)

    Proof of Time and timelords

    To keep block times consistent and to limit manipulation, Chia ties Proof of Space to Proof of Time, implemented with Verifiable Delay Functions (VDFs). Timelords compute VDFs sequentially and broadcast proofs roughly every nine seconds. The network uses these proofs to provide “deterministic randomness” for block selection and to finalize the chain. Chia has also developed ASIC timelords to harden security and distribute challenge generation at very high iteration rates. (chiadocs.chiabee.net)

    Smart transactions in Chialisp

    Chialisp expresses coin‑level rules that execute in the ChiaLisp Virtual Machine (CLVM). A coin is spent by running its “puzzle” (the spend rules) with a “solution” (inputs), which returns a list of conditions the network must validate. Signature checks use BLS signatures that aggregate non‑interactively, allowing many parties to sign different messages and combine them into a single proof. This coin‑set model (similar to UTXO, but programmable) makes contract behavior explicit and verifiable. (chialisp.com)

    Built‑in standards: Offers, CAT2, and NFT1

    • Offers are native, escrow‑less P2P swaps. A maker creates an offer file describing assets to trade; any taker can fulfill it from their wallet. The swap is atomic within one block, reducing MEV vectors from reordering. (chialisp.com)
    • CAT2 (Chia Asset Tokens) is the current fungible token standard. CAT2 replaced CAT1 after a 2022 audit surfaced a vulnerability in the initial design; issuers reissued balances on CAT2 at a defined snapshot height. (docs.chia.net)
    • NFT1 adds on‑chain, enforceable creator royalties, decentralized provenance using DIDs, and native Offer support for trustless trading. (chia.net)

    DataLayer: verifiable data sharing

    DataLayer is a decentralized publish/subscribe data system. Applications store complete datasets off‑chain but anchor cryptographic proofs (hashes) on‑chain. Subscribers fetch data from URLs, verify it matches the on‑chain proof, and can reference that data in smart transactions. This model enables auditable, real‑world data flows without bloating the blockchain. (chia.net)

    Notably, the World Bank’s Climate Warehouse team completed testing to run the Climate Action Data Trust as an interoperable, public, permissionless registry on Chia’s infrastructure principles, highlighting the platform’s suitability for transparent climate‑market meta‑registries. (theclimatewarehouse.org)

    Tokenomics & Utility

    Emission schedule and rewards

    Aside from an initial strategic reserve (see below), all XCH enters circulation through farming rewards. At launch, rewards were 2 XCH per block and are programmed to halve every three years four times, after which a trailing emission of 0.125 XCH per block continues indefinitely. This design maintains a steady security budget without relying entirely on transaction fees. (docs.chia.net)

    Strategic Reserve and company assurances

    At genesis, 21 million XCH were pre‑farmed into a Strategic Reserve controlled by Chia Network, Inc. The company has stated policies around this reserve, including commitments such as providing public notice long before any deployment and not farming or paying employees with reserve XCH. The reserve is intended for ecosystem liquidity, potential lending to institutions, or other corporate purposes once the company becomes public. (docs.chia.net)

    What XCH does on the network

    XCH pays transaction fees and incentivizes farmers for securing the chain. It also serves as a base asset in Offers and provides the unit of account for on‑chain applications, including CAT2 tokens, NFTs, and DataLayer‑linked smart transactions. Developers often denominate programmatic amounts in “mojos,” the smallest unit of XCH. (docs.chia.net)

    View the detailed Tokenomics Page to see the Chia (XCH) token unlock schedule — including detailed allocations, dates, and market impact analysis.

    Ecosystem & Use Cases

    Payments and peer‑to‑peer trading

    Chia’s Offers standard makes it simple to exchange XCH, CATs, or NFTs directly from a wallet without giving custody to an exchange. Offer files can be shared anywhere—aggregator sites index them—and a taker can settle the trade atomically in one block. This approach suits simple swaps, crowd sales, and OTC‑style trades. (chialisp.com)

    NFTs, identity, and royalties

    The NFT1 standard bakes royalties and provenance into the asset itself. Creators can associate a DID (decentralized identity) with a collection, and secondary sales via Offers honor royalty payouts on‑chain. For collectors, the model reduces counterparty risk because trades are simultaneous and non‑custodial. (chia.net)

    Verifiable data and climate markets

    DataLayer’s proofs‑anchored design supports registries, supply‑chain records, and other data‑heavy workflows. The Climate Action Data Trust pilot demonstrated how multiple registries can publish consistent, auditable views of carbon markets to reduce double‑counting and improve transparency—an example of how a public chain can serve real‑world governance needs. (chia.net)

    Cross‑chain connectivity

    The community‑built warp.green protocol bridges assets between Chia and EVM chains (Ethereum and Base). Two applications—an ERC‑20 bridge and a CAT bridge—wrap assets in both directions, including a warped XCH (WXCH) on EVM networks. The bridge design and contracts are publicly documented and audited; users can mint, trade, and unwrap assets across chains. (docs.warp.green)

    Advantages & Challenges

    Where Chia stands out

    • Energy profile: Because farming relies on precomputed plots and sequential VDFs, security doesn’t hinge on massive parallel computation, resulting in low power use compared with PoW chains. (chia-network.github.io)
    • Clear, programmable UTXO model: Chialisp’s coin‑level rules and aggregated BLS signatures enable compact multi‑party authentication and predictable contract behavior. (chialisp.chiabee.net)
    • Native P2P trading: Offers handle swaps without escrow or intermediaries, cutting custodial risk and middle‑man fees. (chialisp.com)
    • DataLayer for enterprise data: Chia provides a verifiable pathway to connect off‑chain data to on‑chain logic, as seen in climate‑market pilots. (chia.net)
    • Security investments: ASIC timelords strengthen chain timing and reduce attack surfaces around challenge generation. (chia.net)

    Open questions and trade‑offs

    • Storage dependence: Farming leans on disk capacity; plotting and heavy writes can stress consumer SSDs, and large‑scale storage demand can affect hardware markets at times. (de.wikipedia.org)
    • Token issuance model: The Strategic Reserve places responsibility on the company to use pre‑farmed XCH prudently; while policies exist, some observers continue to debate optimal reserve governance. (messari.io)
    • On‑ and off‑ramps: Listings vary by country and platform. The project has expanded wallet services and bridging, yet centralized exchange access can differ in availability and features across regions. (chia.net)

    Where to Buy & Wallets

    Exchanges

    XCH is available on major centralized exchanges including KuCoin, Gate.io, OKX, HTX, BingX, BitMart, MEXC, and CoinEx. Availability and features differ by region and platform. (kucoin.com)
    In the United States, the Chia Cloud Wallet supports purchasing XCH via ACH bank transfer. Availability may roll out in phases; the feature was announced in 2025 as part of Chia’s cloud wallet services. (chia.net)

    For decentralized trading, Offers can be created and accepted directly from compatible Chia wallets and indexed by community websites. (chialisp.com)

    Wallets

    Users can store and transact XCH with the official Chia desktop wallet or the Chia Cloud Wallet. Popular community wallets include Sage, Goby (browser extension), Ozone (mobile), Pawket (mobile and web), Green, Keyspace, and Frodo. Wallet availability by platform (desktop, mobile, extension) is listed on Chia’s “Buy XCH” page, and Pawket is also listed in the iOS App Store. (chia.net)

    Regulatory & Compliance

    Corporate approach and disclosures

    Chia Network, Inc. is a U.S. company that has pursued a traditional path to public‑company transparency. The company confidentially submitted draft registration statements to the U.S. Securities and Exchange Commission (SEC) for a proposed equity IPO and has indicated continued intent to go public as market conditions allow. These filings relate to the company’s stock, not to XCH itself. (wsj.com)

    Legal positioning of the token

    As with many layer‑1 assets, there is no specific, universally binding U.S. regulatory classification of XCH published by federal agencies. On‑chain, XCH functions as the protocol’s native currency used to pay fees and reward farmers. The company has issued public assurances about the pre‑farmed reserve and has not conducted a token sale. Those choices—pursuing venture equity financing and seeking an IPO for shares—reflect an emphasis on corporate compliance and conventional disclosure rather than token fundraising. (messari.io)

    Shariah/halal considerations

    From an Islamic finance perspective, Chia is typically viewed as a digital asset and network token rather than an interest‑bearing instrument. Because the protocol does not inherently involve riba (interest) or prohibited business activities, many scholars consider holding or transacting in such assets permissible in principle. As with other cryptocurrencies, the assessment can depend on use: spot ownership and utility payments tend to align more closely with shariah guidelines than leveraged or purely speculative practices.

    Future Outlook

    Technical roadmap themes

    Two strands are central to Chia’s forward path. On the protocol side, ASIC timelords and ongoing consensus refinements aim to keep finality predictable and attack surfaces narrow as the network scales. On the application side, the Cloud Services Platform and Cloud Wallet broaden access to primitives like Offers, vaults, watchtowers, and recovery flows, lowering the integration burden for developers and enterprises. Together, these efforts target mainstream‑grade experiences built on self‑custody and verifiability. (chia.net)

    Adoption drivers to watch

    • Payments and settlement: With ACH on‑ramps in the U.S. and a simple P2P swap primitive, everyday payments and OTC‑style settlement are becoming more approachable for non‑experts. (chia.net)
    • Real‑world registries: DataLayer’s proofs‑anchored pattern and pilots in climate markets suggest growth in audit‑heavy use cases where provenance and cross‑institution reconciliation matter. (theclimatewarehouse.org)
    • Cross‑chain liquidity: Bridges that bring EVM liquidity closer to Chia’s asset standards may support more tokenized projects, with WXCH on EVM networks acting as a connective tissue for capital flows. (docs.warp.green)

    Summary

    The bottom line on Chia

    Chia brings a fresh take to Nakamoto consensus by securing a public blockchain with disk space plus verifiable time. Its coin‑set smart transaction model is expressive without copying the EVM, and built‑in standards—Offers, CAT2, NFT1, and DataLayer—cover core functions from trustless swaps to verifiable data. The project’s economic model mixes predictable farming emissions with a clearly signposted Strategic Reserve, while the company has pursued traditional equity routes (venture funding and SEC registration steps) instead of token sales. As on‑ramps expand through the Cloud Wallet and exchange listings, and as real‑world data systems test Chia’s primitives, XCH occupies a distinct spot in the crypto landscape: a sustainable L1 focused on simple, verifiable building blocks designed for both internet‑native and institutional use. (docs.chia.net)

    Last Updated: 11/3/2025 06:02 UTC

    Description

    #425

    Founded by Bram Cohen, the inventor of the BitTorrent network, Chia Network is building a better blockchain and smart transaction platform which is more decentralized, more efficient, and more secure.

    Sector: Layer 1
    Blockchain: Other L1
    2021
    DePIN

    Market Data

    Marketcap Rank (#)
    425
    Price ($)
    8.33 +35.15% (7d)
    24h Volume ($)
    8.8M +30.05% (7d)
    Marketcap ($)
    126M
    Fully Diluted Value ($)
    N/A
    Circulating Supply
    N/A
    2.1M 22K/14K
    1.9M 3.7K/3.2K
    1.4M 29K/15K
    701K 11K/18K
    309K 604/3.2K
    4.7K 5K/6.8K

    Exchange Relationships

    COMPACT
    FULL
    No relationships known yet.

    Important Milestones

    Jun 13, 2024
    CHIP-12 Hard Fork
    Upgrade
    Plot filter reduced from 512 to 256 at block 5,496,000, doubling harvester lookups to deter plot grinding and triggering difficulty adjustments.
    Mar 29, 2024
    Amended IPO Draft
    Regulatory
    Chia Network confidentially submitted an amended draft registration statement to the SEC for a proposed equity IPO, advancing disclosure without setting offering size or price.
    Dec 7, 2022
    CAD Trust Launch
    Partnership
    IETA, World Bank, and Singapore officially launched the Climate Action Data Trust, using Chia’s DataLayer principles to unify carbon credit registry metadata.
    Jul 29, 2022
    CAT1 Vulnerability Disclosed
    Security Incident
    Security advisory detailed an inflation bug in CAT1 tokens (CVE-2022-36447); CAT1 support ended with a July 26 snapshot and migration to the CAT2 standard.
    Jun 29, 2022
    NFT1 Standard Mainnet
    Upgrade
    Chia released NFT1 on mainnet with enforceable on-chain royalties, DID-linked collections, and native Offers support via the 1.4.0 client.
    May 15, 2021
    All-Time High Price
    All-Time High
    XCH reached an all-time high of $1,645.12 during early market trading amid strong initial demand and rapid exchange availability.
    May 3, 2021
    OKX Spot Listing
    Listing
    OKX listed XCH with XCH/USDT and XCH/BTC pairs; deposits opened at 17:30 UTC and spot trading began at 18:00 UTC.
    Mar 19, 2021
    Mainnet Goes Live
    Launch
    Chia mainnet launched, activating Proof of Space and Time and beginning farming rewards for the XCH native asset.