# Cross-chain Reservoirs

Each reservoir holds in reserve the total supply of ELK tokens (\~42 million) minus the circulating supply on the corresponding chain. The ElkNet controls and coordinates movements of ELK tokens into and out of these reservoirs. For cross-chain transfers, ELK tokens enter the reservoirs on the origin chain, which prompts ElkNet to send a message to the reservoir on the destination chain to release ELK into the user’s wallet.

The reservoir system has multiple design and security advantages over the two prevailing methods for cross-chain bridging: **burn-and-mint** and **lock-and-release**. Let’s take a look at how ElkNet stands apart:

![ElkNet v2 vs. other cross-chain bridges](/files/Jp4RQ1WRKyuDr3Ftvajt)

ElkNet's reservoirs increase transparency, eliminate custodial risk, and reduce smart contract vulnerabilities all at once.

They reduce overhead by delegating multiple smart contract interactions to the generic messaging layer. By pre-minting the total supply of ELK on each chain, we’ve removed the risk of minting exploits, which are one of the primary ways that bridge security fails. Since there are no bridge tokens locked on either end, individual users are not trusting a custodial bridge operator to secure their funds.


---

# 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.elk.finance/what-is-elk/cross-chain-reservoirs.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.
