# What does “The Bonder” do?

A Bonder must stake (lock-up) collateral to be used as credit for transfers in order to guarantee liquidity on the destination rollup. In other words they advance liquidity on the destination chain to make the transfer instant for the user as opposed to having to wait a couple of days if they were to use the native rollup bridges. In exchange, they take a small fee (0.02%).\
\
The Bonder’s stake is treated like credit. The **credit** is **subtracted** when individual transfers are **bonded** and **re-credited** when **transfers are settled**.\
\
Transfers are settled when the bonded transfer root is propagated from layer-2 to layer-1 after the rollup/sidechain challenge period.

<br>


---

# 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.hop.exchange/basics/faq/what-does-the-bonder-do.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.
