On this page
Total Value Locked: Measuring Capital in DeFi
Total value locked (TVL) measures the dollar value of all assets deposited in a DeFi protocol's smart contracts at a point in time. It is the most quoted metric in decentralized finance, and also one of the most misread, because the same underlying assets can be counted more than once.
Key Takeaways
- Total value locked is the dollar value of assets held in a protocol's contracts right now.
- Double counting happens when one deposit, like staked ETH reused as collateral, is counted twice.
- The common mistake is treating TVL as protocol value when it is a stock of deposits, not earnings.
- TVL gauges scale and trust, but it can swing with token prices rather than real inflows.
Key Takeaways
- Total value locked is the dollar value of assets held in a protocol's contracts right now.
- Double counting happens when one deposit, like staked ETH reused as collateral, is counted twice.
- The common mistake is treating TVL as protocol value when it is a stock of deposits, not earnings.
- TVL gauges scale and trust, but it can swing with token prices rather than real inflows.
What It Is
TVL is the sum of all assets currently sitting inside a protocol's smart contracts, priced in dollars. For a lending market, that is the deposits available to borrow. For a decentralized exchange, it is the assets in the liquidity pools. For a staking protocol, it is the tokens staked.
Trackers compute TVL by reading the balances held in a protocol's contracts and pricing each token, often using external price feeds, with on-chain pricing as a fallback. Only circulating, issued tokens count; vesting or locked-but-unissued tokens are excluded.
The result is a snapshot. TVL tells you how much capital trusts a protocol enough to be parked in it at this moment, not how much the protocol earns or how active it is.
The Intuition
TVL is popular because it is intuitive. More money in a protocol suggests more confidence and more capacity to do useful work, like funding loans or filling trades. A protocol with billions locked can support larger activity than one with a few million.
The trap is that the same dollar can appear in several TVL figures. Suppose you stake ETH with a liquid staking provider and receive a receipt token representing your stake. The provider counts the ETH. Now you deposit the receipt token into a lending market as collateral. The lending market counts it too. The same underlying ETH is now in two TVL totals.
This double counting inflated aggregate DeFi TVL for years. When one major tracker stopped double-counting in 2022, the reported TVL of some blockchains dropped by over a billion dollars overnight, even though no money had actually left.
How Total Value Locked (TVL) Is Calculated
A tracker sums contract balances and prices them:
TVL = sum of (token balance in contract * token price)
The hard part is deduplication. A careful methodology avoids counting the same asset twice within a single protocol. If users deposit a token, receive a receipt token, and deposit that elsewhere in the same protocol, it is counted once.
Across protocols, the choice is exposed to the user. One major tracker offers a "double count" toggle that lets you include or exclude receipt and liquidity-provider tokens that have been redeposited into another protocol. For restaking, where a staked asset is reused to secure additional networks, the asset is counted once at the lowest layer and excluded from the restaking protocol's headline figure by default, with an opt-in toggle.
Because TVL is priced in dollars, it also moves with token prices. If the assets locked are volatile tokens and those tokens rally 20 percent, TVL rises 20 percent with zero new deposits. Separating price effects from genuine inflows is essential when reading a TVL chart.
Worked Example
Suppose a user deposits 10 ETH, worth 30,000 dollars, into a liquid staking protocol and receives a staking receipt token. The staking protocol's TVL rises by 30,000 dollars.
The user then deposits that receipt token into a lending market as collateral. The lending market's TVL also rises by 30,000 dollars.
aggregate TVL (double counted) = 30,000 + 30,000 = 60,000
aggregate TVL (deduplicated) = 30,000
The true amount of capital is 30,000 dollars, but a naive sum reports 60,000. Now suppose ETH rises 10 percent. The deduplicated TVL climbs to 33,000 dollars with no new deposit. An analyst who saw TVL grow might assume capital flowed in, when in fact the only change was price. Reading TVL well means asking both whether it is deduplicated and whether the move came from inflows or prices.
Common Mistakes
-
Treating TVL as protocol value or earnings. TVL is a stock of deposits, not profit. A protocol with huge TVL can earn very little if its fees and take rate are low.
-
Ignoring double counting. Staked assets reused as collateral show up in multiple totals. Aggregate TVL that double-counts can overstate real capital by a wide margin.
-
Confusing price moves with inflows. Because TVL is dollar-denominated, a token rally inflates it without new deposits. A rising TVL line is not always fresh capital.
-
Comparing TVL across different methodologies. One tracker may deduplicate while another does not. Comparing those figures directly produces a false ranking.
-
Using TVL alone to judge a protocol. TVL says nothing about revenue, user count, or sustainability. Pairing it with fees, revenue, and active users gives a fuller picture.
Frequently Asked Questions
What is total value locked (TVL) in simple terms? It is the dollar value of all assets deposited in a DeFi protocol's smart contracts at a given moment. It shows how much capital is parked in the protocol right now.
How does total value locked affect investment decisions? TVL signals a protocol's scale and the confidence users place in it, which can support larger activity and fees. But because it is a snapshot of deposits, you should pair it with revenue and usage rather than treating high TVL as proof of a strong business.
What is a real-world example of TVL double counting? Staking ETH for a receipt token, then using that receipt token as collateral in a lending market, counts the same ETH in both protocols' TVL. When one major tracker removed this double counting in 2022, some chains' reported TVL fell by over a billion dollars.
How can investors use TVL effectively? Use deduplicated figures and check whether changes came from inflows or token prices. A practical rule is to compare TVL against the protocol's fees and revenue, since locked capital that earns little is less valuable than its size suggests.
How is total value locked different from protocol revenue? TVL is a stock, the assets held at one moment. Protocol revenue is a flow, the value the protocol earns over a period. A protocol can have large TVL and small revenue, or the reverse.
Sources
- DefiLlama Documentation. "Methodology." https://docs.llama.fi/
- DefiLlama. "Frequently Asked Questions." https://docs.llama.fi/faqs/frequently-asked-questions
- DL News. "How to Track Total Value Locked on DefiLlama." https://www.dlnews.com/articles/llama-u/how-to-track-total-value-locked-on-defillama/
- arXiv. "Towards Verifiability of Total Value Locked (TVL) in Decentralized Finance." https://arxiv.org/html/2505.14565v1
Disclaimer
This article is educational content only and is not financial advice. Nothing here is a recommendation to buy, sell, or hold any security. Consult a licensed advisor before making investment decisions.
Back to your knowledge path