# Total Value Locked(TVL)

When users bridging their assets from connected networks (base chains) to Nova, the assets will be locked in the smart contracts deployed on base chains.&#x20;

The Total Value Locked(TVL) shown on Nova's [Homepage](https://zklink.io/) and [Explore](https://explorer.zklink.io/) is calculated in real-time by summing up the value of:

* ETH locked in **zkLink contracts** deployed on all base chains
* ERC-20 tokens locked in the **ERC-20 bridge contracts** deployed on all base chains

### zkLink contract addresses deployed on different networks

Ethereum: [0x5fD9F73286b7E8683Bab45019C94553b93e015Cf](https://etherscan.io/address/0x5fD9F73286b7E8683Bab45019C94553b93e015Cf)

Linea: [0x5Cb18b6e4e6F3b46Ce646b0f4704D53724C5Df05](https://lineascan.build/address/0x5Cb18b6e4e6F3b46Ce646b0f4704D53724C5Df05)

Manta: [0xD784d7128B46B60Ca7d8BdC17dCEC94917455657](https://manta.socialscan.io/address/0xd784d7128b46b60ca7d8bdc17dcec94917455657)

Mantle: [0xD784d7128B46B60Ca7d8BdC17dCEC94917455657](https://mantle.socialscan.io/address/0xd784d7128b46b60ca7d8bdc17dcec94917455657)

zkSync Era: [0xaFe8C7Cf33eD0fee179DFF20ae174C660883273A](https://explorer.zksync.io/address/0xaFe8C7Cf33eD0fee179DFF20ae174C660883273A)

Arbitrum: [0xFF73a1a1d27951A005eb23276dc99CB7F8d5420A](https://arbiscan.io/address/0xFF73a1a1d27951A005eb23276dc99CB7F8d5420A)

Blast: [0x29BA92Fe724beD5c5EBfd0099F2F64a6DC5078FD](https://blastscan.io/address/0x29BA92Fe724beD5c5EBfd0099F2F64a6DC5078FD)

Optimism: [0x46C8D02E93d5a03899dFa7Cf8A40A07589A3fA1b](https://optimistic.etherscan.io/address/0x46c8d02e93d5a03899dfa7cf8a40a07589a3fa1b)

Base: [0xE473ce141b1416Fe526eb63Cf7433b7B8d7264Dd](https://basescan.org/address/0xe473ce141b1416fe526eb63cf7433b7b8d7264dd)

Scroll: [0x119B9459D9119D07c23aD06778AeaBec804Fd1a2](https://scrollscan.com/address/0x119B9459D9119D07c23aD06778AeaBec804Fd1a2)

### ERC-20 bridge contract addresses deployed on different networks

Ethereum: [0xAd16eDCF7DEB7e90096A259c81269d811544B6B6](https://etherscan.io/address/0xAd16eDCF7DEB7e90096A259c81269d811544B6B6)

Linea: [0x62cE247f34dc316f93D3830e4Bf10959FCe630f8](https://lineascan.build/address/0x62cE247f34dc316f93D3830e4Bf10959FCe630f8)

Manta: [0x44a65dc12865A1e5249b45b4868f32b0E37168FF](https://manta.socialscan.io/address/0x44a65dc12865a1e5249b45b4868f32b0e37168ff)

Mantle: [0x62351b47e060c61868Ab7E05920Cb42bD9A5f2B2](https://mantle.socialscan.io/address/0x62351b47e060c61868ab7e05920cb42bd9a5f2b2)

zkSync Era: [0xaB3DDB86072a35d74beD49AA0f9210098ebf2D08](https://explorer.zksync.io/address/0xaB3DDB86072a35d74beD49AA0f9210098ebf2D08)

Arbitrum: [0xfB0Ad0B3C2605A7CA33d6badd0C685E11b8F5585](https://arbiscan.io/address/0xfB0Ad0B3C2605A7CA33d6badd0C685E11b8F5585)

Blast: [0x8Df0c2bA3916bF4789c50dEc5A79b2fc719F500b](https://blastscan.io/address/0x8Df0c2bA3916bF4789c50dEc5A79b2fc719F500b)

Optimism: [0x5Bd51296423A9079b931414C1De65e7057326EaA](https://optimistic.etherscan.io/address/0x5Bd51296423A9079b931414C1De65e7057326EaA)

Base: [0x80d12A78EfE7604F00ed07aB2f16F643301674D5](https://basescan.org/address/0x80d12a78efe7604f00ed07ab2f16f643301674d5)

Scroll: [0x3C7c0ebFCD5786ef48df5ed127cdDEb806db976c](https://scrollscan.com/address/0x3C7c0ebFCD5786ef48df5ed127cdDEb806db976c)


---

# 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.zklink.io/key-concepts/total-value-locked-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.
