# Fees

Every adventure comes with its costs, and roaming around our park is no exception. Here's what you need to know about the fees in Tea-REX's prehistoric playground.

{% tabs %}
{% tab title="For Rex Wranglers (Traders)" %}
Below are the costs Rex Wranglers must brave to navigate the jungle.

### **Hatching Fee (**&#x50;rotocol Fee)

The cost of bringing your new Rex into the world (opening a position).  Every new Rex needs proper care from our handlers when they first hatch! **This is a one-time fee of 0.12% of your position size.**

> **Example:**
>
> If you hatch a Rex worth 4,000 USDC, the hatching fee would be 4.8 USDC (4,000 × 0.12%).

***

### **Daily Care Fee (Borrowing Fee)**

Keeping your Rex healthy and powerful comes with a daily maintenance cost. The total borrowing fee is composed of:

* A 1.8% Jungle Reserve fee\*
* The fluctuating lending APR, which changes according to the pool's utilization rate.

> **Example:**
>
> * Your Rex starts with 500 USDC (collateral) at 8x leverage to reach a 4,000 USDC power (borrowed amount).
> * Jungle Reserve fee: 1.8% ( 0.0049% daily) / Example Lending APR: 3% (0.0082% daily) \
>   → Total: 0.0131% (0.0082% + 0.0049%)
> * If you keep your Rex for 28 days, the total care fee will be 13.63 USDC\
>   4,013.63 (4,000 × (1 + 0.0131%)^28) - 4,000 (initial power) = 13.63 USDC

Note: The actual care rate will fluctuate based on lending conditions. For more details see the [Dynamic Lending Rates Page](/more-about-the-jungle/dynamic-lending-rates.md).

{% hint style="info" %}
The 1.8% Jungle Reserve Fee will be reserved in the Earn pool contract for platform upkeep, insurance, and administrative purposes, ensuring smooth operations.
{% endhint %}

***

### **Release Fee (Exit Fee)**

Ready to say goodbye? There's a small fee when you let your Rex go (close a position). When it's time to say goodbye, our handlers help release your Rex safely. **This costs 0.12% of your final position size.**

> **Example:**
>
> If your Long ETH Rex grows from 1.5 ETH to 2.1 ETH, the release fee would be 0.00252 ETH (2.1 × 0.12%)

Note: On the Tea-REX platform, you will see "Closing Costs" when you close a position. The Exit Fee is included in Closing Costs, along with swap fees and slippage discrepancy based on market conditions.

***

### Emergency Care (Liquidation Fee)

In the unfortunate event that your Rex doesn't make it, **an emergency care fee (liquidation fee) of 0.25% will be charged on the remaining position value**.

> **Example:**&#x20;
>
> If a 4,000 USDC long position drops to 1,800 USDC after X days and is liquidated, the fee would be 4.5 USDC (1,800 × 0.25%).

***

### Position Type Matters!

The tokens charged for fees and repayments will differ depending on whether your Rex is trained for long or short hunting. See the detailed breakdown in the table below.

<table><thead><tr><th width="201" align="center">Fees</th><th align="center">Long Position</th><th align="center">Short Position</th></tr></thead><tbody><tr><td align="center">Protocol Fee</td><td align="center">USDC</td><td align="center">Position Token</td></tr><tr><td align="center">Borrowing Fee</td><td align="center">USDC</td><td align="center">Position Token</td></tr><tr><td align="center">Exit Fee</td><td align="center">USDC</td><td align="center">USDC</td></tr></tbody></table>
{% endtab %}

{% tab title="For Jungle Patrons (Lenders) " %}
Jungle Patrons, here’s what to expect when fueling the adventure.

### **Withdrawal Fee**

Time to retrieve your assets from the jungle? When you decide to withdraw your funds, there’s a small fee to cover the process. This ensures a smooth and safe extraction from the park treasury.&#x20;

Currently, we are not charging this fee!
{% endtab %}

{% tab title="Prehistoric Vault Fees" %}
Even trained Rexes need feeding. Below are the fees for each Prehistoric Strategy Vault.

We break it down into three parts:

* **Management Fees**&#x20;
* **Performance Fees**
* **Exit Fees**

***

## Fee Summary by Vault

<table><thead><tr><th width="205.5999755859375" align="center">Vault</th><th align="center">Management Fee*</th><th align="center">Performance Fee</th><th align="center">Exit Fee</th></tr></thead><tbody><tr><td align="center">RevertX</td><td align="center">1.8%</td><td align="center">15%</td><td align="center">0.2%</td></tr><tr><td align="center">Delta-Neutral</td><td align="center">1.8%</td><td align="center">5%</td><td align="center">0.2%</td></tr><tr><td align="center">Allora Agent</td><td align="center">1.8%</td><td align="center">15%</td><td align="center">0.2%</td></tr></tbody></table>

*\*Annualized (applies to Management Fees only)*

***

## 📘 Fee Details & Examples

### **Management Fees**

Charged daily, based on an annualized rate

> **Example (1.8% annually):**\
> 1.8% ÷ 365 = 0.00493% per day\
> If your vault value is $1,500 for 3 days, your fee is ≈ $0.22.

{% hint style="info" %}
🦴 REX Whisperer’s Note\
Management fees are small nibbles taken daily, but we keep it lean so your yield stays strong.
{% endhint %}

***

### **Performance Fees**

Charged per Round, only when profits are made

> **Example (15% performance fee):**\
> If your vault grows from $1,000 → $1,100, that’s $100 profit.\
> You pay 15% of that = $15, so you’re left with $1,085.

{% hint style="info" %}
🦖 REX Handler Tip\
Performance Fees only apply when your vault makes a profit — if your REX doesn’t bring back a bounty, you don’t pay.
{% endhint %}

***

### **Exit Fees**

Charged once (when you withdraw funds from the vault), and on the amount withdrawn

> **Example (0.2% exit fee):**\
> Withdrawing $1,500? You’ll pay $3 in exit fees.\
> Final amount returned = $1,497

{% hint style="info" %}
⚠️ Jungle Reminder\
Exit fees are only charged when you leave the vault. If you’re planning to stay in for multiple rounds, they barely make a dent.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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/more-about-the-jungle/fees.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.
