# Total Value Locked (TVL)

<figure><img src="https://1403277508-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MAgOyofwdYBLBLkUfV-%2Fuploads%2F5npIIESUk9PVVKRSDmqj%2Fimage.png?alt=media&#x26;token=9f3a6152-9157-4033-81f7-f09e5af016f2" alt=""><figcaption></figcaption></figure>

**Total Value Locked (TVL)** is the total value of all assets deposited in a decentralized finance (DeFi) protocol that are generating economic activity. Economic activity may include lending, borrowing, economic provision, asset management, or insurance.

TVL is an important, quantitative confidence indicator for DeFi protocols: the more value investors are willing to lock up in a protocol, the greater their confidence in the protocol.

The basic criteria for assets to be counted towards a protocol’s TVL are:

* the asset must not be minted by the protocol itself
* the asset must be generating economic activity
* the asset must be liquid

As a result, TVL excludes assets that are minted by the protocol itself, assets not generating economic activity (such as tokens locked in liquidity mining or governance contracts), and illiquid assets.

DeFi Pulse tracks TVL over time for individual protocols and globally across the entire DeFi space, offering insights into both protocol-specific and industry-wide trends.


---

# Agent Instructions: 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:

```
GET https://docs.defipulse.com/metrics/tvl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
