> For the complete documentation index, see [llms.txt](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/decentralized-finance-defi/total-value-locked-tvl.md).

# Total Value Locked (TVL)

<figure><img src="/files/mcqbNXXFVuGsb2ojGMVi" alt=""><figcaption></figcaption></figure>

### **What is TVL?**

Total value locked (TVL) is the amount of user funds deposited in a decentralized finance (DeFi) protocol. These funds could be vested in the project for several functions, such as staking, liquidity pools or lending.

DeFi protocols are specialized and autonomous programs designed to address issues within the traditional finance industry. An example of a DeFi protocol is Uniswap — a leading decentralized exchange that allows investors to trade cryptos without any central oversite.

TVL does not indicate the number of outstanding loans or the yield these deposits earn. It simply reflects the current value of the deposits. Therefore, the total locked-up value will change if investors withdraw or deposit funds into the project. Plus, it constantly changes with the changing value of the US dollar.

DeFi protocols can operate on a single network or can be spread out over various networks. If they are spread out over multiple networks, they have an independent TVL on each network.&#x20;

So far, the largest network by TVL is Ethereum, which has billions of dollars of value locked up as well as over five hundred projects currently onboard. It accounts for nearly half of the TVL of the DeFi industry.

&#x20;

### **Why does it matter?**

TVL indicates the overall health of the DeFi market. The TVL of individual projects denotes the amount of investor faith in the protocol. A rapid increase in TVL shows that investors value the project, and more money is flowing through its network. It helps investors determine if a protocol is healthy and worth investing in.

A high TVL means high liquidity, high popularity and high usability — the factors that define the success of a DeFi protocol. An increasing TVL also benefits its investors as they enjoy considerably higher liquidity and returns.

However, a lower TVL translates into lesser availability of money, which means the investors will not get enough rewards if they choose to stake the token of this protocol.

Investors can also use TVL to figure out if the native token of a particular protocol is undervalued or overvalued. A token can be overvalued or undervalued if its market cap is high or low relative to the TVL of the entire project/protocol.

Currently, the total value locked in the DeFi industry is a little less than $35 billion/

The combined TVL of DeFi protocols has surged over the last couple of years. At the beginning of 2020, the combined Value was $630 million, with more 3edp\[rt,fgthan half of the share owned by MakerDAO. At the time of writing, the [total value locked](https://defillama.com) in MakerDAO is nearly $8 billion.

### **How to calculate TVL**

Calculating the TVL of a project is easy. Multiply the number of tokens deposited in a project by its current price in USD, and you arrive at the project’s TVL. If a project accepts deposits in multiple tokens, one will have to calculate the TVL for each token and then add them up to get the TVL of the project.

Next, to check if a project's native token is under or overvalued, we need to calculate the MC/TVL ratio of the project. For this, we need to divide the market cap by the TVL of the token. Market cap is nothing but the total number of tokens in circulation multiplied by their current price. An asset can be considered undervalued if the TVL ratio is less than one and vice versa.

<details>

<summary>Sources</summary>

\[<https://cointelegraph.com/news/total-value-locked-in-defi-marks-new-all-time-high-close-to-40b\\>

\
<https://www.cnbctv18.com/cryptocurrency/explained--total-value-locked-what-is-it-and-why-does-it-matter-13743222.htm> <br>]\(<https://cointelegraph.com/news/total-value-locked-in-defi-marks-new-all-time-high-close-to-40b&#xD;&#xA;https://www.cnbctv18.com/cryptocurrency/explained--total-value-locked-what-is-it-and-why-does-it-matter-13743222.htm&#xD;&#xA;>)[](<https://aivia.io/blog/en/what-is-yield-farming/&#xD;&#xA;https://www.businessinsider.com/personal-finance/yield-farming&#xD;&#xA;>)[ <br>](<https://www.youtube.com/watch?v=8XJ1MSTEuU0&#xD;&#xA;https://www.coindesk.com/learn/2021/07/13/defi-lending-3-major-risks-to-know/&#xD;&#xA;>)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://web3-encyclopedia.gitbook.io/web3-encyclopedia/decentralized-finance-defi/total-value-locked-tvl.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
