# Deposit and Withdraw Process

The asset flow of the xSolvBTC deposit/withdraw process is similar to the exchange between ETH<->WETH or stETH<->wstETH：

* When a user mint xSolvBTC using SolvBTC, the system will automatically burn the SolvBTC while minting an equivalent amount of xSolvBTC;
* Conversely, when a user redeems SolvBTC, the system will automatically burn the xSolvBTC while minting an equal amount of SolvBTC.


---

# 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.solv.finance/key-products/xsolvbtc/xsolvbtc-asset-flow/deposit-and-withdraw-process.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.
