> For the complete documentation index, see [llms.txt](https://docs.loopingcollective.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loopingcollective.org/products/loopedbtc/product-mechanics.md).

# Product Mechanics

<figure><img src="/files/gzKDIyfyFeD4huSxtgD1" alt="How LcBTC works"><figcaption><p>How LcBTC works</p></figcaption></figure>

### How the Strategy Works

1. Deposit BTC / wrappers (cbBTC, wBTC)
2. BTC serves as collateral on Aave / Morpho → Borrow stablecoins at max 50% LTV
3. Stablecoins deployed across lending markets on HyperEVM (\~12%+ APY)
4. Additional yield source from a Hyperliquid Basis Trade & HLP vault (\~17% avg. APY)
5. Automated cross-chain arbitrage engine captures 8–15% rate premiums across lending markets
6. All returns converted back → Paid in BTC

## Technical Implementation

### Withdrawal Mechanics

#### LcBTC → cbBTC / wBTC

**Overview**\
Withdrawals from the BTC vault are request-based and resolved manually by the Edge Capital team. Requests do not expire and can be accumulated.

**Key Mechanics**

* **Request submission:**
  * Submitting a new withdrawal **increases** the existing request amount.
  * You may have **up to two active requests at the same time**, one for **cbBTC** and one for **wBTC**.
* **Asset handling during withdrawal:**
  * Upon requesting a withdrawal, **LcBTC is transferred to the vault**.
  * Once the request is resolved, you receive **cbBTC or wBTC**.
* **Cancellation:**
  * You can manually cancel a withdrawal by calling `cancelRedeemRequestOfAsset`.
* **Timeouts:**
  * Withdrawals **do not time out**.
* **Settlement:**
  * Requests are **solved by the Edge team**.
* **Fees:**
  * **No withdrawal fees** apply.


---

# 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.loopingcollective.org/products/loopedbtc/product-mechanics.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.
