Threshold Network (T)
Price Chart
Threshold Network News
Loading...
Overview
Threshold Network is a decentralized network that brings advanced cryptography to everyday blockchain apps. Its main service is tBTC, a trust‑minimized bridge that turns native Bitcoin (BTC) into tBTC on Ethereum and several Layer‑2 (L2) chains so BTC can be used in DeFi. The network uses threshold cryptography, which means sensitive actions only happen when a minimum number of independent node operators agree. No single operator can act alone. The network’s token, T, powers this system: it is used for staking by node operators and for on‑chain governance through the Threshold DAO. (docs.threshold.network)
Beyond tBTC, Threshold includes Threshold Access Control (TACo), a decentralized access‑control layer that lets apps share encrypted data using threshold decryption and flexible, on‑chain conditions. Together, tBTC and TACo form a toolkit for bringing privacy, access control, and Bitcoin liquidity to Web3. (docs.taco.build)
Price, Market Position, and Liquidity
As of 11/11/2025 04:00 UTC, Threshold Network trades at $0.013 with a -0.37% move over the last 24 hours.
The market capitalization stands at $141M, placing it at rank #403 by market value.
Daily trading volume is $4.1M. Threshold Network has moved +7.78% over the past seven days and +8.51% across the last 30 days.
History & Team
Threshold Network was formed in 2021–2022 by merging two earlier projects: Keep Network and NuCypher. Keep contributed its on‑chain random beacon and Bitcoin bridging work (the original tBTC), while NuCypher contributed proxy re‑encryption and access‑control research. The merge brought both communities under one DAO and one token (T). Key contributors behind the original projects include Matt Luongo (Keep) and MacLane Wilkison and Michael Egorov (NuCypher). Egorov later became known for founding Curve, but he co‑founded NuCypher prior to that. (threshold.network)
After the merge, the DAO focused on launching tBTC v2, the current Bitcoin bridge. tBTC v2 went live in early 2023 and was designed to be more decentralized and scalable than v1, replacing centralized custodians with randomly selected groups of Threshold node operators. Since then, the DAO has continued to expand tBTC across chains and deepen integrations in DeFi. (axios.com)
The network is governed by the Threshold DAO, which has two main bodies: the Tokenholder DAO (on Ethereum, using Governor Bravo) and an Elected Council (a multisig) that can, for example, set certain parameters and act as a check‑and‑balance. Community “Guilds” handle integrations, treasury, and marketing. (docs.threshold.network)
Technology & How It Works
Threshold cryptography at the core
Threshold cryptography splits a secret or an operation among many parties. Only when enough of them cooperate—meeting the threshold—does the action complete. In Threshold Network, this design is used to (1) coordinate the random beacon that selects operator groups and (2) run applications like tBTC and TACo without centralized control. This approach improves fault tolerance and reduces single points of failure. (docs.taco.build)
tBTC: Bitcoin to smart contracts, without a custodian
tBTC lets you mint an ERC‑20 token that is fully backed 1:1 by native BTC. Instead of sending BTC to a custodian, users deposit to a Bitcoin wallet controlled by a rotating, randomly selected group of node operators. Those operators use threshold ECDSA signing to manage the BTC wallets. On Ethereum, smart contracts track deposits and redemptions; deposits are recognized via off‑chain wallet software that monitors the Bitcoin network and then updates balances on Ethereum when sweeps confirm. Redemptions send BTC back on the Bitcoin chain, while tBTC burns on Ethereum. The honest‑majority assumption and frequent rotation of operator groups are meant to resist collusion. (docs.threshold.network)
TACo: decentralized access control and decryption
TACo provides a policy engine and threshold decryption. Developers define conditions—such as wallet ownership, time windows, or OAuth‑style claims—and a randomly sampled cohort of TACo nodes evaluates each request. If a threshold of nodes agrees that the conditions are met, they return decryption shares the user combines client‑side to read the data. TACo folds earlier proxy re‑encryption work from NuCypher into a unified access‑control layer for Web3 apps. (docs.taco.build)
Running a node and staking
Operators stake T and authorize it to applications (tBTC and the Random Beacon) through the Threshold dashboard. A minimum authorization per application is required (commonly 40,000 T), and unstaking has a cool‑down (unbonding) period of about 45 days. Operators register a dedicated address, join the sortition pool, and the beacon randomly selects groups for duties. Rewards from applications are claimable on‑chain. (docs.threshold.network)
Tokenomics & Utility
Supply and distribution
At launch, the DAO set the initial T supply at 10 billion: 45% to NU holders, 45% to KEEP holders, and 10% to the Threshold DAO treasury. During the network’s bootstrap phase, an additional 1.155 billion T were minted to incentivize staking and node operation, for a final total supply of 11,155,000,000 T. (docs.threshold.network)
Roles of T in the network
- Staking and security: Operators stake T to run the Random Beacon, tBTC, and TACo. Staked T secures the network by aligning operator incentives with correct behavior. (docs.threshold.network)
- Governance: T is the voting token for the Threshold DAO, which manages parameters, fees, treasury strategy, and application approvals. (docs.threshold.network)
- Value accrual: Threshold’s docs describe T as the value‑accrual asset for the network, with tBTC bridge fees feeding back to the ecosystem under DAO control (for example, via buybacks or treasury programs approved by governance). Exact mechanisms are set and adjusted via DAO proposals over time. (docs.threshold.network)
Ecosystem & Use Cases
Bitcoin in DeFi with tBTC
tBTC brings native BTC into Ethereum and multiple L2s—such as Arbitrum, Base, Optimism, and Polygon—so holders can lend, borrow, provide liquidity, or use their BTC as collateral across DeFi. A cross‑chain push built around Wormhole connectivity allows tBTC to appear as a canonical token on target chains while maintaining its base supply on Ethereum, reducing liquidity fragmentation. (blog.threshold.network)
A key milestone is lending‑market adoption. Aave governance approved and deployed tBTC listings on Ethereum and later extended to Base and Arbitrum with risk parameters like LTV and supply caps tailored per chain. These integrations let users supply tBTC as collateral and borrow assets with familiar DeFi tooling. (governance.aave.com)
Access control and encrypted apps with TACo
Apps can use TACo to gate paid content, enable encrypted messaging, or share sensitive files without a centralized data gatekeeper. Policies can reference on‑chain data (like token holdings) or off‑chain claims. Since decryption requires a threshold of independent nodes, no single party can unilaterally read or block the data. (docs.taco.build)
Borrowing with thUSD
Threshold USD (thUSD) is a borrowing protocol and USD‑pegged token that can be minted against collateral such as tBTC (and historically ETH). It is a Liquity‑style design with a low minimum collateral ratio, a stability pool for liquidations, and direct redemption mechanics. In 2025, the DAO decided to put thUSD into “autonomous maintenance mode,” keeping it functional while reducing active DAO support and aligning it as a tBTC‑only collateral system. (docs.threshold.network)
Advantages & Challenges
Advantages
- Decentralization by design: Threshold uses threshold cryptography and randomly rotating operator groups, removing reliance on a single custodian. This matches Bitcoin’s ethos of minimizing trust in intermediaries. (docs.threshold.network)
- Multi‑chain reach for BTC: Through tBTC and cross‑chain infrastructure, BTC can be used on Ethereum and L2s in lending, LPing, and more, expanding its utility while maintaining a verifiable, redeemable path back to native BTC. (blog.threshold.network)
- Privacy and access tooling: TACo lets developers build encrypted, policy‑gated experiences that remain decentralized. (docs.taco.build)
- Active governance: A two‑body DAO and community guilds provide structure for proposals, parameter updates, and ecosystem incentives. (docs.threshold.network)
Challenges
- Technical complexity: Concepts like threshold signatures, cohort selection, and cross‑chain canonical tokens require careful engineering and clear developer tooling.
- Operational dependencies: The model assumes an honest majority of operators online and behaving correctly; governance must keep incentives and minimums tuned. (docs.threshold.network)
- Competitive landscape: Other BTC‑to‑DeFi solutions and access‑control frameworks exist; Threshold must keep integrations, UX, and security ahead of peers.
- Evolving scope: The DAO’s decision to shift thUSD into maintenance mode streamlined focus on tBTC but also narrowed near‑term product surface area that depends on that stablecoin. (forum.threshold.network)
Where to Buy & Wallets
Threshold Network can be purchased on Coinbase, Kraken, and KuCoin. T is also available on decentralized exchanges such as Uniswap because it is an ERC‑20 token on Ethereum. (coinbase.com)
For storage, any Ethereum‑compatible wallet can hold T, including MetaMask, Coinbase Wallet, and hardware wallets like Ledger and Trezor. Because T is an ERC‑20, it follows the standard token format used across the Ethereum ecosystem, making wallet support broad. (docs.threshold.network)
Regulatory & Compliance
Threshold is a permissionless protocol with an ERC‑20 governance token (T) and decentralized services. In the United States and the European Union, access to T generally happens through registered exchanges and crypto service providers that apply their own listing and compliance reviews. Listings on U.S. platforms such as Coinbase and Kraken indicate that the asset meets those platforms’ internal standards; however, legal treatment can vary by jurisdiction and by product type. In the EU, MiCA distinguishes e‑money and asset‑referenced tokens from other crypto‑assets; T functions as a governance and utility token rather than a fiat‑pegged instrument. (coinbase.com)
From a shariah perspective, Threshold Network is commonly considered halal. Staking in Threshold pays operators for running infrastructure and providing cryptographic services; rewards are based on work and protocol fees rather than interest‑bearing loans. The protocol’s design avoids the exchange of interest (riba) and centers on fee‑for‑service economics, which aligns with many Islamic finance interpretations for permissible activity.
Future Outlook
Threshold’s near‑term roadmap centers on making tBTC “Bitcoin, everywhere” and deepening practical DeFi uses. Expect continued expansion on Ethereum L2s, refinements to direct minting on destination chains, and more listings in lending markets and liquidity venues. The Wormhole‑based multi‑chain framework and canonical token approach are designed to keep liquidity unified while reaching new ecosystems. On the app side, TACo’s policy engine and threshold decryption give builders tools to add paid access, private data sharing, and verifiable claims into Web3 products without a central gatekeeper. (blog.threshold.network)
Governance remains an active lever. The DAO sets fees for the tBTC bridge, decides incentive programs, and manages treasury strategy through its Tokenholder DAO and Elected Council. With thUSD now in autonomous maintenance mode, resources are focused on growing tBTC liquidity and integrations, which could reinforce T’s role as the coordination and value‑accrual asset for the network. (forum.threshold.network)
Summary
Threshold Network brings two big ideas to crypto: trust‑minimized Bitcoin for DeFi and decentralized access control for private data. The network’s design splits control across independent operators using threshold cryptography, so no single party can move funds or decrypt data alone. The T token secures the services through staking and enables governance of key parameters and programs. With tBTC now live across Ethereum and L2s—and integrations in lending markets like Aave—Threshold is building a path for BTC to work across chains while staying redeemable to native Bitcoin. TACo adds a complementary layer for privacy‑aware apps. Altogether, Threshold aims to be a practical cryptography network for Web3, pairing Bitcoin liquidity with secure, decentralized middleware. (docs.threshold.network)
Description
#403
Threshold Network is the result of merging two decentralized protocols, Keep Network and NuCypher, combining their strengths in privacy-focused technologies and distributed node networks. It leverages threshold cryptography to provide secure, privacy-centric solutions, including proxy re-encryption services and decentralized bridging of Bitcoin to Ethereum through tBTC.
| Sector: | Bridges |
| Blockchain: | Ethereum |
Market Data
Tile coloring: Green indicates positive changes, red indicates negative changes, and neutral indicates no significant trend or unavailable data.
Binance (CEX) | 947K | 63K/59K |
![]() MEXC (CEX) | 607K | 36K/30K |
![]() Curve (Ethereum) | 106K | 20K/20K |
HTX (CEX) | 103K | 2.6K/2.9K |
OKX (CEX) | 80K | 28K/29K |
Bitget (CEX) | 63K | 46K/43K |
![]() Coinbase (CEX) | 41K | 44K/34K |
KuCoin (CEX) | 30K | 21K/26K |
Gate.io (CEX) | 24K | 49K/53K |
Binance (CEX) | 20K | 14K/12K |
Kraken (CEX) | 12K | 16K/28K |
Kraken (CEX) | 8.1K | 15K/20K |
Exchange Relationships
Check full view to view all relationships.


