> For the complete documentation index, see [llms.txt](https://docs.raga.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raga.finance/strategies/predeposits.md).

# Predeposits

Raga Finance’s **Pre-Deposit Vaults** empower users and emerging ecosystems to bootstrap liquidity seamlessly and earn yield before a network’s public launch.

### **How It Works**

Users commit assets (e.g., ETH, ETH derivatives, BTC, BTC derivatives, USDC, DAI, USDT) into a dedicated vault on Raga Finance. These funds remain productive—earning native yield—throughout the bridging or network warm-up period. Once the target Layer 1 or Layer 2 ecosystem launches, liquidity is automatically deployed to support on-chain activity.

### **Ecosystem Advantages**

* **Early Capital Access:** Secures the necessary liquidity runway for critical initial transactions (DEX listings, staking programs, airdrops).
* **Smooth Bootstrapping:** Reduces launch­-day volatility and friction by front-loading capital in a controlled, transparent manner.

### **User Benefits**

* **Yield Preservation:** Idle assets earn native protocol rewards instead of sitting dormant during pre-launch phases.
* **Opportunity Protection:** Users avoid missing out on early incentives or high-APR opportunities once the network goes live.

### **Supported Assets**

* **Ethereum & Derivatives:** ETH, staked ETH, wETH
* **Bitcoin & Derivatives:** BTC, tokenized BTC
* **Stablecoins:** USDC, DAI, USDT, USDe

By aligning the interests of both participants and protocols, Pre-Deposit Vaults create a win-win: ecosystems gain immediate liquidity, and users maximize their capital’s earning potential from day one.


---

# 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.raga.finance/strategies/predeposits.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.
