# How Venom Bridge transfers function

When the Venom Bridge transfers the assets between chains, it locks the assets in the input chain and creates the same amount of wrapped tokens on the output chain.

The very process which is assumed to be the asset transfer between the blockchains via the so-called bridge does not actually send any tokens from one blockchain to another. Instead it’s the work by smart contracts which lock the tokens on one blockchain and produce and then release on another.

For example, when you plan to move such tokens as ETH from Ethereum network to Venom, the Venom bridge would lock ETH on Ethereum network, then create the equivalent number of new wETH tokens on Venom network. And when you would like to “move” your wETH tokens from Venom network back to Ethereum Network, these wETH tokens will get burned and the equivalent amount of ETH will be released to you on Venom network.

In order to maintain the parity of equivalent tokens between the chains, a special interchain two-way binding system is applied, though which the communication between chains is established. This system also keeps in check the values of a token on both blockchain to keep the in parity.


---

# 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.venombridge.com/general/how-venom-bridge-transfers-function.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.
