DeFi Llama
  • List your project
    • DefiLlama and our methodology
    • How to list a DeFi project
    • How to add a new Blockchain
    • How to write an SDK adapter
    • Functions we've written so you don't have to
      • Staking and Pool2
      • Fork helpers
      • General EVM contract calls
    • What to include as TVL?
    • How to update a project
    • How to write dimensions adapters
    • Emissions dashboard
      • Protocol Files
      • Emission Sections
      • Testing
    • Oracles TVS
  • analysts
    • Data Definitions
    • Custom columns
  • Chainlist
    • How to change Ethereum's RPC
    • Add a new RPC endpoint
  • FAQs
    • Frequently Asked Questions
  • Coin Prices API
  • Pricing
Powered by GitBook
On this page
  • TVL
  • TVL Filters
  • Not TVL
  • Edge Cases

Was this helpful?

  1. List your project

What to include as TVL?

PreviousGeneral EVM contract callsNextHow to update a project

Last updated 5 months ago

Was this helpful?

TVL

Total value locked inside a platform / protocol's own contracts by users.

TVL Filters

We separate TVL into different types. This lets users decide what they do and do not want to include in the dashboard data. These types are:

  • Staking - the platform's own tokens

  • Pool2 - staked LP tokens where one side of the market is the platform's own governance token.

  • Borrows - deposits borrowed from the platform

  • Vesting - Tokens that are not circulating or not issued yet. This mostly applies to vesting protocols where a token with 10M mcap and 1B FDV could have 500M locked, in these cases it makes no sense for TVL from that token to be 500M when mcap of it is only 10M

  • Offers - funds that are approved for spending on a non-custodial platform, but not actually deposited into the platform contracts

Not TVL

  • Assets that aren't on the blockchain, such as bonds or fiat currency. We don't consider the dollars stored on Tether's bank account as TVL, for example.

  • We also don't accept assets that your protocol generates and are locked into other protocols, as that's the later protocols TVL, not your project's. See for rationale.

  • We don't count native token staking. For example, ATOM staking to secure the Cosmos hub isn't counted.

Edge Cases

  • Real-World Assets (RWA): At present, we only track the tokenization of real-world assets (RWAs), such as bonds, treasuries, and real estate. Only tokenized representations of these assets, issued and traded on the blockchain, are counted towards TVL.

this