> For the complete documentation index, see [llms.txt](https://docs.btcw.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.btcw.tech/economic/borrow/borrow-policy.md).

# Borrow Policy

1. **Accepted Collateral:**&#x20;

BTCw\.tech exclusively accepts **BTC, ETH... or USDT** as collateral for borrowing **$BTCw** tokens. Users engaging in borrowing activities must ensure that their collateral comprises the accepted asset to proceed with loan initiation.

```
wBTC (ARB) 0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f
```

```
USDT(ARB):0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9
```

2. **Collateralization Ratio:**&#x20;

Users acknowledge and agree to collateralize their **BTC, ETH... or USDT** assets at a collateralization ratio of **115%** during the borrowing process. This means that the value of the provided **BTC, ETH... or USDT** collateral must equal or exceed **115%** of the value of the borrowed **$BTCw** token. If the token price greatly exceeds the collateral, it can lead to liquidation.

3. **Interest Rate:**&#x20;

The interest rate for borrowing **$BTCw** tokens against **BTC, ETH... or USDT** collateral is set at **0%**. BTCw\.techdoes not impose any interest charges on borrowed amounts.

4. **Borrowing Limits:**&#x20;

Users are subject to borrowing limits determined by their collateral value and the prevailing collateralization ratio. It is the user's responsibility to stay informed about their borrowing limits and adjust their collateral accordingly.

5. **Liquidation:**&#x20;

In the event that the collateralization ratio falls much below the specified threshold, BTCw\.tech reserves the right to liquidate the collateral to cover the outstanding borrowed amount. Users will be notified of the impending liquidation, providing an opportunity to rectify the situation.

6. **Repayment:**&#x20;

Borrowed **$BTCw** tokens must be repaid within the agreed-upon timeframe. Users are responsible for monitoring their borrowing status and ensuring timely repayment to avoid potential liquidation or additional consequences.

7. **Amendments:**

BTCw\.techreserves the right to amend this Borrow Policy at any time. Changes will be effective upon posting on BTCw\.tech . Users are encouraged to review this policy regularly to stay informed about any updates.

8. **Risks and Responsibilities:**

Users engaging in borrowing activities acknowledge and accept the inherent risks associated with such transactions. It is the user's responsibility to carefully assess their financial situation and make informed decisions regarding borrowing against **BTC, ETH... or USDT** collateral.

9. **Contact Information:**&#x20;

If you have any questions or concerns about this **Borrow Policy**, please contact us at <hello@BTCw.tech>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.btcw.tech/economic/borrow/borrow-policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
