# Waterholes vs. Prehistoric Vaults

#### 📓 Lab Journal Entry #02

**Title:** *Waterholes vs. Prehistoric Vaults: Yield Pool Classification Report*\
**Author:** Byteceratops, Vault Systems Engineer\
**Recovered from:** *Spec Terminal #12-B, Yield Mechanics Division*

***

**Purpose:**

This document outlines the key functional differences between **Waterholes (lending pools)** and **Prehistoric Strategy Vaults (strategy-executing smart vaults)**, both designed to support distinct capital deployment behaviors.

### ✅ Yield Pool Spec Comparison

<table><thead><tr><th width="195.18182373046875">Parameter</th><th width="266.4544677734375">Lending Waterholes</th><th>Prehistoric Vaults</th></tr></thead><tbody><tr><td>Pool Class</td><td>Passive Lending Pool</td><td>Managed Strategy Vault</td></tr><tr><td>Asset Routing</td><td>Supplied to traders as borrowable margin</td><td>Actively deployed via strategy contract</td></tr><tr><td>Yield Source</td><td>Borrowing interest</td><td>Trading PnL + fees</td></tr><tr><td>Deposit/Withdraw</td><td>Enter/Exit anytime</td><td>Only during open rounds</td></tr><tr><td>Lockup Period</td><td>No lockup</td><td>Funds are locked for the round duration</td></tr><tr><td>Ideal for</td><td>Patrons seeking stable, passive returns</td><td>Patrons seeking automated trading exposure</td></tr></tbody></table>

***

### 🧪Tech-Dino Notes:

* **Lending Waterholes** are ideal for users who prefer stable, passive yield. Yield scales with borrow demand; assets remain idle unless borrowed.
* **Prehistoric Vaults** are autonomous strategy modules. Users gain exposure to trading outcomes without having to manage entries, exits, or risk parameters themselves. Think of it as Rex-as-a-Service (RaaS).
* Vault contracts periodically harvest and distribute performance-based returns. Assets remain locked during strategy execution and are only claimable during designated harvest windows.

***

### 🔍 Summary

The two pool types are **complementary components** of the Tea-REX Jungle. Waterholes prioritize asset stability and passive income. Prehistoric Vaults focus on strategic trading and optimized deployment.

***

**Recommendation:**\
Integrate “Pool Type” badge in UI. Add hover tooltips to explain yield generation mechanics. For Vaults, show last harvest PnL + current deployment status.

*End of Spec. Log*

*Signed: Dr. Morales — encoded with clawprint authentication.*


---

# 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.trex.trade/lab-journals/waterholes-vs.-prehistoric-vaults.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.
